| Thread | Last Post | Replies |
|
| ctrl+alt+del | 06 Jul 2005 04:14 GMT | 2 |
Is there a way to block or intercept ctrl+alt+del?
|
| Double Clicking on Title Bar | 06 Jul 2005 04:07 GMT | 7 |
Does anyone know how to disable the dbl click on the title bar? I have a full screen progam that I dont want moved or closed or anything. Took care of everything except for the fact that if you double click on the title bar, the form sets itself to half size.
|
| Form Load Question | 05 Jul 2005 22:48 GMT | 2 |
I have built a small application in VB6 and it appears that it call the Public Sub Form_Load() sub twice when I run the application. I have checked and there are no calls to the sub
|
| memory could not be read | 05 Jul 2005 21:21 GMT | 1 |
We have a Visual Basic 6.0 application with Windows 2000 workstations. We are getting an increasing number of reports that when a user closes a form in the application either by clicking on a close button or the X in the upper right of the form, they get the following message: ...
|
| mouse click | 05 Jul 2005 20:24 GMT | 4 |
A little question: is there a way to detect a right mouse click when clicking a listview columnheader? thanks in advance,
|
| Setting Focus | 05 Jul 2005 19:58 GMT | 3 |
I have an array of 66 text box objects that are arranged like lines of text. Each text object will hold about 40 characters. When I enter a line of data and end it with the 'enter' key, I would like to have the program recognize the 'enter' key and move the cursor to the next ...
|
| Determine number of characters in a textbox object | 05 Jul 2005 19:45 GMT | 2 |
How do you determine the number of characters that have been entered into a textbox object?
|
| reading and setting values in config file utilizing combo box in vb.net | 05 Jul 2005 18:25 GMT | 1 |
I am new to VB.net and I apologize beforehand if the question is deemmed rather trivial. Here it goes, I'm trying to capture and write to a configuration file the selection a user will make utilizing a combo box control in a windows form application. How do a do this? Any
|
| Error 53 - DLL not found | 05 Jul 2005 16:47 GMT | 5 |
I have asked this before but since I have just re-installed Windows and VB, I cannot remember what I did before. I have a DLL I wrote in C++. The app is written in VB. With the DLL in the same directory as the EXE, the EXE runs fine. But if I run the VB app in the
|
| Finding Largest of 4 Variables | 05 Jul 2005 12:41 GMT | 3 |
I'm making a program that involves a monkey that you can sort of train. Each time you hit a button, he randomly picks from 4 actions. At the end of the action, you can praise or discipline him. In theory, I want him to "learn" from this (i.e. make actions that are praised more ...
|
| Register and Unregister ActiveX from within VB | 05 Jul 2005 12:28 GMT | 2 |
Hi there everybody, I am trying to Register a ActiveX control from within VB, I know that it can be done, but are unsure of how to accomplish it. If posible I would like to be able to do it with a click of a command button to register and the same form the unregister.
|
| Capture mouse scroll in usercontrol | 05 Jul 2005 10:40 GMT | 1 |
I am using VB6. I have a usercontrol that contains multiple scrollable controls. I would like for any mouse scroll within the usercontrol to default to a certain scrollable element unless another scrollable control has focus.
|
| problem with c++ dll call from vb | 05 Jul 2005 10:31 GMT | 2 |
I wrote the following very simple program to test calling a c++ dll from visual basic. I'm working in visual studio 7. *** the .cpp file ... int __stdcall ver()
|
| VB5 and DAO 3.6 Creating a DB and fields... | 05 Jul 2005 02:00 GMT | 3 |
I am trying to create a database programmatically using vb5 with the DAO 3.6 object. I'm using the following segment, but I'm not having any luck. I can't seen to find much help either. Any offerings here? Set db = CreateDatabase(dbFileName, dbLangGeneral, dbVersion30)
|
| Unload forms | 04 Jul 2005 20:45 GMT | 5 |
Two related questions: 1) How can I determine if I have unloaded all forms with my code? 2) I have been using Unload FrmRed, Unload FrmBlue, etc. Small projects are no problem, but lately I have been including too many forms making it hard to keep track of them. How do I code ...
|