| Thread | Last Post | Replies |
|
| Returning control while dll is runing | 29 Apr 2007 11:56 GMT | 2 |
I am running an ActiveX dll from a HTML page. When I invoke certain functions which takes long time for execution I get a huge pause and the screen of IE white washed. All I need is once I invoke the function return the control back to HTML.
|
| ASPNET and Word | 25 Apr 2007 09:26 GMT | 3 |
I m getting an error when I run my application on the server, that error doesn't ocur when I run the application on the development computer the error is: ===============================================================================================
|
| Error accessing the system registry | 17 Apr 2007 17:02 GMT | 3 |
We just migrated from an NT 4 domain to Active Directory. (Yes I not we're not an early adopter ;-) After the migration we get the following error when compiling every VB 6 COM+ DLL.
|
| COM-RPCServer - New Version | 15 Apr 2007 10:47 GMT | 6 |
just finished a general overhaul of all of my free COM-tools. The "flagship" of them is the RPCServer (now in Version 2.1), wich makes use / integrates many of my other free COMponents (e.g. the dhSQLite-Wrapper or DirectCOM).
|
| GUARDAR UN CAMPO MEMO CON ATRIBUTOS | 14 Apr 2007 03:30 GMT | 1 |
Hola !!! Deseo que me ayuden en una aplicación en VISUAL BASIC .NET, tengo una tabla con 2 campos nombre de la persona y un campo memo donde dijito una carta con formato
|
| vb6 opendatabase runtime error 3433 opening access 2000 or 2003 but not 97 | 13 Apr 2007 22:30 GMT | 1 |
I have a VB6 application that can open .mdb files from access 97, but when I try to open access 2000 or access 2003 files I get "runtime error 3433". I might understand about Access 2003 files, but I have had Office 2000 (including Access 2000) installed on my machine for a long ...
|
| Reading proxy configuration done in IE | 13 Apr 2007 13:26 GMT | 3 |
#1. Is there a way to determine whether the user is directly connected to Internet or using Proxy? #2. How to read proxy configuration details done throug IE? Thank you,
|
| com+ components on diffrent machine | 11 Apr 2007 17:02 GMT | 1 |
Hi i m pretty new to com+ ,althogh have 3 ysrs exp in vb and .net 1.How should i start with com+ 2.how to call com+ components which are on diffrent server from asp pages,
|
| The object invoked has disconnected from its clients - UltraGrid / VB6 | 05 Apr 2007 15:40 GMT | 8 |
I'm using Infragistics UltraGrid. When I try and use its Print function I Get this error message: The object invoked has disconnected from its clients This only seems too happen when running on a Win2003 Server (fully upto date
|
| Reclaiming Memory | 04 Apr 2007 16:24 GMT | 7 |
Good evening. I need to know: #1 After running an application how to clear memory used by that application?
|
| Paste with PrefixCharacter fails from VB.NET | 04 Apr 2007 08:57 GMT | 1 |
Operating System: Microsoft Windows Version 5.1 (Build 2600.xpsp_sp2_gdr.050301-1519 : Service Pack 2) Visual Basic: MIcrosoft Visual Basic 6.3 Version 9972 VBA: Retail 6.4.9972 Forms3: 11.0.6550
|
| classname.major.minor.revision | 03 Apr 2007 22:03 GMT | 7 |
How do I name a class in VB with the following syntax: classname.major.minor.revision I tried soemthing like test.1.2.3 it is not accepted. I want to create a class name like ADODB.Connection.2.0
|
| ADO DLL resource pooling on COM+ | 03 Apr 2007 04:52 GMT | 7 |
I have a VB .DLL app that I am trying to turn off all ADO resource pooling. I am doing this by placing the following command in my OLE DB DSN connection string ";OLE DB Services = -4;". When I run this DLL on my development box it performs as expceted by only holding the ...
|
| hdc TO IPictureDisp | 01 Apr 2007 19:57 GMT | 3 |
I have create hdc graph using picture box controller. now i want to conver it to IPictureDisp(or Bitmap). Any one help me to do this.
|