| Thread | Last Post | Replies |
|
| VB.NET Com Object hosted on Server 2003, VB6 gives permission deni | 24 Oct 2007 15:19 GMT | 1 |
Ok, I have to allow some of the .Net work to be available in a VB6 application we use in house. On my machine it works fine.
|
| Thread-safe Collection | 20 Oct 2007 10:50 GMT | 19 |
Anyone know of a thread-safe alternative to a Collection or Dictionary that could be used in VB? The existing Collection/Dictionary work OK in STA threaded environments, except that their storage is per thread.
|
| ActiveX EXE Foreground issue on Vista | 18 Oct 2007 23:44 GMT | 4 |
I have an ActiveX EXE (written in VB6) that has worked fine on Windows 2000 and XP. When invoked, the calling application can call a method that has the ActiveX EXE display a dialog box. The problem is that on Vista, the dialog box ALWAYS appears behind the
|
| Sample of using GlobalObjectID?? | 18 Oct 2007 14:30 GMT | 5 |
I'm using vb.net 2005 and I'm trying to send an email, get the GlobalObjectID, find the sent email by the GlobalObjectID .... but I don't know how. I know that the GlobalObjectID is not an exposed property (yet) and I have
|
| VB Enigma multiplying a double data type | 18 Oct 2007 08:21 GMT | 2 |
Can someone solve the following puzzle for me? I ran across this in one of my projects and can't believe this is how VB works. Somehow VB thinks that 8.62 * 100 <> 862. I have a work-around but really would like to know why this doesn't work.
|
| Callback from COM+ to client | 18 Oct 2007 06:43 GMT | 8 |
We have a huge VB6 developed enterprise application. We have 1500+ window clients (no IIS / ASP) and 8 COM+ backend servers running VB6 components. All database access is done from the COM+ servers which passes disconnected recordsets to the client.
|
| Tracing in-proc com? | 17 Oct 2007 12:49 GMT | 1 |
Can I use visual studio analyzer tool to trace com calls within a single app? This would seem to be much easier than setting breakpoints in the debugger.
|
| MSXML2.XMLHTTP - Object Required 424 Error | 15 Oct 2007 12:46 GMT | 1 |
I am trying to call a local web service. I followed the tutorial here http://www.codeproject.com/soap/ConsumWebServicefromASP.asp the MSXML method. Here is my rather simple code. But everytime I hit the Server.CreateObject line, Visual Basic IDE complains about
|
| Problem with xmlhttp | 08 Oct 2007 12:34 GMT | 13 |
This is what I am trying to do. I want to retrieve some data from the server, let user make changes and then post it back. I successfully retrieved the data, however there is a problem is saving. Here is the code:
|
| COM-Inspection (enumerate earlybound references) | 05 Oct 2007 16:27 GMT | 2 |
I'd like to know if and how it is possible to enumerate all the early-binding refernces of a VB-DLL? Especially i need to know whether an MS-Outlook
|
| creating SFX | 05 Oct 2007 14:17 GMT | 2 |
how to create an SFX archive that can be self extractable on windows
|