| Thread | Last Post | Replies |
|
| Quick Text field question | 31 Jul 2003 09:52 GMT | 2 |
I am using VB 6.0 and I just want a text field to automatically advance to the following text field once the user enters in 3 characters. I know that is will involve the Change() but I don't know how to return the length of
|
| Adding New Field to existing Table via VBA | 30 Jul 2003 07:35 GMT | 1 |
Anyone tell me how to add a since filed to an existing table using VBA? I am trying to automate a five step process we use to generate a report and this is the one step I can't get to work.
|
| vb app monthly activation | 30 Jul 2003 04:25 GMT | 4 |
i would like to distribute a vb app that will prompt the user for a key code or password every 30 days. the vb app provides access to a dbase that contains subscription type content, hence the requirement for the user to reactivate the vb app on
|
| flipping the 1st byte for an mdb file... | 29 Jul 2003 16:42 GMT | 2 |
i am getting ready to deply a vb6 app that uses an mdb file. i would like to make the mdb file secure, a passwd crack tool does not seem very solid. i would like to flip the 1st byte of the mdb file before closing the
|
| Launch a form from another form in vb.net | 28 Jul 2003 19:36 GMT | 1 |
Hello Group, How do I launch a form from another form in vb.net? Also, has anyone found a good vb.net syntax site? Thanks
|
| combobox | 27 Jul 2003 11:43 GMT | 1 |
How do I display more than 8 items in a drop down combobox? Thanks.
|
| How to shutdown without END | 25 Jul 2003 14:44 GMT | 1 |
A little app consists of a single invisible form. All code is called from its Load event. Is there a less abrupt way to shutdown the app than using End as in the following? Could Unload be used for this purpose during the Load event?
|
| Date Problem again | 25 Jul 2003 09:07 GMT | 8 |
I'm only a beginner trying to work this out. It all looks logical but, well have a look and you'll probably see something really obvious. here's the code: =======================================================================
|
| what's the vbKeyCode for "." | 25 Jul 2003 01:43 GMT | 6 |
I want to find out the vbKeyCode for ".", for example vbKeySpace for " ". Thanks
|
| Clear a file | 24 Jul 2003 18:32 GMT | 4 |
Can you tell me how I can clear a file without delete him. The file in an ascii-file. Thanks
|
| vb.net - How to control frmB from frmA | 24 Jul 2003 16:37 GMT | 1 |
How can i set one of the control in frmB to invisible by clicking sth in frmA i tried the following code 'in frmA
|
| Replacing Text in Word Documents. | 24 Jul 2003 06:14 GMT | 2 |
I have a largish commercial application to which I am trying to add issuing standard letters using Word, which I have to confess is a bit of a mystery to me. The procedure for topping and tailing, saving copies, printing works ok.My
|
| listbox-focus | 23 Jul 2003 14:21 GMT | 2 |
I have a listbox which showing some contents (of an access database) of "field1" I have created a form (form1) which showing more details of the "field1". I want when I press the f2 button (vbkeyf2) to appear in the "form1" the
|
| VB Label Email Hyperlink | 23 Jul 2003 11:11 GMT | 3 |
I'm having a bit of trouble with something that I thought would be a 10 second job. I want a label on my form which is a clickable hyperlink to bring up a new message window in user's default mail client, ie equivalent to HTML's <A href=mailto:..... function. I have a simple ...
|
| Is file open | 23 Jul 2003 10:13 GMT | 1 |
I am writing a program that get data from an other program. I thought that the best way is with a file. The problem is that I must see if the file is open before I open it because the other program can write on the file.
|