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...
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...
Hi Tanu, Hope you are using win32 guitest module, that ISkeypressed function will be helpfull to you. regards, Aparna ... http://in.messenger.yahoo.com...
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...
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...
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...
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...
I could do this by calling the PushChildButton($WindowID, $ControlID ). $ControlID = Control ID is the decimal control ID of that perticular Combo object. YOu...
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,...
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...
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 ...
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...
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 =...
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 ...
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...
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...
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....
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...
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...
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...
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...
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...