| Thread | Last Post | Replies |
|
| doEvents | 30 Dec 2004 16:50 GMT | 1 |
I have an application which creates local windows user accounts using adsi. When the application creates the accounts the application will stop responding then once the accounts have been created the application comes back.
|
| Java & VB | 29 Dec 2004 20:52 GMT | 1 |
I would like some help to know how can i communicate between a mobile java enabled (with bluetooth) and a vb application on a PC (via bluetooth). I would like to send some messages to the vb
|
| Authentication using Active Directory | 29 Dec 2004 18:17 GMT | 1 |
Hi, I am using Visual Basic6.0. I am having a login form where username and password are stored in database. But i want to use the active directory information to login into the project. I don't want the user to have separate login for
|
| Saving and restoring an imagelist | 28 Dec 2004 13:45 GMT | 2 |
Greeting's, In a project I am working on, I am attempting to save the contents of an imagelist to a file. Later on I wish to restore the imagelist from said file. I have found the following 2 procedures that supposedly do it (one
|
| Write to ini file very slow since installing service pack2 | 27 Dec 2004 21:32 GMT | 9 |
In a vb 6.0 programm i wrote, i write values and names to a INI file. Since my system has been updated to Service Pack 2 the writing takes 10 times the time it took before. The same thing happend on a machine at work, after the update it took more than 2 seconds instead of a ...
|
| Setting Font of Msgbox / Inputbox | 23 Dec 2004 13:56 GMT | 3 |
Can somebody tell me of it is possible to set the Font for the Msgbox and Inputbox in VB6. Changing the font of the form don't help. Gérard.
|
| PKCS #7 | 23 Dec 2004 11:37 GMT | 1 |
Hi to everyone! I have to extract the original file from signed file with P7M extension because I have to read this extracted file to know some information on it. Do you have any suggestion?
|
| something interesting | 22 Dec 2004 15:50 GMT | 5 |
If you paste a plain guid into a vb code window it says "Out of memory". Any ideas why? It's not important, I'm just curious. eg: 36BEDB1B-2657-4817-9492-1A83058F7342
|
| what is the best way to create a asynchronous communication betwee | 21 Dec 2004 14:24 GMT | 1 |
what is the best way to create a asynchronous communication between the client and a server ???????
|
| VB6 and Keeping MySQL Connection... | 20 Dec 2004 14:45 GMT | 1 |
Hello Friends, I am successfully making a connection to a remote MySQL database from VB6. The problem is that it takes a while to connect. This could make working in my app quite cumbersome if I have to connect each time I edit data. I would
|
| FTP Downloading in VB | 18 Dec 2004 17:21 GMT | 5 |
I have a VB applciation that uses the Microsoft Internet Transfer Control, but the finished application is just too darn slow! By which I compare the download rate from our developed application to that of programs like LeechFTP.
|
| Context menu handler | 18 Dec 2004 04:50 GMT | 4 |
I created a context menu handler using the example form http://www.mvps.org/emorcillo/vb6/shell/index.shtml (Shell Extensions) Now I'd like to add an icon to the context menu, but don't know how. I've already asked Eduardo A. Morcillo but he has not answered my mail.
|
| Determine CAPS LOCK state in VB. NET | 17 Dec 2004 18:20 GMT | 2 |
Is there any way to determine the CAPS LOCK state in VB. NET, without calling any VB6-style Windows API?
|
| Command() and cmd ("Dos") vs Run menu (WinXP) | 17 Dec 2004 17:02 GMT | 8 |
I've a question about using the Command() function. My app. accepts filenames from the command line separated by a pipe-sign (
| ) But it works using the Run menu but not using it from a "Dos-box" using cmd
|
| I want to correct Round function | 16 Dec 2004 15:13 GMT | 3 |
Round function is confused me. for example i want to round 3.245 in with decimal symbol Result should be = 3.25 When i try to this in vb:
|