| Thread | Last Post | Replies |
|
| Multithreading in VB6 (solutions that worked for me) | 06 Jun 2004 03:34 GMT | 10 |
I just wanted to let everyone know some of my experience trying to multithread in VB6. Ok, so it's more of a mini-review, but I like many others aren't interested in getting our hands too dirty. :) I tried 2 main packages. Async ($50) from evansprogramming.com and Thread
|
| Finding version of Office on a computer | 06 Jun 2004 03:22 GMT | 1 |
Does anyone know a function I can call that will tell me what Object library version of any of the Office products are currently available on a target PC? For example is the machine installed with Word Object Library 8.0 or 10.0 Any help greatly appreciated Sam
|
| How to change keyboard layout | 05 Jun 2004 20:26 GMT | 7 |
I am looking for a way in VB code to change the keyboard from English (or Initial keyboard layout ) to American and then change it back to the origional setting. Can this be done using API or is there a simpler way.
|
| REQ: Advice for Thumbnail viewer | 05 Jun 2004 18:19 GMT | 10 |
I'd like to create a thumbnail viewer, so i googled something around. But i' am a little confused, so i need some advice. What is the best way to create a thumbnail viewer. It must have the possibility to create a lot of thumbs >1000
|
| Toolbars | 05 Jun 2004 15:59 GMT | 5 |
Can anybody tell me how to add a toolbar and a Status bar to a form? It is part of an assignment I have to make. Thanks
|
| ToolBar | 05 Jun 2004 15:46 GMT | 1 |
Can anybody tell me how to add a toolbar and a Status bar to a form. Thanks
|
| Drives letters | 04 Jun 2004 20:41 GMT | 2 |
I would like to know if there is an api function that would list all used drive letters, even if there is a network mapped drive that is not connected Thanks Mathieu
|
| Icon binary data to loaded icon handle? | 04 Jun 2004 18:31 GMT | 1 |
An icon file is retreived (using Get) into a binary array and stored. To later display this icon, I'm dumping the data (using Put) to a temp file and then using LoadImage with the LR_LOADFROMFILE flag to get a handle to the loaded icon.
|
| Passing string arrays from VB to C DLL | 04 Jun 2004 18:29 GMT | 3 |
I know how to pass non-string values to C DLL (API call) - it is done by declaring incoming argument as Any in VB. But I still do not know and do not succeed to pass an array to C DLL,
|
| API Declaration: SymGetSymFromAddr64 | 04 Jun 2004 15:04 GMT | 2 |
I am having problems with the declaration of this API call. I have :- '--8<----------------------------------------------------------------------- Private Type ULONG_64
|
| Send To Comrpessed | 04 Jun 2004 14:55 GMT | 1 |
Has anyone tried to send a file to a compress folder from within a vb program
|
| WSAAsyncSelect | 04 Jun 2004 14:18 GMT | 1 |
Hi, I have a problem with API in object. I have made a program with this API. Now I want to create a ActiveX (OCX) with Visual basic but when I use the API WSAAsyncSelect i use this code: If WSAAsyncSelect(m_lngSocket, hWnd, WinsockMessage, ByVal FD_READ or
|
| winamp api's ? | 04 Jun 2004 12:03 GMT | 1 |
how can I find a list of winamp api's tia
|
| Invalid Socket Error | 04 Jun 2004 10:02 GMT | 1 |
I am having trouble when I use the socket() function. The return is -1 or Invalid Socket. What could be causing this? PF_INET = 2, SOCK_STREAM=1, IPPROTO_TCP =6 Here's some code. I'm running one Windows XP SP1, VB6.
|
| Internet Connection Sharing... | 04 Jun 2004 06:39 GMT | 4 |
Anyone run across any examples of enabling ICS through VB or even on the command line? I would prefer doing it through VB but the command line is an option from the Shell().
|