| Thread | Last Post | Replies |
|
| getting Alt+Shift position | 03 May 2004 12:36 GMT | 1 |
How can I catch which left or right ALt+shift keys are pressed by user? thanks for any help
|
| visual basic 6.0 and excel | 03 May 2004 11:37 GMT | 7 |
Ik like to create an excel sheet with vb code. I made a little program to explore the 'how and what' <snip> Dim Db As Database
|
| Time Addition | 03 May 2004 09:03 GMT | 3 |
I have a program that needs to add up employee working times throughout the week. The code is as follows: TotalHours(X) = TimeValue(MonHours(X)) + TimeValue(TueHours(X)) + TimeValue(WedHours(X)) + TimeValue(ThuHours(X)) + TimeValue(FriHours(X)) However if TotalHours(X) is > 24 it ...
|
| Exe does not work, but runs from VB6 IDE | 03 May 2004 07:21 GMT | 3 |
When i run a vb6 application which talks to a COM dll for receiving event messages, it works fine when I run it from the IDE of VB6. However when I make the exe and run it as a stand alone application it does not receive any event messages at all Any body who knows something ...
|
| VB6 SP6 | 03 May 2004 07:13 GMT | 2 |
Has someone installed it? I have read on internet that there was a very big bug with the listview and the column reorder. (And I have this bug too).Has someone heard of it or has someone a workaround for it? Is there a SP6a that will come?
|
| VB6 and Crystal Reports 8 | 03 May 2004 02:44 GMT | 2 |
I have an app that uses the CR OCX .... here is the problem: Tables on the backend are created dynamically. The app collects the needed data for the report and passes them as parameters to the report. All of that is fine ... the problem is that the report needs
|
| How do I 'SELECT All' text in a text box | 03 May 2004 01:03 GMT | 1 |
I want to select all text in a multi line text box from a command butten. Thank for help Dave
|
| Starting a batchfile from within VB6 | 02 May 2004 23:58 GMT | 3 |
I got to rewrite a small part of a VB6 program, to make it start a batchfile instead of opening up a popup. I've searched through some books about VB, and also Googled a bit, but have not found out how this is done. Does anybody know how you can start a batchfile from VB6 ?
|
| Database question, Vb6 SP5, DAO, Access database | 02 May 2004 23:08 GMT | 10 |
I posted this message in a VB database newsgroup 5 days ago and have not received any answers. Since this newsgroup has been very supportive in VB, I am posting it here (with changes) in hopes of getting an answer. Jim Y
|
| Usercontrol does not refresh | 02 May 2004 20:25 GMT | 1 |
I am developing an ocx control in VB6, this has several shapes on it the solid colours of which I set by using properties. In my test harness I have a form with the control dropeed on to it. I set the various colours on the control in my form load event but no colour change ...
|
| VB5 under XP | 02 May 2004 18:08 GMT | 9 |
I am running VB5 under XP, and from tiem to time VB locks up for a few seconds, and then windows reports an erro has occured, and I lose all my unsaved wrk. Is there a bug fix for this, as I can not find anything on MS-K Thank James
|
| relative paths to absolute | 02 May 2004 17:33 GMT | 1 |
I'm trying to extend some of my path functions to work with relative paths as well as absolute and the easiest way seems to be to create a single function to convert the paths to absolute. Using VB5, I am also trying to avoid the use of shlwapi.dll for
|
| Use Picture as a Skin | 02 May 2004 15:30 GMT | 1 |
I am VB 6.0 Programmer.I want to use a picture for my programm as a Skin. have u ever seen PowerDVD or ZoneAlarm Pro?They are a good examples.can anybody help me how to build such a interface?
|
| needassistance | 02 May 2004 11:36 GMT | 1 |
Hello to all you guys out there. My question is: is there a way to put code for registering dll server directly from my application? So, when I open my app the code for registering dll automaticly does it's job and my app continues with opening
|
| Creating a database for use with a Visual Basic 6 program ? | 02 May 2004 11:36 GMT | 3 |
It's been a while since I wrote a program in VB6. Is there a way of creating an Access type database in VB6 without having to use the Microsoft Access program? I'm using MS Office 2003 and I find that if I create a database using
|