| Thread | Last Post | Replies |
|
| Control names from exes | 06 Nov 2003 03:18 GMT | 2 |
Rational Robot, a windows capture/playback tool, manages to get the name of a control on a form whilst the applicaiton is running. That is, if you create an application with a command button that is called cmdButtonTest, create the exe, run the exe and you get robot to click on the ...
|
| computer freeze | 06 Nov 2003 02:34 GMT | 3 |
can someone help me. My computer freezes up when I am Yahoo games. I have compaq computer with Windows XP
|
| Controls via Code | 05 Nov 2003 21:03 GMT | 2 |
how can I create f.e. an image-control only with code (not having any starting-object in a form to which i could reference too) Dim f as form Dim img as image
|
| [VB5] Inet Ctrl/Why delay when ending app in IDE but OK in EXE? | 05 Nov 2003 19:47 GMT | 1 |
When running this code, the IDE takes several seconds to end the application, while the app closes OK when run as an EXE. Any idea why? Private Sub Form_DblClick() MsgBox Inet1.OpenURL("http://www.cisco.com")
|
| a simple way ? | 05 Nov 2003 17:46 GMT | 3 |
I have a form with several controls on it - I also have a textbox on there. what I want to do is change the content of the textbox depending on what control has focus. i was going to use the getfocus event of each control to change the text -
|
| Array of dynamic controls | 05 Nov 2003 17:32 GMT | 1 |
Is it possible to add an array of dynamic controls to at runtime? I am trying to add multiple pictureboxes within a container. I would like to be able to double-click any of the items and raise an event.
|
| Treeview and the Horizontal Scrollbar | 05 Nov 2003 16:41 GMT | 2 |
Is there a way to figure out if there is a Horizontal Scrollbar on a Treeview and resize the control so there is no scrollbar?
|
| Common Dialog Control 6.0 | 05 Nov 2003 15:37 GMT | 1 |
I am running Visual Basic 6.0 on my Millennium System. I have developed an application in which I load images from various folders into a Visual Basic form. The code I use is:
|
| Onscreen keyboard for touchscreens | 05 Nov 2003 15:04 GMT | 1 |
Hi all, I had a problem that a saw a lot of people with: the need for an easy onscreen keyboard. It was a lot easier than i thought. Thought i'd share it with y'all, you know, give something back for all i've
|
| ComboBox Newbie | 05 Nov 2003 13:20 GMT | 2 |
Is there a way to prevent a user from typing text in a combo box. Basically, I populate the combobox with another button. I've tried using the locked option in properties, which works great, but then the user also can not choose from the options in the combo box.
|
| Qs on .avi clips in VB... | 05 Nov 2003 13:19 GMT | 1 |
Hello all... I program in VB, and I am seeking a method of playing assorted .avi clips in various sequences in response to program events. Can anyone recommend a control to use which doesn't have massive overhead? I'd like to make the
|
| WebBrowser control new window | 05 Nov 2003 12:32 GMT | 1 |
Hi Group, My Application uses the WebBrowser control for getting content from the HTML pages it runs , and it works good. my problem is where i click some link of the HTML page and
|
| opening a webpage | 05 Nov 2003 11:49 GMT | 2 |
how do i code a command button to open a specific webpage?
|
| Ocx compile crashes vb6 | 05 Nov 2003 11:31 GMT | 3 |
I have written a custom ocx which I am attempting to compile. With no compatibility selected the ocx compiles and runs fine, when I subsequently save a copy of the resultant ocx and use this as the binary comptatibility target (in a separate folder) and recompile the
|
| Common Dialog and TextBox - Newbie | 05 Nov 2003 11:15 GMT | 2 |
I have a std textbox and browse button, using commondialog control. The output of commondialog.filename i then use in another function to populate my combo box. I've realised that because I set the comdlg.filename to a variable and use that, the user can not type text into the ...
|