| Thread | Last Post | Replies |
|
| How to stop VS debugger from killing my thread | 12 Mar 2004 03:04 GMT | 1 |
I'm debugging an application and intermittently, the debugger freezes, and I get an unhandled exception stating that an exception occurred while trying to close a thread. I assume the thread in question is the one I'm using.
|
| VB.NET WMI Detecting All installed apps problem. | 07 Mar 2004 01:13 GMT | 1 |
I'm wondering if anyone can shed some light on this? I'm trying to enumerate the uninstall registry key (to display installed applications) with VB.NET and WMI. This function used to work in VB6. I'm pretty stuck. When I try to collect the installed software via a call to ...
|
| External Process Wait n Seconds? | 05 Mar 2004 03:05 GMT | 1 |
I want to launch a .exe with "new Process();" and wait for 20 seconds for it to quit before I thow an exception. Can anyone show a quick example on how to do that? Thanks.
|
| HTML parsing | 04 Mar 2004 12:41 GMT | 2 |
Hi, what is the best way to parse HTML (coming from servers) in order to automate HTML/HTTP interaction. i know i can use the internet explorer control, but this seems to be the most expensive way, but also it is convenience, since i can put values in input and submit forms etc. on ...
|
| 'IDataObject' : ambiguous symbol | 04 Mar 2004 07:03 GMT | 1 |
I am facing a problem. When I include my unmanaged header file in my form1.h file, I am facing the compile error with the following messag C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\ObjIdl.h(7408) : error C2872: 'IDataObject' : ambiguous symbo ...
|
| upgrading .net for VS 2002 | 04 Mar 2004 04:45 GMT | 2 |
i have Visual Studio Academic 2002 which came with .Net 1.0. a while ago, i ordered the .Net 1.1 framework/sdk on CD. just today i went ahead and installed everything (IE6 sp, mdac, etc) on my 2000 machine but instead of the install recognizing the old framework was there and ...
|
| Red "X" problem with Overflow error | 04 Mar 2004 02:26 GMT | 6 |
I have am writing .NET application which uses COM interop. Sometimes, while pressing buttons or interacting with the controls, an unhandled exception message appears due to an "Overflow error", with the information below. It always appears while drawing the form, but happens
|
| SoapService and Encryption? | 02 Mar 2004 15:21 GMT | 2 |
I am looking for samples on transparently wrapping encryption and digital signatures in the Web Services Enhancements 2.0 Messaging API. I like the SoapSender and SoapReceiver, but I need a way to transparently marry password-encryption and signing for the the sender
|
| [HowTo] internationalize | 01 Mar 2004 22:04 GMT | 2 |
I know how internationalizing work, however I have a problem. I design my Forms with VS.NET, which create an associate .resx for each forms. for internationalizing I basically need to create a different .resx for each
|
| Best method for callback into client from a server object | 01 Mar 2004 16:23 GMT | 3 |
I have a server object that updates SQL SERVER 2000 database from a DataTable (passed from the client). I want the client to call the server object method asynchronously, and then received progress update on the database update process.
|