| Thread | Last Post | Replies |
|
| COM+ hanging | 09 Sep 2004 09:05 GMT | 15 |
I have a COM+ application that I'm accessing from another machine via a proxy. It appears that sometimes when several requests come in concurrently that either the application or COM+ hangs. Component Services shows several
|
| Help for my unused methods please | 08 Sep 2004 17:22 GMT | 2 |
Does anybody know a tool that could help me finding unused functions on my VB applications? Thanks for your help. Bernard Davest
|
| Command prompts and the like | 08 Sep 2004 00:11 GMT | 1 |
Hey all I got a computer from my work a while ago with Visual basic v6 on it and have been dabling with it. Even managed to borrow a 'BVG' course on VB6. This has been great, although all what it has done is spiced my interest
|
| DCOM with a one hour config delay? | 07 Sep 2004 12:02 GMT | 2 |
Hi all, wonder if anyone recognises this problem... We have a product that uses an NT service on one machine advertising a DCOM interface, and another machine (with a copy of the type library and all relevant registry settings) acting as client, calling the interface using
|
| Hindi on VB6 form | 07 Sep 2004 10:21 GMT | 4 |
I'm trying to display Hindi text on, say Label control on the VB6 form, using the Unicode font -- Mangal, that the OS installs. This sounds quite simple straightforward, but the text are appearing garbled (hey, provided I can read Hindi <g>).
|
| Delete dll | 06 Sep 2004 18:05 GMT | 1 |
I have a C++ coded (non-COM) dll which I call from a VB exe. I want to unload the dll after use so I can delete the stored .dll file from the hard drive. How do I unload the dll, or release the file so it may be deleted?
|
| Any example of open ADO Recordset in Multithread ? | 04 Sep 2004 11:04 GMT | 1 |
I am looking for any example of opening ADO Recordset in Multithread, and fill the MSHFlexgrid with the records initially retrieved while running the query, any idea please ? Best Regards,
|
| help with mdi | 03 Sep 2004 15:21 GMT | 2 |
i am using a button to open a child document but when ever i open the the child form the button is visable through the child form i tried making the button not visable after use but then when you exit out the child form you cant go back because the button is gone.
|
| SafeArrayLock Why is it Required | 03 Sep 2004 15:20 GMT | 3 |
Basic questions... Why do we need SafeArrayLock? Can't we directly access the pointer pvdata? What issues will arise if I directly use pvdata as shown... (m_pSa->pvData)[index] = nDirection
|
| ActiveX Exe thread per object doesn't work? | 03 Sep 2004 14:03 GMT | 4 |
I'm almost ashamed of this question, it's very basic. I'm trying to make a multi-threaded ActiveX EXE in VB6. It should be straightforward but somehow this just doesn't work and I can't understand why. I just made a sample project and put 2 classes in it. I then create object that ...
|
| to develop a simply firewall | 02 Sep 2004 19:24 GMT | 1 |
I will develop a simply firewall, therefore I need documents on API for HTTP management. Thanks in advances Crevit
|
| send sms using vb | 02 Sep 2004 18:24 GMT | 2 |
hi guys!!! im triying to send a sms by vb, i saw some pages that use icqsms.dll to send it, or gateways, my problem is that i live in mexico and until now i cant find a sms provider that sends sms to cell phones in mexico, the cell phone
|
| How to Identify the sorting Action | 02 Sep 2004 15:16 GMT | 1 |
I would like to do something after the user sorting datagrid by clicking the datagrid header. Does anybody know how to tell my program when does the user do the sorting action?
|
| ActiveX Dll component won't compile on server | 01 Sep 2004 16:40 GMT | 2 |
I have an activeX DLL currently running under MTS on two of our server machines and all is well. I'm trying to place the component on one of our test servers and I get an error. VB6 happens to have been installed on this test server so I moved the project over there and tried to ...
|
| Drag and Drop doesn't works from a floating window | 01 Sep 2004 10:12 GMT | 1 |
Hi! I'm triyng to create an user interface to edit a format, so I did it with a floating window, that has the fields that form could contain, I'm trying to implement a drag & drop routine, but it doesn't works from one window to another... anyone can help me?
|