ado79229's Q&A profile
Windows Forms Look and feel
Hi, Where can I get library for Look and Feel in my C# application I need freeware library. Thank's Alexei Hi, I need the freeware versions. In windowsforms.net I have libraries but they are shareware and for full version I need to pay. So If somebody can tell me where to get this library Thank's Alexei ...Show All
Visual Studio VS.2005 native C++ app : jit debugger takes hand, start loading, then app exits - no break on the exception
I have a weird issue with VS.2005 Pro. JIT debugging seems broken. An executable crashes, I get the OK/CANCEL and click CANCEL. I then get the choice of a debugger and select a new instance of VS. The new instance starts, I see it loading and preparing like it did with VS.2003. And then instead of displaying the dialog box about the exception that occured and offering me to "break", the output window simply shows the application exited. I get no ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Sample Framework as a MDI child window ???
Hi all: I want to use the sample framework (february 2006 sdk) inside a MDI application, but due to there is no "windows form" class anywhere I don't know how to do this greetings Alejandro I have only seen this done once, but have seen it tried a couple of times. One of the examples that I do have that uses the sample framework in a user control is the CML Viewer from Chris Lovett. ( ZMan al ...Show All
Visual Basic Read delimited text file
Hi, Is there a way that I can read from certain lines, say, from line 3000 to line 3500 rather than reading from the beginning of the file or by using ReadToEnd Thanks. *blush* OK - so the system was able to skip from record to record On the Palm OS, records were often fixed width, which meant you could access them like an array. However, sometimes the records that I read included a string, then I'd be ...Show All
SQL Server Volatile parent key
I get this message every time i start Server Management Studio Express CTP, i have lates download ie 11/11/2005 V2. Can not create a stable subkey under volatile parent key. I click continue and Server Management Studio Express CTP seem to start OK. Can you help with this. I haven't heard of this one. I'll need a little more information to investigate this. Do you have any other Microsoft SQL Server ...Show All
Smart Device Development Default Help Set Viewer Windows Mobile 2005 Pocket PC
Hello, I was wondering what is the default help viewer in Window Mobile 2005 and/or Pocket PC. I am familiar with PegHelp but I haven't seen any information that suggests that it is the default for Pocket PC devices. From what I have found, basic HTML files can be used and somehow "registered" to the help set so it can be found in the search and help viewer, but it is not clear how that process happens. Links to docs are appreciated a ...Show All
SQL Server Oracle replication failed
Some replication jobs failed and it shows 'data conversion failed' error MSSQL_REPL20037. Any idea on it I can't find the error in online book. THanks in advance! Hi, This may or may not help you but I came accross this "data conversion" error when i was trying to reinitialize a subscriber when we migrated the publisher from 2000 to 2005. Our distributor also migrated to a SQL 2005 instance and it was a pus ...Show All
Visual C# server -->client gets disconnected
hi i developed a class server and also a client everything goes fine i connect the clients and after 4 minutes of inactivity of the clients automaticly disconnects them why every client has a separetly socket in my server.. Why is he disconnecting the clinets is there a option or proprety to be set .. or something.. You can set the KeepAlive flag of your Socket: socket.SetSocketOption( SocketOptionLevel.Tcp, SocketOptionName.KeepA ...Show All
Software Development for Windows Vista Vista Bootloader recovery
i went into my xp pro and was changing the seconds to choose OS from 30 to 6 seconds...and w/out thinking about it i lost my new vista bootloader and now i can't load vista beta 2...oops....anybody know how i can restore vista bootloader and still keep all my other xp boot...i would much rather use my windows xp x64 bootloader..i hate how vista's takes over everything....so if i could just modify my xp x64 boot.ini and have it load vista when i ...Show All
Windows Forms undo/redo
how do i implement undo/redo features in C# Well, there is more than one way to do this. And some actions may be difficult to undo or redo. A considerable amount of time should be spent in your architectural design phase to&nb ...Show All
Visual C++ Help on choosing the right product
Hello, I'm facing the problem of choosing the right product for my developer's group, and I find myself somewhat confused. First of all I'd like to use a stable and tested product, not a beta one, so I excluded the upcoming 2005, because the Beta 2 version to which I gave a try presents a long list of bugs and annoyances at the moment, and there's too much uncertainty on its real final release date. So let's go ...Show All
Visual Basic how to determine upload finish
hi all with this code: Threading.Thread.Sleep(10000) 'riposo di 10 secondi tra un upload e l'altro My.Computer.Network.UploadFile(file1, indirizzo1, user1, pass1) i use this (up) to upload my files,but i have insered sleep() ,because i can't know hot to determine when upload are finisced, for upload next file if i remove a function sleep(), and upload are running,return an error, becaus is an esecution how to determin ...Show All
SQL Server How can I connect to Microsoft SQL Server 2005 CTP with Microsoft SQL Server 2005 Express Manager?
I installed Microsoft SQL Server 2005 Express Manager and connect to SQL 2000 normally but when I connect to Microsoft SQL Server 2005 CTP, I failed! when I open SQL Configuration Manager, I find the SQL Server had been running, after I opened "Attribute" window, I find "This account" box had been checked, and "NT AUTHORITY\NETWORK SERVICE" was displayed in Account Name edit box, "**********" was displayed in "Password" edit box. I think that t ...Show All
Game Technologies: DirectX, XNA, XACT, etc. About Meshes
Hello all, My brother and I are working at creating a game using DirectX 9. He does the coding and I create the graphics. He tells me that we will need specific *.x mesh files for the game. Without having to spend too much money on huge programs like 3DS Max and Poser are there any other programs out there that you could recommend for us. We're looking to create humanoid, animal and everyday objects (Homes, vehiecles, etc) for this game. Also ca ...Show All
SQL Server SQL Server express starting as NETWORK SERVICE!!
Hello All, I am installing SQL Server Express from the command line using the following parameters INSTANCENAME=MSSQLSERVER ADDLOCAL=ALL SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0 SAPWD=TEST After the install is done I start the service form the command prompt using start mssqlserver I see that the SQL Server service has started under NETWORK SERVICE account!!! when the documentation i Read on MSDN says it starts in Local System a ...Show All
