| Thread | Last Post | Replies |
|
| Application-wide Keyboard Hook | 21 Feb 2006 17:03 GMT | 3 |
I am trying to create an application wide Keyboard Hook that will 'look' out for CTRL + P and open up a form called frmPostJobNo, whenever it is pressed. Unfortunately my system crashes. Thanks again for your help.
|
| Interesting bug with VB5 RT Box control | 21 Feb 2006 16:35 GMT | 3 |
If RTB.SelLength = 0 then assignment RTB.SelText = vbCrLf fails. Other assignments work. Not listed in documentation or other bugs or exceptions.
|
| printer margins (ok on first page only) | 21 Feb 2006 15:49 GMT | 5 |
I am using the MS vbprndlg.dll (kb322710) with VB6. I am setting margins with .ScaleLeft = -1 * 1440 .ScaleTop = -1 * 1440
|
| How to zip files programmatically? | 21 Feb 2006 14:13 GMT | 4 |
Hi, All I need to zip files (.TIF) programmatically, Please, any references where I can find any information to zip and unzip files.
|
| graph32.ocx | 21 Feb 2006 14:09 GMT | 1 |
Can graph32.ocx be used in vb6.0 to generate graphs?
|
| Add row | 21 Feb 2006 08:55 GMT | 2 |
VB6.0 In my application i have a MSHFLEX GRID control with 200 rows .Now the user want to add rows like excel. Ex: user want to add row in between the 200 rows .
|
| Is there a way to store VB statements in variables, then executing the variables? | 21 Feb 2006 02:55 GMT | 2 |
Suppose a person wanted to do something like this: ---------------------------------------- dim intCounter as Integer dim strDoThis as String
|
| How to read in multiple ini files and parse out to one sheet in excel | 21 Feb 2006 02:49 GMT | 3 |
How to read in multiple ini files and parse out to one sheet in excel. Each of these ini files are in the same format. Thank you for your help.
|
| Keyboard input in forms | 21 Feb 2006 00:18 GMT | 2 |
I have a form that contains three list boxes and two text boxes. I want to be able to move from one control to the next from the keyboard using Ctrl-F to go forward and Ctrl-B to go backwards. I have KeyPreview True for the form, and I have a KeyUp event for the form where I test ...
|
| Windows Media Player - embeded | 20 Feb 2006 22:32 GMT | 2 |
When embedding the WMP control on an application(with VB 6), how can I get the percentage file download left for a video downloaded from an ftp server. I need to use this number(%) to include a progress bar since the video files are heavy.
|
| Disconnected Recordset Question | 20 Feb 2006 20:49 GMT | 6 |
I use an Access Db to localize my app into several different languages. In my design I have a table for the strings with an ID. So, when I load my forms it uses the find command based on the tag id to get the correct caption. I am refactoring my app because I have added twice ...
|
| XP MsgBox icons | 20 Feb 2006 20:47 GMT | 25 |
I know this must have been asked many times, but I can't find them either on my computer or on the internet. Tried extracting as well from Shell32.dll, but no luck. Where can I find these icons. It is for a custom MsgBox ActiveX dll.
|
| VB Script help | 20 Feb 2006 18:51 GMT | 2 |
Bellow you will find script I am using to extract name and emails from distibution lists we have, but as it is now I have to type group name and OU name.. how would I search AD for and figure out OU. So I do not need to type it in?
|
| Running very old Fortran code in VB | 20 Feb 2006 17:50 GMT | 3 |
Hello, I have a question about Fortran and VB. We have very old Fortran code that will only run on a very old computer. We would like to be able to run our code on a newer computer. We heard that VB can be used to run Fortran code.
|
| What does this notation mean? | 20 Feb 2006 15:21 GMT | 3 |
Hi, I thought I'd create a class in my VB6 and a collection to go along with it. On looking through the collection I came across ".[_NewEnum]" in the property below and wondered what it meant. Actually I'm a bit confused by the whole definition of the property.
|