| Thread | Last Post | Replies |
|
| Winsock Client Server Application Problem | 29 Jul 2008 20:18 GMT | 1 |
im new here. i have searched this forum while im searching for a solution in my big problem. actually im writing a program called Library System that can have many clients can connect to the server. i write a multi-connection application using winsock 6.0 that is in array. my big
|
| 429 ActiveX component can't create object when using late binding | 29 Jul 2008 17:34 GMT | 5 |
why would I receive the above error when I use CreateObject? The following code works: Dim obj as MyComObj Set obj = New MyComObj
|
| Experience debugging side-by-side applications in VB6 | 29 Jul 2008 17:12 GMT | 1 |
Hello All COM Developers! I would like to know whether any of you have had experience debugging side-by-side applications that are written in VB6? In other words, let's say that different versions of the same product are
|
| mscomm problems | 18 Jul 2008 16:49 GMT | 3 |
since years I have a module in my app which uses mscomm32 to send and receive data via RS232. Works ok so far. Now I have a device which uses XON/XOFF.
|
| Executable for other OSs | 15 Jul 2008 15:26 GMT | 16 |
I have written a small VB6 executable program which I plan to publish on the Internet. I know it works OK on Windows XP (and I assume Vista also, although I haven't yet tested that) because the VB run time code comes with those OSs. I don't want to distribute it using some
|
| HOw to create a com+ dll component in VB | 07 Jul 2008 02:51 GMT | 4 |
How to create a com+ dll component in VB, what all the steps I need to follow in doing this. Suppose if there is already a com client dll project is there. what steps I need to follow to make this client dll file as COM+ Server
|