| Thread | Last Post | Replies |
|
| How do I execute a dos command from a .NET VC++ program | 29 Apr 2007 12:11 GMT | 3 |
I have a .NET VC++ program, I want to execute some dos command from the program, e.g. copy some file, and etc. How do I do that?
|
| help on data echange ??? | 28 Apr 2007 22:35 GMT | 3 |
I have a new project on which I need to evaluat architecture. Base on that the mian thing I need to veify is as follow: I have 3 different process which need to receive data from others and one of them store those data to database...
|
| WM5 problem | 28 Apr 2007 20:46 GMT | 9 |
Hi guys and gals! Been trying to program following Maarten Struys' demos on the SMS intereception and I'm having severe problems. First of all, I'm a VBer not VC, though for this I have tried to work my way
|
| Bizar problem with a form (different instances act like one!) | 28 Apr 2007 14:54 GMT | 2 |
I have got a really weird problem: - A normal VB.net forms application - One MDI child form with a bunch of controls (tabs, radiobuttons, combo's, etc.)
|
| Unstoppable Service | 28 Apr 2007 14:43 GMT | 4 |
I'm developing a service that will be monitoring some of the activities of currently logged in user. one of the requirement is that the service must be unstoppable. The user (any user even admin)
|
| Windows XP Pro - with Service Pack 2 - making a Bootable System DV | 28 Apr 2007 14:17 GMT | 1 |
Can anyone tell me how - or if there are tools available to create a bootable system DVD ROM from Windows XP Professional with Service Pack 2 installed to defeat the waste of time trying to download and update all the service packs etc if and when you have a system crash and have ...
|
| XP Professional Will Not Shut Down | 28 Apr 2007 10:09 GMT | 1 |
Ever since I loaded Office 2007 and Avast Anti-Virus, I cannot get Windows XP Professional to shut down and turn the computer off. I have to push and hold the On/Off for several seconds to turn the computer off. Why is this happening and can it be fixed?
|
| ActiveSync 4.5 installation problem | 28 Apr 2007 10:09 GMT | 1 |
I installed ActiveSync 4.5, but when it start, get the following problem: AppName: wcescomm.exe AppVer: 4.5.5096.0 ModName: wcescomm.exe ModVer: 4.5.5096.0 Offset: 0000cb42 No Firewall installed in my machine, OS is XP SP2
|
| Alternative IDE to VS 2005 | 28 Apr 2007 04:10 GMT | 9 |
Can someone recommend me the best alternative IDE to VS. It's must be suitable for big projects, C#, Asp.Net 2.0 and source control. 10x
|
| C# DLL in VB.NET Project?? | 27 Apr 2007 23:32 GMT | 2 |
I want to use a DLL from a c sharp project but this is a VB.NET project. Is this possible? Thanks.
|
| ComboBox Item (Windows Forms) | 27 Apr 2007 22:59 GMT | 4 |
I'm baffled by this -- is there not a typed object used for ComboBox Items? Best I can tell, all of the methods for ComboBox that accept an Item are of type Object. Why in the world is a common/standard .NET control accepting an Object as a parameter type?
|
| Download like in Microsoft.com | 27 Apr 2007 20:56 GMT | 1 |
We want to do downloads as microsoft does in their pages, this is: click on a button/link, open a new browser where the download is done and the main browser is redirecting to a "Thanks for download" page. Well, the code we have is this:
|
| To: Robin S: post them all at once | 27 Apr 2007 18:30 GMT | 10 |
Hi Robin, I understand every word you said, but I did not understand what you mean by: post them all at once. How am I going to do that?
|
| HowTo write WMI provider in .NET 2.0 | 27 Apr 2007 17:36 GMT | 3 |
I am looking for step-by-step articles/books about writing WMI providers for my .NET 2.0 applications. The MSDN info is too fragmented for me. thank you very much, herbert
|
| Sorting... | 27 Apr 2007 16:10 GMT | 4 |
Hello, I have a SQL string that pulls data out of a database - I then calculate completerates based on Hours and # of Completes. I want to sort this data (FieldID and CompleteRates) by CompleteRate from Highest to lowest. I have tried an array, but luck. Does anyone have some ...
|