How can I view the text (or source code) of an 'Internet Explorer_Server39; class in an application? WM_GetText returns nothing. Thanks, Bill ...
1788
sujit apte
i_marshal_92
May 12, 2007 7:43 am
Hi Piotr, I think this fantastic utility should not be owned by M$. Also there is no point in taking this risk. Sourceforge is best option. Cheers, ~Sujit ... ...
1787
Kristian Karl
kristian_karl
May 7, 2007 6:26 am
Excellent idea. I think that is a good thing to do. /Kristian ... Från: "Piotr Kaluski" <pkaluski@...> Skickat: den 6 maj 2007 21:27 Till:...
1786
srinivasannamaraju
srinivasanna...
May 7, 2007 6:26 am
Hi, Pls go thru the below code. It might solve your problem. I found this in of the Google Search. ... # --------- Move the mouse over particular tray icon...
1785
gayle noble
winelf1
May 7, 2007 6:21 am
If Microsoft buys Yahoo I think it would be a good idea to move the forum. I am not pleased with their code that calls home whether you want it to or not. I...
1784
Piotr Kaluski
pkaluski
May 6, 2007 7:26 pm
Hi, I have heard some rumors on buying yahoo by Microsoft. Maybe we should consider moving the forum to source forge. After all, it seams to be a natural place...
1783
Sandip
sandipbbhosale
May 3, 2007 6:03 am
hello,,,,,,,,, i am creating login page using Perl/CGI facing prob... able to connect DB but from there facing prob If u have related code of login page in...
1782
vidhut singh
vidhut_ait2002
May 3, 2007 6:03 am
Hi Arun, Your computer is not allowed to connect to the Perl Repositiory. Pls ask from you network administration to allow the sites which is prerequisite for...
1781
jonnyroberts1978
jonnyroberts...
May 3, 2007 6:03 am
Does anyone know if there is any support for the SysMonthCal32 class? I was just starting to write some but didn't want to re-invent the wheel!...
1780
sandi_siva
Apr 25, 2007 8:49 am
HI, Please Check ur Perl Installation path. and i guess u have the installer ZIP with the PPD and Read me file. Try the same way steps given in Read txt. ...
1779
Arunkumar
bak_cit
Apr 25, 2007 8:12 am
Hello I have already installed Active PERL, I am trying to install WIN32GuiTest, afte downloading it. I enter - ppm> install E:\programming...
1778
jonnyroberts1978
jonnyroberts...
Apr 23, 2007 7:09 pm
Thanks very much! ... #/----------------------------------------------------------------------------------------\ ... ...
1777
brentje
Apr 20, 2007 1:14 pm
Let me just jump in before you drive yourself crazy... Now my only experience with SysMonthCal32 has been through .Net, but I believe I've figured out how to...
1776
grunewald_james@...
grunewaj
Apr 20, 2007 6:09 am
I have a question for Windows GUI developers. I am using Win42::GuiTest to test the beta release of an application. I've written a little script to list what...
1775
jonnyroberts1978
jonnyroberts...
Apr 19, 2007 5:26 pm
Does anyone know if there is any support for the SysMothCal32 class?...
1774
kapil sharma
aladdin_mill...
Apr 19, 2007 7:39 am
Hi, The following piece of code will position the mouse to the middle of the trackbar. You can use Send mouse key down event and get the desired result. Here...
1773
srinivas p
srinivas_4321
Apr 18, 2007 12:34 pm
Hi Sir, Ya its true. I am looking for a tool something where we can record the actions on an AUT and play back. The tool which uses perl as script. Regards ...
1772
gsrao_ggt
Apr 18, 2007 10:19 am
Hi Srinivas, We have separate module in perl to do the GUI related testing that is called GUI:WIN32 module. Regards, G.Subba Rao...
1771
srinivas_4321
Apr 18, 2007 7:03 am
Hi Is there any tool based on perl scripting something like winrunner and qtp. Pls update me. Thanks & Regards Srinivas Potti...
1770
Prahlad Singh
ps_prahalad
Apr 18, 2007 5:32 am
Inside Win32-GuiTest folder, execute following command: ppm install ./Win32-GuiTest.ppd I am pretty sure it shall resolve your issue. Thanks, PS _____ From:...
1769
basvanberkel
Apr 17, 2007 11:21 am
Is it possible to activate the window of a Trackbar? Because I could do somehing like this: my @wndw = FindWindowLike( undef, undef, undef, 383, 9 ); ...
1768
basvanberkel
Apr 17, 2007 11:09 am
I made it now like this: my @wndw = FindWindowLike( undef, undef, undef, 383, 9 ); if( !@wndw ){ die "Cannot find window with the slider\n"; }else{ printf(...
1767
Gergo Palatinszky
palatinszky
Apr 17, 2007 11:08 am
Hi, Is there anybody who has a good method to refer to these bar elements (button like) (how to dig out any info, hwnd, etc) Thanx Br, Pala [Non-text portions...
1766
basvanberkel
Apr 17, 2007 9:16 am
Hi Chris, I don't want to use the mousemoveabs, becaute the position of the GUI can change. I want to work with the control ID of the button. If you want to...
1765
Chris Hilton
chris_hilton
Apr 16, 2007 3:01 pm
Here's how I do a click and drag. You should be able to do something similar. MouseMoveAbsPix($x, $y); SendMouse("{LEFTDOWN}{REL$xOffset,$yOffset}{LEFTUP}"); ...
1764
basvanberkel
Apr 15, 2007 8:54 pm
Hi all, I am doing some experiments with Perl to do some Guitesting. My Gui excist for 90% off trackbars with sliders. Now I am trying to automaticcly move the...
1763
Mark Seger
markseger3354
Apr 12, 2007 6:31 pm
I see it's possible to read the contents of various controls in a window but I didn't see a way to access the content of a message box. To be clear, I'm...
1762
Angel Rodriguez
bru22003
Apr 6, 2007 7:22 pm
Hello perlguitest, No sooner do I hit enter than I have it working. The Win32::GuiTest downloaded from CPAN is a 1.3 and does not work with anything I tried. ...
1761
Angel Rodriguez
bru22003
Apr 6, 2007 6:56 pm
Hello, Everyone, I am having a very hard time installing Win32::Guitest on this machine. I have install it on two other computers successfully but I must be...
1760
ls5302
Apr 1, 2007 8:33 pm
I'd like to use the GetPopupHandle function to obtain the handle to the context menu within notepad. Unfortunately, like some earlier posts the function return...