| Thread | Last Post | Replies |
|
| On Screen Keyboard | 16 Sep 2006 00:00 GMT | 7 |
Does any one know how to create an on screen keyboard such as the osk.exe. The on screen keyboard would be written in VB6 as an exe. I have searched the web to find how to handle keyboard entry without any luck. Please help and thanking in advance.
|
| VB6 MSINET.OCX | 15 Sep 2006 22:40 GMT | 1 |
Unable to send file using the following code. No errors are being produced. Please help! CODE: Public Sub write_ftp_file(pathname As String, filename As String)
|
| DHTML Application... Inserting Controls Trouble... | 15 Sep 2006 19:43 GMT | 3 |
Hello Friends, I have been a VB6 prgrammer for some time and I have worked on DHTML Applications quite often in the past so I have to tell you I am a bit embarrassed in asking this but I have run into a dilemma I cannot explain.
|
| Question about VB Syntax | 15 Sep 2006 19:02 GMT | 6 |
I found this syntax on VB. Can anyone explain what it means? szExeFile As String * 260 Regards, Budhi
|
| Line concatenation | 15 Sep 2006 18:28 GMT | 9 |
I have the following text file with data like: Date Line PC Filename Date Line PC Filename Date Line PC Filename
|
| NEWBIE - VB and Active Directory | 15 Sep 2006 18:03 GMT | 1 |
I want to integrate the users from active directory with a program. For this I need to pull the current user logged on (without any inputboxes, etc...) and the groups that they are in. Please help!!!!!
|
| Configuration in published program | 15 Sep 2006 17:50 GMT | 17 |
Hi, everybody, I'm developing one program in Visual Basic 2005 Express Edition. I defined some parameters in Settings. Now my problem is that I have no idea where to change these parameters in my published program. There is
|
| Passing variables to a query beneath a report | 15 Sep 2006 15:24 GMT | 1 |
I'm trying to build a new front end in VB to an older Access DB (reason being multiple versions of Access in the same office!) My latest headache is that I'm trying to open an Access report from within VB that relies on a query. This query in turn used to rely on
|
| Fairly Urgent regarding the CSocket Class (Aren't they all) | 15 Sep 2006 14:52 GMT | 8 |
I'm hoping to find some help with an issue my guy in the field is seeing with a utility I wrote. It is a very simple program that is being used to check out radio coverage of some wireless IP radios.
|
| Threading questions | 15 Sep 2006 13:18 GMT | 15 |
I know this probably isn't the best place, considering VB's reputation with threads, but I have a few threading questions I haven't been able to find answers to. I rember a time when Windows timer was limited to something like 1/18th of a
|
| An installation issue | 15 Sep 2006 07:10 GMT | 5 |
I've been working my self through Inno setup as an alternative to the built in P&D. I've a question regarding the usage of 'SharedFile' flag. It says in the guide not to use this flag on any 'Shared System Files' !!!!!
|
| Newbie: How to make a form as MDI via code | 15 Sep 2006 06:43 GMT | 7 |
I've tried in VB 6 and insert MDIform is easy way but I want to make MDIform in VBA Excel, Can I make Userform1 in VBA Excel as MDI and Userform2 as Child ?
|
| Email attach document | 15 Sep 2006 04:05 GMT | 2 |
I am using VB6. I am generating MS word (mail merge) document and sending email to client. The mail merge fields are retrieved from sql server. Sending email and attaching documents are working without any problem. But when the clients trying to open the attached document in
|
| plug and play hub seemed to make monitor jittery | 15 Sep 2006 04:00 GMT | 1 |
I'm using a Windows XP Professional computer system. I bought a plug and play "Fellowes" usb 4-port hub, plugged into computer and let the computer find the device driver, it made the monitor jittery, i unplgged it, don't want to use it. realized that is doesn't have a Microsoft ...
|
| Question on deployment | 14 Sep 2006 23:54 GMT | 4 |
My users already have a vb app installed. I am creating another app to add some functionality. My question is: if my app requires no additional runtime files, could it be deployed simply by copying the exe?
|