| Thread | Last Post | Replies |
|
| SendKey To Another Application | 25 Jul 2004 14:15 GMT | 2 |
I need to send keystrokes to another application. How would i get the focus of the other app(if i need to) and then send keystrokes. Do I use sendkeys()? I am making a bot for a game. I am new to programming. Can someone please help?
|
| class trapping form events | 25 Jul 2004 14:08 GMT | 5 |
i have a class that uses a form and i want this class to trap the events from this form. like menu_click and/or custom events. i tryed something like this: in the class:
|
| Detecting the Active Window in VB6 | 25 Jul 2004 05:58 GMT | 1 |
I'm having a problem knowing what is the current active window using VB6. Yes I can use the ActiveWindow property to determine what is my VB active window, HOWEVER, if the active window is some other program than my VB6 one, it doesn't tell me that.
|
| Finding Field Size | 25 Jul 2004 05:34 GMT | 2 |
I am trying to find a simple way to determine the field size of a field in an Access table. I am writing a VB.NET Windows application. I would like a code snippet that I can get to work. I found some example on the Web but I couldn't get them to work. I will be grateful if you
|
| Detecting the Active Window in VB6 | 24 Jul 2004 22:30 GMT | 1 |
I'm having a problem knowing what is the current active window using VB6. Yes I can use the ActiveWindow property to determine what is my VB active window, HOWEVER, if the active window is some other program than my VB6 one, it doesn't tell me that.
|
| again on external process control: already running programs | 24 Jul 2004 12:14 GMT | 5 |
Hi, which is the best method to find if a program is already being running? I've read about the technique to read the name of the windows, is this the simplest way? Where can I find a good (I mean *simple*) example??
|
| Comparing vs. Assigning | 24 Jul 2004 11:40 GMT | 2 |
How does VB.NET determine comparing vs. assigning? For instance, if "checkbox1.checked = True" it only checks the value but leaves it as it whereas if you have "checkbox1.checked = True" by itself it changes the value. Is that correct? I believe in C you have a "=" and a "=
|
| How do yo know the type of a variable? | 24 Jul 2004 07:13 GMT | 2 |
Using type of command? Say there is a variable called wi You want to know whether wi is an internetexplorer or a webbrowser object. How'd you do that?
|
| Finding Field Size | 24 Jul 2004 04:24 GMT | 1 |
I am trying to find a simple way to determine the field size of a field in an Access table. I am writing in VB.NET Windows application. I would like a code snippet that I can get to work. I found some example on the Web but I couldn't get them to work. I will be grateful
|
| Can't respond to tab keypress with MSHFlexgrid | 24 Jul 2004 03:32 GMT | 1 |
I've designed a nice little App that works something like a spreadsheet using the MSHFlexgrid control. Many users are inclined to press the tab key, expecting the program to respond like excel would but it doesn't. It simply leaves the MSHFlexgrid ang they loose the data they were ...
|
| can't respond to tab keypress with MSHFlexgrid | 24 Jul 2004 03:31 GMT | 1 |
I've designed a nice little App that works something like a spreadsheet using the MSHFlexgrid control. Many users are inclined to press the tab key, expecting the program to respond like excel would but it doesn't. It simply leaves the MSHFlexgrid ang they loose the data they were ...
|
| Combo box question | 24 Jul 2004 01:54 GMT | 6 |
Does anyone know of a way (using win32s perhaps) to eliminate that focus rectangle over the selected option you see in a normal VB combo box?
|
| OCX for polar plotting in Visual Basic 6 | 24 Jul 2004 00:59 GMT | 4 |
I am looking for a easy way to draw a polar plot in a small box given a value that ranges from 0 to 1.There are 36 values, ie one every 10 degrees. I was wondering if there is a OCX or soemthing out there that would accomplish this task. Or is it trivial and I have overestimated the
|
| Rotated text with VB5 - Pb when compiled | 24 Jul 2004 00:56 GMT | 11 |
Last year, Greg Siemon <greg@cmensys.com> proposed the following piece of code :
> Fefhb.839$_f.118@news1.central.cox.net... ...
|
| Draging a window without border | 24 Jul 2004 00:54 GMT | 2 |
I've made a small application that has just one window. The window has no border. I want to be able to drag this window to position it elsewhere on the screen.
|