Software Development Network Logo
  • IE Development
  • Visual C#
  • SQL Server
  • SharePoint Products
  • Visual C++
  • Game Technologies
  • Windows Forms
  • Smart Devicet
  • Windows Vista
  • Visual Studio
  • .NET Development
  • Microsoft ISV
  • Visual FoxPro
  • Audio and Video
  • VS Team System

Software Development Network >> Black_Knight's Q&A profile

Black_Knight

Member List

.NetProgrammer
Elad_23
Pradeep Gupta
VictorSalcedo
Yaroslav Ivanov
JGreever
Octai
GKW82
pasha2k
anubisascends
Vesigo
joepeer
ekke
Laiz
Jason Callas
pol86
Joseph S.
Rober7
Suhaib
Liquid Tobi
Only Title

Black_Knight's Q&A profile

  • SQL Server SQL Server and Local Account Login

    Hello, I have a server with SQL Server 2000 installed on it that was installed under a local account. On installation I chose to use integrated security with my Windows account. I now need to change the password for that local account, however when I do the SQL server will not start up on boot. When I try to connect to the database to start it I get an error 1069 (logon failure) followed by "A connection could not be established to (LOCAL). Reason: SQL Server does not exist or access denied." I thought that by right-clicking the server and going to "Edit SQL Server Registration Properties" and changing from window authentication to SQL server authentication this problem could be overcome, but apparently I'm looking in t ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XWB/XSB opening and extraction

    Hi, Is there a way to open only XWB and XSB files without an XAP I have an XWB file which I want to extract data from, but when I open it with XACT it says the project file has 1 or more missing values. What does that mean Wavebank (.xwb) and soundbank (.xsb) files are generated by the XACT GUI from a project file (.xap). The XACT GUI cannot load the generated files, it can only load .xap files. The binary format of the wavebank file is documented in the header xact2wb.h. Using this header, you can write a tool to parse data from the wavebank. The binary format of the soundbank file is not documented. ...Show All

  • Windows Forms DataGridView - combo box cell requires 3 click until drop down appears

    hi all, i have a wierd behaviour from unbounded datagridview control (since it's not bounded - it should behave like any other control...). when adding a combobox cell to the grid and working at runtime it needs 3 mouse clicks until the dropdown actually appears, i guess that the behaviour is like this: - first click: control get focus - second click: edit mode starts - third click: drop down appears. i've changed the code so that after 2 clicks it appears by adding event when a cell is being clicked and starting edit mode directly - but it still reuires 2 click (that's very annoying). appreciate any help, 10x, z I find this really annoying too. I got 'around' it by automatically activating the cell ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Sprite.Draw2D() in C# Managed DX Simple2D Sample

    I'm New to C# and Managed DirectX and I'm trying to use the Simple2D as a basic example to my game. But I get a problem. This is my code. batchSprite.Draw2D(mosquitoTexture, new Rectangle(0, 0, 160, 100), new SizeF(160f, 100f), new PointF(80f, 50f), 0f, new PointF(100, 100), Color.White); batchSprite.Draw2D(mosquitoTexture, new Rectangle(0, 0, 160, 100), new SizeF(320f, 200f), new PointF(80f, 50f), 0f, new PointF(200, 100), Color.White); batchSprite.Draw2D(mosquitoTexture, new Rectangle(0, 0, 160, 100), new SizeF(160f * 80f / 100f , 100f * 80f / 100f), new PointF(80f, 50f), 0f, new PointF(100, 250), Color.White); batchSprite.Draw2D(mosquitoTexture, new Rectangle(0, 0, 160, 100), new SizeF(160f * 70f / 100f , 100f * 70f / 1 ...Show All

  • .NET Development uploading new image to my club site causes failure

    whenevr I try to uplaod an image to an article on my club site, the whole site shuts down event code 3005 an unhandled exception has occurred event ID 4b5ea0cfad7844a9b67234c34404ca11 event sequence 23 event occurrence 2 event detail code 0 process id 4932 process name w3wp.exe exception type invalidcastexception exception message convrsion to string "" to type 'integer' is not valid please help me correct this ok   Do you have any suggestions as to how to correct these errors that would be most helpful -thanks   presumably the error would also account for no longer being able to log into the site when run on IIS while being able ...Show All

  • SQL Server Where Find SQL Server Agent

    Dear All, I have installed SQL Server 2005 Express Edition, Iam not able to find SQL Agent, So anybody help me............................ Regards, Vinayak Hello, Can you provide few examples of jobs, scheduled jobs/maintaince Jobs.... As iam new to SQL 2005........ Regards, Vinayak ...Show All

  • Visual Studio Team System Newly created Iteration path not showing up in work items

    I have created a new iteration and area paths for my project, but the values never show up in Work Item dropdown values.  Its been a few hours, and I've re-started VS/TeamExplorer several times. Any idea how to resolve this issue   I need to be able to create new values that show up in my WI's. Thanks, -JS This usually happens when Team Client has already cached the areas/iterations for a project. To get the new areas/iterations to show I usually have to go to the Team Project, right click Work Items and choose Refresh. The sucky part about this is that if you already started entering/changing a work item, there's no way to get the new areas/iterations to show until you commit it and ...Show All

  • Internet Explorer Development IE6 & IE7 Concurrently

    From my browsing and reading the forums and IE7 website, it appears that IE6 and IE7 cannot run concurrently. If this is the case, is there any feature in IE7 that allow you to preview what a webpage would look like in IE6. It really would be a pain to have to view every web page in development on a different PC just to see how IE6 and IE7 would render it. Here, here! Excellent point. Is it not lame that Microsoft does this to us developers Please Bill (whomever, someone!), can you try to feel our pain and do something about this ...Show All

  • Windows Forms Unable to cast COM object of type 'System.__ComObject' to class type...???

    I get the error below when I call many of the HTML... components, such as mshtml.HTMLAnchorElementClass or mshtml.HTMLDivElementClass. for example: foreach (mshtml.HTMLAnchorElementClass aAnch in aItems) When I do that the program dies immediately. and this error below is posted: Unable to cast COM object of type 'System.__ComObject' to class type 'mshtml.HTMLAnchorElementClass'. COM components that enter the CLR and do not support IProvideClassInfo or that do not have any interop assembly registered will be wrapped in the __ComObject type. Instances of this type cannot be cast to any other class; however they can be cast to interfaces as long as the underlying COM component supports QueryInterface calls for the IID of the interface. ...Show All

  • Visual Basic Recognizing changes on a Datagridview

    Hello. A question please. I fill a datagridview with a datatable. I assign this datatable to the datasource property of the datagridview. That in the load event of my form. After the user is done his changes on that datagridview and press on the "Ok" bouton, how can I recognize the add rows, the modified rows and the deleted rows WITHOUT staying a collection, array, or some like this in memory Is there a way to do that Thanks in advance.... NetPochi, I suggest you to use the DataTable.RowChanging event which occurs when a datarow is changing. As known that the DataSet contains the DataTable, they are both in memory. Please take a look at the DataRowChangeEventArgs class, it prov ...Show All

  • .NET Development Error when importing an Excel SS into a dataset

    Hi; What can I not fill my dataset once I have connect to my Excel ss. When I get to the fill ds part of my code I get the following exception " "The Microsoft Jet database Engine could not find the object "tab1". Make sure the object exists and that you spell the name and path correctly." Here is the code I am trying to use: Option Explicit On Imports System Imports System.IO Imports System.data Imports System.Data.OleDb Module ptr423Late Dim sPath As String = "C:\Desktop\657423.mdb" Dim connString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & sPath & ";Persist Security Info=False" Dim Conn As OleDbConnection = New OleDbConnection(con ...Show All

  • .NET Development Windows Service and .Net Remoting

    I have a Remoting server that hosts 3 object and uses TCP channel. When the server runs as utility the TCP Clients are able to connect and access the methods of these objects BUT when the server runs as windows Service the TCP Clients do not have access to these objects however, the server is still listening on the port opened by TCP channel. Any suggestions Thanks No there is no timer in the server. Server uses TCP Server channel for hosting 3 objects: singleton,singlecall and CAO. The application name for all three of them are coming along with port number are coming in from app.config. All clients uses tcp client channel for communication. Thanks Parag ...Show All

  • SQL Server Change URL

    Can any body help me i need to chanage my URL when select my TPM and TPK i have two option in my Filter 1.TPM 2.TPK i writen some custome code here but its not working i know some thing wrong in that its my Code here:- Public Function access( ByVal parameter As Object ) As String IF parameter Is "TPM" Then Response.Write("<script language=""Javascript"">window.open (' //localhost/Reportserver/Pages/ReportViewer.aspx %2fTPM%2fAFM1&rs:Command=Render&rc:Toolbar=true&RUNDATE =" & Parameters!TPM.Value & ' ,'mywindow','location=1,status=1,resizable=yes,scrollbars=1,width=400,height=400');</script>") ...Show All

  • Visual Basic problem while aborting the thread

    Hi, I'm gettting a problem while terminating a thread . my problem is while aborting the thread using threadobject.abort it is giving a message " the thread is being aborted". can any one suggest how to avoid this message .I'm adding the part of the code using threads -regards GRK Dim tr As New Thread( AddressOf funbusygif) Private Sub funbusygif() Try objshowbusy.ShowDialog() objshowbusy.Dispose() Catch ex As Exception MessageBox.Show(ex.Message) End Try End Sub ----------------------------------------- tr.start() 'Some other code is running tr.abort Threads are for doing calculations, or getting data from a database in the background.&nbs ...Show All

  • Windows Forms FieldHandle property don't impliment

    When run : FieldInfo fi; ..... RuntimeFieldHandle rfh = fi.FieldHandle; Get message ' NotSupportedException' Property RuntimeMethodHandle mHandle = mi.MethodHandle; - Work OK FieldInfo is an abstract base class. At runtime a runtime type is returned instead (as it is for all reflection values). Ultimately two types can be returned. RtFieldInfo is for standard fields (like those found in a class). These will have a field handle as they are truly fields. However for enumerations (and perhaps others) fields are also used to store information but they aren't true fields. In this case MdFieldInfo is returned. This particular type will throw an exception because the fields aren't true fields. Md stands for metadata. ...Show All

©2008 Software Development Network