Dans.'s Q&A profile
Smart Device Development How to connect emulator folder to Desktop folder
We use VS2003 compact framework & PocketPC 2002 emulator. We have installed VS2005. Now we are trying to connect PPC 2003 emulator to desktop we are not able to find out ways. We have also installed MSactivesync 4.1. Please let us know the steps in detail to connect PPC 2003 folder to desktop folder using VS2005. Manish Please enable shared folder using Device Emulator -> Fil ...Show All
Visual C++ stringstream causes memory link VC++ 2005?
This simple program seems to leak LOTS of memory when compiled in VC++ 2005: int _tmain( int argc, _TCHAR* argv[]) { for ( int i = 0; i < 100000; ++i) { ::Sleep(1); std::basic_stringstream<TCHAR> str; str << _T( "Current iteration: " ) << i; } return 0; } CRT: Multi-threaded debug or Multi-threaded I compiled and ran the same piece of code in VC++ 2003 and I don't see ANY leaks! Any ideas ...Show All
Windows Forms Display problem with .Net winform in win 98
I have a .Net 1.1 winform application which is deployed in both win XP,2000 and win 98 environment. The forms are designed to go well with 800x600 screen resolution and above. The problem is with Form displaying... its working well with XP & ...Show All
Visual C# Height of controls
Hi all! It's my first time here because I've just began with C#. I'm doing a layout study for the forms I'll use in my application and I use controlos in flat style. I've the problem when I use a texbox wiht font size 8, the control has a heigt of 14. Using a combobox with the same font, gives me a height of 21. Changing the height in the designer or in the code, doesn't change. What can I do to have them the same height Thanks for h ...Show All
Visual C# Command Line Build Issue
If I try and do a build through the command line using "devenv /Build **projectname**" it works fine. But when I go back into that same project using visual studio 2003 not of the intellisense is working and I can't use the right click feature to go to a certain method. The only way I can figure out to fix this is to delete the .sln, .suo, also the bin and debug folders. Does any know a way around having to delete these files ...Show All
Visual Studio Express Editions Behaviour of Left() function
A few months ago, I wrote an .HTA application to make life a little easier on the job. As I look at expanding the capabilities of this application, I am considering a move to VB. The following code raises a design time error: Error 1 'Public Property Left() As Integer' has no parameters and its return type cannot be indexed. \Visual Studio 2005\Projects\frmRMCxpress.vb 9 12&n ...Show All
Visual Studio Visual Source Safe over Internet in old Visual Basic
Hi all! Can I use Visual Source Safe 2005 with Visual Basic over Internet Thanks noop: For basic check-out / check-in functionality, yes you can. However, if you want to Show History, Get older versions of files, Get Labels, etc, you'll still want to use something like SourceOffsite ( http://www.sourcegear.com ). See - http://support.microsoft.com/default.aspx scid=kb;en-us;320317 ...Show All
Visual Basic Transferring Files with HTTP
I'm making a MMORPG using VB.Net 2005 and DirectX. When the program starts up it connects to my website and checks the version information of my graphics, sounds, etc. If one of their files is out of date, I want to download the latest version from my website. I was wondering how I could transfer files from an HTTP website onto a location on my hard disk using code, without the user having to confirm the download Take a look at the webclie ...Show All
Windows Forms Unable to load DLL
Hello~ I have 3 files - ipgExeclib.lib, ipgExeclib.h, ipgExeclib.dll. I'm trying to import "ipgExeclib.dll" using "DllImport" attribute. But, After I execute my project, I can help seeing the below error message. ==> System.DllNotFoundException: Unable to lo ...Show All
Windows Forms problems modifying access db data...
Hi, I have an access database with these tables: TableName : General Columns : ID, Name, etc... TableName : Blah Columns : ID, Whaever, etc... TableName : Buh Columns : ID, Date, etc... Now, ID is supposed to be a primary key in all tables, and in the ta ...Show All
Windows Forms c# compiler heap corruption
For the last week I have been having a bizarre problem in VS. If I double-click on a windows forms control it does not take me to the event code, but if I double-click a 2nd time it does. From then on, whenever I copy-and-paste, random text is deleted and the cursor is moved to just before the end of the "#endregion Windows Form Designer generated code". All intellisense stops working and ctrl+arrow moves to arbitrary places in words. After a fe ...Show All
Windows Forms Genetic algorithms in Terrarium
Hi, i wonder if anybody tried to introduce creature with genetic algorithm and if he are, what was results of this. I planing to introduce soon one such creature but it needs to bi trained in local farm to get some advanced behavior before some ...Show All
.NET Development How to make video streaming server?
Hello All, I develop a system which can generate video streaming. Which is captured by different media player. Can anybody tell me how can i do this with C#.Net. Is there any component which support every thing releted to video streaming. After that i have to develop Shoutcast TV server. Plz help me as soon as possible. regards, Divyang Mithaiwala. You have asked how to build a very complex ...Show All
.NET Development Setting the DatabaseFactory settings
Hello, as anyone got any examples of how I would put the daab to a web config file stored in a different location than route. For example, I have separate config files for errorhandling and dataconnections. I am using enterprise library version 2.0 in asp.net 2005 Cheers Wayne ...Show All
Windows Forms GraphicsPath Fill and Outline
Hi, I have GraphicsPath object returned by a function (a rounded rectangle). I know how to fill it with a color but I would like to fill with it witha color and have a different outline color. how can i do that. Thanks. ...Show All
