Search the web
Sign In
New User? Sign Up
perlguitest · Win32::GuiTest (Perl)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1703 - 1732 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1703
Hi Thanks for your reply. I think one of my problems is setting up the structure to send to the list box as the first member in the NMLISTVIEW structure is a...
jonnyroberts1978
jonnyroberts...
Offline Send Email
Mar 1, 2007
9:19 am
1704
Hi Try creating a pointer for $hdr_buf like you do $str_buf. Most of C works with pointers, so I think that may be the key. my $hdr_buf_ptr = pack( "l l l", ...
brentje
Offline Send Email
Mar 1, 2007
1:53 pm
1705
Hi thanks I have tried that attached but it didn't seem to work. Is there any easy way to debug the messages with MFC to see where it is going? Below is a copy...
jonnyroberts1978
jonnyroberts...
Offline Send Email
Mar 1, 2007
4:12 pm
1706
... UltraVNC offers such a feature: If your remote control a PC, there is a button in the ultraVNC client's tool bar which shuts off the real keyboard and...
Philip Zembrod
pzembrod
Offline Send Email
Mar 1, 2007
4:43 pm
1707
I have managed to break my problem down slightly and found message that sends only NMHDR part of the structure. This is the NM_RCLICK message. Looking at the...
jonnyroberts1978
jonnyroberts...
Offline Send Email
Mar 1, 2007
5:35 pm
1708
You shouldn't have to create a pointer for the HWND. Just send in the HWND for the ListView object should work. The one I'm testing with (Windows Explorer...
brentje
Offline Send Email
Mar 1, 2007
8:37 pm
1709
Thankyou very much for your help I will go with your work around for now. It is strange that the PostMessage seems to cause a crash but the SendMessage doesn't...
jonnyroberts1978
jonnyroberts...
Offline Send Email
Mar 2, 2007
12:50 pm
1710
PostMessage crashes things, eh? I haven't tried it before since I thought the only difference would be that it doesn't return anything. But I just tried it...
brentje
Offline Send Email
Mar 2, 2007
2:28 pm
1711
Hello, I've been trying to automate a small application called Attrib from Network Appliance. I do not have access to the source code or the developers. The...
Sander Pool
sander_pool
Offline Send Email
Mar 2, 2007
7:45 pm
1712
FindWindowLike puts it's result into an array. You may have to use the second (or third) item in that array if you can be sure that the number of such windows...
Timothy Mitchell
tmaxquig
Offline Send Email
Mar 3, 2007
11:12 am
1713
I use the controls' locations to keep them apart. I know the one I want is always on the right. I have no idea if the order in which they show up in the array...
Sander Pool
sander_pool
Offline Send Email
Mar 3, 2007
6:41 pm
1714
Looking at this link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/common/messages/wm_notify.asp it states "For...
jonnyroberts1978
jonnyroberts...
Offline Send Email
Mar 6, 2007
2:35 pm
1715
Finally got it working. For some reason I had to use PostMessage rather then SendMessage. Also I think the reason it was crashing before was because the memory...
jonnyroberts1978
jonnyroberts...
Offline Send Email
Mar 6, 2007
2:57 pm
1716
So that's how you're suppose to create the struct. That's good to know, thanks. The funny thing is that I now see the notify message with WinSpector, with the...
brentje
Offline Send Email
Mar 6, 2007
6:02 pm
1717
Thats strange I am using XP and just tried to run the script and it sent the message correctly and didn't crash. If I can find a 2K system around here I will...
jonnyroberts1978
jonnyroberts...
Offline Send Email
Mar 7, 2007
10:00 am
1718
This code works on XP & 2K had to use the HDN_ITEMCLICKW message as explorer didn't seem to respond to LVN_COLUMNCLICK. The message is sent to the list but in...
jonnyroberts1978
jonnyroberts...
Offline Send Email
Mar 7, 2007
1:19 pm
1719
Hello, Are you able to run the recorded script without any errors? If no errors when running the script, it is possible you may have to troubleshoot the script...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Mar 7, 2007
2:32 pm
1720
Excellent...I got it working. Works beautifully actually. My problem was that I needed to put a wait-state in between the PostMessage and the...
brentje
Offline Send Email
Mar 7, 2007
2:48 pm
1721
Now I've been thinking about this so much I had to experiment. Found this on my travels. ...
brentje
Offline Send Email
Mar 8, 2007
5:08 pm
1722
Cool...found something that works. http://www.see.ed.ac.uk/~mrichar1/perl/scripts/blockinput.pl Found here: http://www.see.ed.ac.uk/~mrichar1/perl/ Seems to...
brentje
Offline Send Email
Mar 8, 2007
7:29 pm
1723
I just discoved GuiTest yesterday - great tool - and this group about 5 minutes ago! Has anyone ever used GuiTest to try and control a remote system via the...
Mark Seger
markseger3354
Offline Send Email
Mar 10, 2007
4:36 pm
1724
Mark, I use STAF to launch Win32::GUI scripts remotely. STAF runs in application mode under terminal server. I'm not sure it would work as a service when no...
Sander Pool
sander_pool
Offline Send Email
Mar 10, 2007
5:13 pm
1725
I've got to believe this is possible but didn't see anything in the documentation that talked about combining more than two keys. I did try a one line script...
Mark Seger
markseger3354
Offline Send Email
Mar 11, 2007
4:59 pm
1726
Is there any way to get the NUMLOCK keyboard status, So that I only use SendKeys("{NUMLOCK}") when its already on?...
dukestefjen
Offline Send Email
Mar 12, 2007
11:25 am
1727
You can use the GetNumLock() function from Win32::KeyState module. ... [Non-text portions of this message have been removed]...
Monica Cohen
cohen.monica
Offline Send Email
Mar 12, 2007
3:07 pm
1728
Hi friends, Can you please tell me where to download the module Win32::Process. will be very thankfull. --sandeep....
sandeephughes
Offline Send Email
Mar 12, 2007
3:10 pm
1729
This should work Win32::API->Import('user32', 'GetKeyState', 'I', 'I'); print GetKeyState(0x90) & 1;...
jonnyroberts1978
jonnyroberts...
Offline Send Email
Mar 12, 2007
3:43 pm
1730
Don't worry about it. It's part of Activestate. You already have it. Have you tried to use it already? I ran into the same issue a few weeks ago. Very odd that...
Sander Pool
sander_pool
Offline Send Email
Mar 12, 2007
3:44 pm
1731
Thank you Sander. I will try to use it tomorrow in the office. I have one more problem in using system( "start notepad.exe"); But it is not opening notepad in...
Sandeep Bansal
sandeephughes
Offline Send Email
Mar 13, 2007
7:20 am
1732
As I posted in an earlier note I'm trying [and failing] to run GuiTest from a remote machine via the 'rcmd' command and I'm guessing it's because it redirects...
Mark Seger
markseger3354
Offline Send Email
Mar 13, 2007
7:22 am
Messages 1703 - 1732 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help