| Thread | Last Post | Replies |
|
| error message | 18 Feb 2008 02:04 GMT | 2 |
I've started getting this error message when I'm trying to open different things online. It says, "The following add-on was running when this problem occured Add on name: AcroPDF.dll
|
| Application Frameworks for .NET | 17 Feb 2008 20:40 GMT | 9 |
Hello, We are about to start a big project replacing legacy application with an application that will be developed on .NET framework. Some people on our team have experience with application frameworks in Java and FoxPro, and they want to use some equivalent frameworks in .NET ...
|
| How can you make a panel like a sheet pf glass? | 17 Feb 2008 16:40 GMT | 4 |
I am creating a user interface and I would like to occasionally place a transparent panel on top of the entire thing so that it can be viewed but the controls below the "glass" cannot be used. I tried making a panel transparent but it only shows whats behind the form (desktop
|
| windows ce 4.0 to 4.2 | 17 Feb 2008 16:22 GMT | 2 |
is there a free download for windows ce 4.0 to 4.2? how do i upgrade? i have a TDS ranger data collector. -thx
|
| How to catch the "Uncaught Win32 Exception" | 17 Feb 2008 15:44 GMT | 3 |
I have an application that is, occasionally, being terminated without any apparent error. I have a try/catch around the entire main routine and no exception is being caught. But, when I look into the system event log, there is a report of an uncaught Win32 exception. The ...
|
| Installing a new program | 16 Feb 2008 18:49 GMT | 1 |
I am trying to install a disc that came with the ink I purchased for our HP PSC 1401 All-in-One Printer. It is to be used with HP products only. The disc is small (not the normal size of a CD disc) and the name of it is: Explosion Seasons, Events & Holidays (15,000 Sensational ...
|
| Process not ready after WaitForExit | 16 Feb 2008 08:35 GMT | 2 |
Simple question: when the following code is executed the process is NOT ready after the call WaitForExit _________ Dim shellProc As Process
|
| Framework 3.5 Installation | 16 Feb 2008 06:42 GMT | 2 |
I'm trying to install the framework 3.5 on mi vista ultimate computer. But it keeps giving me errors: [02/11/08,23:32:52] Microsoft .NET Framework 2.0SP1 (CBS): [2] Error: Installation failed for component Microsoft .NET Framework 2.0SP1 (CBS). MSI
|
| How to call a method by name? | 16 Feb 2008 04:37 GMT | 3 |
I have the following situation: a class can be loaded dynamically, and an object can be created from it (the class implements an interface I know). The class can have one or several methods which are not defined by the
|
| Visual Studio 2005 Service Pack 1 Update for Windows Vista under XP ? | 16 Feb 2008 03:03 GMT | 5 |
the "Visual Studio 2005 Service Pack 1 Update for Windows Vista" is requiered to build application compatible for Vista (in some case, for example ActiveX controls, this SP is necessary). My question is : is this SP is availlable also for VS2005 under Windows XP ? (in order to ...
|
| VBFixedString( | 15 Feb 2008 21:19 GMT | 1 |
I have this declaration <VBFixedString(5)> Public Comp As String Is there a way I can programmatically retrieve my variables dimension?
|
| Finantial Formulas in .NET Framework | 15 Feb 2008 18:37 GMT | 3 |
Does anybody know how to calculate the "YIELD" for bond in .net ? (the same formula than excel). Is there a dll library for .net where can i find that formula?
|
| Delegate BeginInvoke and ManualResetEvent.WaitOne() | 15 Feb 2008 16:52 GMT | 6 |
Here is an example: ManualResetEvent waiter; delegate DoWorkDelegate; void DoWork()
|
| DataGridView custom function? | 15 Feb 2008 06:57 GMT | 4 |
I've got a DataGridView which has a bunch of DataRow's that represent rows in a table in my database. No brainer :) Some of these rows are things such as "province ID" which are keys to a province table. So I'd like to store these as-is since it makes database
|
| SerialPort problem - part 3 | 15 Feb 2008 02:25 GMT | 3 |
I have finally found the cause to my problems. SerialPort will fire data received event only when 0x1B character is received. Than all received data together with this 0x1B character will be displayed. How can I convince SerialPort to fire event on any character and not only on
|