| Thread | Last Post | Replies |
|
| Vista makes me crazy, please help. | 19 Nov 2008 20:49 GMT | 50 |
I tried both: as administrator and as an user with administrator privileges: 1. open for binary a text file located in c:\Program Files\<App Name>
|
| Calling .NET form from VB6 | 19 Nov 2008 17:23 GMT | 5 |
Let's say I have a .NET dll and I would like to call specific form in windows form in this DLL from my VB6 project. Can it be done? Searching the internet I found out that this can be done, but is it advisable to do so?
|
| VB6 control of Network Device. | 19 Nov 2008 16:51 GMT | 10 |
I currently have a network device that has an embedded sever to allow manual control of the device via a web browser. I would like to automate this control via a VB app running on a PC residing on the network. I would assume that all I need to do is emulate the messages coming ...
|
| SaveSetting and Unicode | 19 Nov 2008 13:36 GMT | 5 |
I'm saving an UDT into the registry first converting it to String with CopyMemory and then saving it just with SaveSetting. I see that it works the same in my PC if i first convert it from Unicode to ASCII and if i don't.
|
| Removing Accents | 18 Nov 2008 22:06 GMT | 7 |
Do you have function to remove accents on a string on VB6? Please, if possible send me the code. Many Thanks!
|
| login counter | 18 Nov 2008 16:37 GMT | 8 |
I am working on an application and i will be using your help for some time. The application is in VB.6 and it is accessing an access database. for the time being i would like if somebody assists me on the following two questions:
|
| Runtime Error 91 | 17 Nov 2008 20:25 GMT | 17 |
I have a VB6 program shipped to a customer. He installed it on a XP Pro PC, from an Administrator account, and run it from this account. Everything OK. Then, when he logged on from a Standard User account, a Runtime Error 91 appears.
|
| comm control input output trouble | 17 Nov 2008 16:44 GMT | 10 |
I am having trouble sending output to my comm port. I perform the output command. Then, put up some message boxes to check to see if I am on the right track, but get nothing.
|
| EULA for "shareware" | 17 Nov 2008 16:11 GMT | 18 |
Howdy all, Somewhat off-topic as this is not a VB question per-se. Years ago I had several apps (most written with VB5/VB6) that I had released as shareware. I have been out of the shareware biz for over 10 years but am now thinking of getting back into it with a couple new apps.
|
| Is it possible to raise a classe event from outside the class? | 17 Nov 2008 05:30 GMT | 24 |
I subclassed a form to process WM_COPYDATA messages in a WindowProc in a BAS module. Those messages are sent from another application and contain commands that my application should execute. One of these command should raise an event declared in a class module. Is it possible, ...
|