| Thread | Last Post | Replies |
|
| checkbox(i)??? | 07 Feb 2004 13:59 GMT | 2 |
please help me! i have no idea how it works!!! i want to disable checkbox2 and checkbox3 in a excel/vb-userform if someone clicks on checkbox1.
|
| Formatting Strings | 06 Feb 2004 17:19 GMT | 6 |
I'm using vb6 What is the syntax if I wanted to format a number so it would display a five digit instead if a 1 or 2 digit number. Example:
|
| How do you hold on to leading zeros in Numeric fields? | 04 Feb 2004 14:37 GMT | 3 |
I am pulling a series of numbers from a local database and I want to use them to qualify a query to the mainframe by writing them to a data set. The mainframe wants the fields to be char(3), which means I need the leading zeros added to the result of the local query.No problem ...
|
| Remotescripts | 04 Feb 2004 13:37 GMT | 1 |
I am trying to write a script that reads/changes Reg-Keys on remote machines. The problem is that some of them are located in another domain. Is there any possibility to add a user/password when executing a remotescript? Thx
|
| Hyperlink or Email cursor | 03 Feb 2004 19:39 GMT | 4 |
I'm trying to use the cursor in my app that is displayed in Internet Explorer when your mouse hovers over a hyperlink (the hand). I've tried PRTSCN, and pasted the image into paintbrush, but that doesn't get me anywhere because the cursor doesn't show up in the captured image. ...
|
| Using the function keys. | 03 Feb 2004 14:08 GMT | 4 |
Hi everybody! I'm creating the application's menus at startup. Is it possible to assign function keys as shortcuts to those menus that have been added at run-time? If not, is there any other way to globally handle key-press events for the function keys throughout the application
|
| Change vb project | 02 Feb 2004 09:44 GMT | 2 |
I need to build program that can change the starting form of vb project on runtime Is there a way to do this?
|
| Auto fill a text box | 01 Feb 2004 14:57 GMT | 2 |
I have a DB with company names. I want the user to be able to write part of a name in a textbox and fill in the rest like Internet Explorer does for the address. How do I do that ?
|