| Thread | Last Post | Replies |
|
| Source Code Converters... | 19 Nov 2007 19:05 GMT | 6 |
Hi, Folks! This may be a long shot but can anyone suggest a good (and preferrably free) source code converter? I am looking to convert some C# code into Managed C++ (MC++) or C++/CLI code. I am looking to
|
| MSBuild ContinueOnError = treat errors as warnings??? | 19 Nov 2007 11:47 GMT | 1 |
I'm currently working on a build system, and require the build process to continue in the event of an error..so I've been looking at the ContinueOnError flag. The problem (as I see it) is that this actually converts any errors to warnings...so the error actually disappears and
|
| Just how demented is LinTard Land anyhow? | 19 Nov 2007 11:42 GMT | 31 |
Ahahahaha.. Lets see if I get this Demented Lintard reasoning right. Vista is a failure becuase after 300 days after it's release, it only has 7.5% of the OS market while the Lintard OS, is a shashing success because after 18 years after being released it has less than 2% (and ...
|
| Detect if an event has event handler | 19 Nov 2007 05:55 GMT | 5 |
I need to bind the dropdown event to an event handler, but not from beginning (in form's load or constructor), but little bit later, when a background process completes. Is there any way to detect if I already bound a handler to the event
|
| Deploying to Vista - won't write to registry | 18 Nov 2007 21:23 GMT | 2 |
I have developed a VB application in VS2005 and deployed it sucessfully to XP using an MSI file built with a standard VS setup project. The MSI creates some keys under HKEY_LOCAL_MACHINE\Software. However when deploying to Vista, although the setup completes without error, the ...
|
| MSCONFIG issues privileges error to Administrator account in XP | 18 Nov 2007 18:58 GMT | 8 |
I have been using MSCONFIG (XP Pro) for four years with no problem. I always use it in Administrator. Last night, when I attempted to go into selective startup mode, I got the following error message: "An access denied error was returned while attempting to change a service." It ...
|
| why is the "post a discussion group" not in alphabetical order? | 18 Nov 2007 18:00 GMT | 2 |
|
| Unable to install security updates | 18 Nov 2007 15:04 GMT | 1 |
I have downloaded the security update and critical update. However every time I try to install I am not able. Security Update for Windows XP (KB928843) Security Update for Windows XP (KB890859)
|
| Detect if app was started from VS | 18 Nov 2007 12:05 GMT | 2 |
I need to detect at runtime if the application was started from VS 2005. Is it possible? Also, how can I know at runtime of app is built for Debug or Release? Thanks
|
| Need fast path to VB.NET | 18 Nov 2007 05:12 GMT | 3 |
I see general messages about how to learn .NET but I have an immediate requirement to ramp up my old skills very quickly. Can anyone recommend the FASTEST way for me to get almost-competent in VB.NET (C# will come later)? This must be an online or book adventure because
|
| Statically getting fields of classes without knowing the class definitions. | 17 Nov 2007 21:13 GMT | 2 |
Good morning everyone, I am writing a module that needs to access fields in classes efficiently. The trouble is that the module does not know the classes beforehand, although the user of the module does know the classes in
|
| DataTable.Select distinct Method Query | 17 Nov 2007 20:26 GMT | 5 |
Hi everybody i have a datatable, i want to select distinct value from datatable and not database. so is there any method that can provide this query:
|
| What's the best way to clear the result of Drawline() on a Picture | 17 Nov 2007 18:26 GMT | 1 |
My first post to MSDN... I've recently started to get into VB.NET, having been a casual VB user for a few years. So far, it's going OK. I've managed to figure out how to draw lines on a PictureBox, using code like this:
|
| format YYYYMMDD to MM/DD/YYYY by vb.net | 17 Nov 2007 10:42 GMT | 1 |
Hi everyone i want to format YYYYMMDD to MM/DD/YYYY by vb.net is there any format function for this process in vb.net thanks for your help
|
| Need Advice - ado.net 1.x ----> 2.0 | 17 Nov 2007 05:32 GMT | 1 |
I am having vb.net 1.0. & presently trying dummy codes - (data adapter, data set etc.). Within a couple of weeks , I have to go for real projects. At present all my projects are window based( not Web). I have just read about ado.net.2.0 and enhanced features. Are those
|