| Author |
Message |
Topic: Control names |
spiderman
Replies: 12
Views: 1036
|
Forum: Ask for Help Posted: Tue Nov 06, 2007 1:03 pm Subject: Control names |
Hi lexikos,
I will create a function that can get the classname# from a control that's located 'x' controls next to another control (for example a label).
The functions will be something like
... |
Topic: Control names |
spiderman
Replies: 12
Views: 1036
|
Forum: Ask for Help Posted: Tue Nov 06, 2007 10:34 am Subject: Control names |
Hi lexikos,
I'm already started with the WinGet, OutputVar ControlList, WinTitle and try to find some way to identify all the controls. The main issue in this is that we need to use AHK to be used ... |
Topic: Control names |
spiderman
Replies: 12
Views: 1036
|
Forum: Ask for Help Posted: Tue Nov 06, 2007 9:14 am Subject: Control names |
Hi lexikos,
Thank for youre answer.
I'm indeed not tring to get the controlnames from a VB.NET application.
I'm use AHK to handle controls in a application with the name Clarify.
The main iss ... |
Topic: Control names |
spiderman
Replies: 12
Views: 1036
|
Forum: Ask for Help Posted: Tue Nov 06, 2007 7:22 am Subject: Control names |
Hi All,
Is there a way to figure out a controlname instead of it's classname.
I mean, when i build a form in VB.NET I give controls a name like txtFirstName and txtLastName (where txt stands for ... |
Topic: Changing classname(numbers) |
spiderman
Replies: 3
Views: 161
|
Forum: Ask for Help Posted: Mon Oct 29, 2007 4:51 pm Subject: Changing classname(numbers) |
Hello,
No the classname is really changed.
If I run this script:
ControlSetText, Edit11, NewText, WinTitle
The text will be set in a Edit-control at the bottom.
When I switch from tabpage1 ... |
Topic: Changing classname(numbers) |
spiderman
Replies: 3
Views: 161
|
Forum: Ask for Help Posted: Mon Oct 29, 2007 9:21 am Subject: Changing classname(numbers) |
Hello all,
I'm having problems with some controls
For example:
I have a screen with at the top some textboxes(edit)
In the middle there is a TabControl with 7 tabpages, and some of these tabpa ... |
Topic: Clarfy (e-frontoffice) control GXWND |
spiderman
Replies: 0
Views: 257
|
Forum: Ask for Help Posted: Fri Oct 26, 2007 8:58 am Subject: Clarfy (e-frontoffice) control GXWND |
Hello all,
I'm using a AHK to control a program with the name Clarify (from e-frontoffice).
Most controls are not a problem, but one control gets me
The control class name ... |
Topic: String Integer |
spiderman
Replies: 2
Views: 198
|
Forum: Ask for Help Posted: Wed Oct 03, 2007 12:56 pm Subject: String Integer |
Thanks that works  |
Topic: String Integer |
spiderman
Replies: 2
Views: 198
|
Forum: Ask for Help Posted: Wed Oct 03, 2007 12:38 pm Subject: String Integer |
Hello,
I'm using AHK to change a phonenumber in a textbox
After I changed it I'm checking if the change wend ok.
For example
t1 = 0612345678
t2 = 612345678
if t1 = %t2%
msgbox Equal
A ... |
Topic: SysDateTimePick32 |
spiderman
Replies: 2
Views: 205
|
Forum: Ask for Help Posted: Fri Sep 28, 2007 8:57 am Subject: SysDateTimePick32 |
Hello,
When I try the SendMessage command and check ErrorLevel, I get error 4294967295.
SendMessage, 0xC,0, "01/10/07", SysDateTimePick325
Do you know I do wrong |
Topic: SysDateTimePick32 |
spiderman
Replies: 2
Views: 205
|
Forum: Ask for Help Posted: Fri Sep 28, 2007 8:30 am Subject: SysDateTimePick32 |
Hello,
Does anyone know how to adjust a SysDateTimePick32 control.
I tried using DllCall but the date doesn't change.
ControlGet, hWnd, Hwnd , , SysDateTimePick325
Result := DllCall& ... |
| |