chicolax33's Q&A profile
Windows Forms Databinding textfield in a master detail relation
To all I'm creating a character database for when I play Dungeons and Dragons (pencil and paper version). The problem that I'm currently experiencing is when binding a datafield to a field in a master - detail - detail relationship, the information is for the first record in the table and doesn't update when scrolling the ClassSkills detail table. Following is the relationships for the 3 tables. Table & ...Show All
Game Technologies: DirectX, XNA, XACT, etc. My thread on call interrupt is missing
Hi all I was asking a quering of how to handle the incomming call from my application/game that is, i want to pause the application/game state when a incoming call receives and want to resume after ending the call.Please let me know any one can help in this issue. Thanks and Regards Sinu.M I moved it to the Smart devices forum since you needed to know how to trap an incoming call. You shou ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Which software to use, to author .x files?
I've come to the point in my 3D application where, I have created all basic 3D stuff and rendering 3D primitives with textures. It is time to import .x files and render them. I used the tiger.x and tiger.bmp and the code from the Meshes tutorial and it worked fine. But what I want to do is create my own .x files - textures applied. Also, the Meshes tutorial says that D3DX can only handle the geometry and we have to setup the textures ...Show All
.NET Development List available machines on the network
I need to provide the user with a dialog to choose a folder on any machine accessible on the network. In Windows Explorer you can navigate to My Network Places\Microsoft Windows Network and get a list of available domains/workgroups and under each of these a list of available machines. Is there any way to access this information programatically I am thinking of a dialog to let the user choose a domain and then list the machines available. ...Show All
Windows Forms STATThread issues + MSCOMM in windows service
Hello, The problem I am going to mention here is very perplexing and tedious. I am trying to develop a Dialing Service (a Windows Service) that allows a user to dial thru a modem. I am using MSComm component for the same. I have a D ...Show All
SQL Server Running a SSIS package remotely on the SQL Server
We have a package (which uses SQL Server Destination Task) imported in the SQL Server. Is it possible to invoke this SSIS package from a remote App Server through C# .NET. We would like to execute the SSIS package in the SQL Server itself and pass on the results of execution to the calling C#.NET application via the output variables declared in the SSIS package. Thanks, Loonysan You can do this with relat ...Show All
Software Development for Windows Vista Querying the Vista Index using ADO
Interested in searching the index using standard DB queries It's easy, but I can't find much documentation on it anywhere (please correct me if I'm just missing it). After searching a lot, I discovered/guessed the connection string and can successfully query the new index. Very fast, very nice! I posted about it on my blog ( http://www.ariankulp.com/archive/2006/06/14/1315.aspx ), but basically, your connection string sh ...Show All
SQL Server How to split out table rows into 3 tables
I imported all rows of my txt file using SSIS 2005 into a table. I am now trying to figure out how to split out the header, payment rows, and maintenance rows. First, some information. An example of table results is here: http: / / www. webfound. net/ split. txt The table has just one field of type varcha(100) because the incoming file is a fixed length file at 100 bytes per row The header rows are the rows with HD in them...then f ...Show All
Visual Studio Express Editions Problem with sample MessageBox
Excuse me, Ihave a problem, i try to digit this simple code from the Petzhold book on a Visual c++ express project. #include <windows.h> int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) { MessageBox (NULL, TEXT ( "Hello, Windows 98!" ), TEXT ( "HelloMsg" ), 0) ; return 0 ; } The compiler send me this message: ------ Build started: Project: prova, Configuratio ...Show All
Visual Basic Why can't I UNLOAD a form in a comboBox handler ?
I have a problem which I hope someone can help me with, it only takes 2 minutes to replicate. If you have a form with nothing on it except for a single command button you can click on that button and UNLOAD the form using the following code: Private Sub Command1_Click() Unload Me End Sub However, when I try to UNLOAD the form due to a ComboBox event instead, using the following code for instance: Private Sub Combo1_Change() &n ...Show All
Windows Forms Validate problem when use databinding
Hi! I want to validate the data on the form. Controls on the form are bound to binding source which it self is bound to a datatable in dataset. I'm also using navigator bound to same binding source. 1. Some textbox controls on the form doesn't allow nulls and so does binding source. If I add new row and don't fill in values. When I press add/save/navigational button, It will through a NoNullAllowedException. Which is good that its validatin ...Show All
SQL Server Limits on SQL Server 2005 Express
I see the limits on this freebe...and I like the removal of the throttle. The limit on database size, is that raw data, or the size of the mdf file Would that include indexes and such. What happens when I go over that limit, what does the engine do. What about RAM, it just won't address it. I'd like to look at using this, but I want to ensure I don't let my folks run lose with compliance issues all around. Finally, i'm limited to 1 ...Show All
Windows Forms .NET forms with VB6 parent
Hi, I'm using some .NET created forms from within VB6, and I was wondering if it is possible to have them become MDI childs of a VB6 MDI form Thanks hi WinFormsUser, sorry sorry for interrupting this thread...but i am looking for what you have successfully done (apparently) ...c ...Show All
SQL Server Connectivity issues
Hi, I get the following error message trying to connect locally to sql server 2005 dev edition on xp sp2 machine. An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient D ...Show All
SQL Server SMO ScriptingOptions.NoCommandTerminator question
I'm trying to get the batch separator to show when I get the script for a SMO object. I see that I can get or set the batch separator using the ServerConnection.BatchSeparator() method. First question: Is the batch separator the same as the command terminator referenced in the ScriptingOptions.NoCommandTerminator (i.e., basically the "GO" statement by default) By default, ScriptingOptions.NoCommandTerminator is set to false, so I ...Show All
