It is not a 5 minute explanation. Try to read my advanced tutorial http://www.piotrkaluski.com/files/winguitest/docs/ch02s04.html . If it's uncomprehensive...
1286
Piotr Kaluski
pkaluski
Jan 27, 2006 8:32 pm
... Good point. I will try to remember to fix it. --Piotr...
1285
Piotr Kaluski
pkaluski
Jan 27, 2006 7:45 pm
Hi, Guys I apologize for ignoring most of your posts recently, but I am pretty busy. But I keep reading posts in this group, so please do not send posts to me...
1284
brentje
Jan 27, 2006 7:39 pm
Bud...I use GetClassName in my code. I've build a set of functions just for determining what an object is. It works very nicely, and over programs written in...
1283
ravishankarmce
Jan 27, 2006 7:35 pm
How can we traverse through SysTreeView using win32 api's?Please let me know with a sample code....
1282
oohay1_2005
Jan 27, 2006 5:31 am
for those that are curious, my output shows that it's possible to use IsWindowStyle to test for certain GUI Styles type (groupbox, radiobutton, etc...). If one...
1281
oohay1_2005
Jan 26, 2006 9:16 am
It appears IsWindowStyle can determine different Win32 GUI styles type (btw i do have a copy of winspy, that's how i know BS_GROUPBOX --> 00000007); just not...
1280
brentje
Jan 19, 2006 8:47 pm
Hi I think you may be looking in the wrong place for what you want. IsWindowStyle has more to do with things like if a windows is maximized or iconifide, etc....
1279
oohay1_2005
Jan 19, 2006 8:05 pm
I am trying to dynamically discover all radiobutton for each groupbox to later create comboboxes of each radiobutton of each groupbox, for selection from a...
1278
brentje
Jan 18, 2006 6:55 am
Hey, thanks for the reply, even though I managed to muddle through it myself eventually. I'm slowly getting my head around the SendMessage function. Now I'm...
1277
ravi shankar
ravishankarmce
Jan 17, 2006 10:51 am
Hi, Please can anyone let me Know How to traverse through SysTreeView32 using win32 api's? Please also mail me with some sample code for this. Thanks, Ravi ...
1276
santoshkadli
Jan 16, 2006 10:05 am
Thanks Piotr, It worked with little work arounds. ~Santosh ... ..> ... ID ... this ? ... undef)) ... then...
1275
santoshkadli
Jan 15, 2006 6:43 am
Hi, I assume $BName is defined or have a specific value being assigned before comparing. So check by editing following, 1) if ($buttonName eq $BName) 2) $res =...
1274
ani_bhide
Jan 13, 2006 12:41 pm
Hi, Is it possible to automate testing applications in java swing using Win32::GuiTest ?...
1273
brentje
Jan 12, 2006 9:33 pm
Never mind...after a good night's sleep, it's come to me. Here's the proper code. I had tried something like this before, but it wasn't working either. I...
1272
Piotr Kaluski
pkaluski
Jan 12, 2006 7:37 pm
ListBox is a standard control so you don't have to bother with Virtual Memory functions. Last parameter of SendMessage should be a pointer to a string, which ...
1271
Piotr Kaluski
pkaluski
Jan 12, 2006 7:34 pm
Try FindWindowLike.... --Piotr...
1270
santoshkadli
Jan 12, 2006 2:23 pm
How do i find a Handle for a Check boxes. I have 2 check boxes. Information all i have about them is Control ID and the Names associated. I tried verious...
1269
brentje
Jan 12, 2006 9:31 am
I'm going crazy. I can't look at this code anymore. Could someone please tell me what I'm doing wrong with this SendMessage statement. For clarification,...
1268
santoshkadli
Jan 10, 2006 12:53 pm
I could do this by calling the PushChildButton($WindowID, $ControlID ). $ControlID = Control ID is the decimal control ID of that perticular Combo object. YOu...
1267
santoshkadli
Jan 10, 2006 12:50 pm
Hi, I have been following the messages in this group, but this is first time i am posting. I have a text filed, that gets enabled after the selecting...
1266
comeonyouspurs18
comeonyouspu...
Jan 8, 2006 6:04 pm
OK. I installed the latest. I'm obviously missing something. I have the handle of a SysListView32 with a header and multiple columns. I've verified the handle...
1265
Dennis K. Paulsen
ctrondlpaulsden
Jan 8, 2006 3:30 pm
Hello, 1) Make sure your using "use strict;" and "use warnings;" to catch many common coding errors. 2) I assume $BName is defined somewhere, and that it...
1264
denishowe
Jan 7, 2006 7:18 am
... If your listview has multiple columns, you'll need 1.50.5. See http://groups.yahoo.com/group/perlguitest/message/1210 and ...
1263
brentje
Jan 6, 2006 8:26 pm
Hi Over the last few days, I've been struggling with reading and using menus of a .Net program. I know in the documentation that GetMenuItemInfo is...
1262
comeonyouspurs18
comeonyouspu...
Jan 6, 2006 8:17 pm
I've read a little about this in the list archives and was wondering what the status was. (I have 1.50.3 installed) I have a SysListView32 component with a...
1261
tanu_bhoi
Jan 6, 2006 8:12 pm
Hi, i want to start my application always in a specific coordinate location. here is my code-: ...
1260
ashastry06
Jan 6, 2006 7:15 pm
Hi Tanu, Hope you are using win32 guitest module, that ISkeypressed function will be helpfull to you. regards, Aparna ... http://in.messenger.yahoo.com...
1259
Tanu Bhoi
tanu_bhoi
Jan 6, 2006 8:24 am
Hi Friends, I am new to this group.I am a Software Engineer presently working in a automation tool design.For that i am using perlguitest module.I am newly...
1258
ashastry06
Jan 5, 2006 4:55 am
Hi, I want to click the button only, if the button is enabled. if not do something else. Please tell what am I doing wrong? Attaching part of my code. my...