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...
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...
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...
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...
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...
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 ... ...
So far I did not get a significant feedback. All feedback I have got was positive. I suggest the following solution - If I don't get any negative feedback till...
Well then let me add my 2 cents into the frey. I think the move would be a good idea whether MS buys Yahoo or not. It's easier to keep everything in one...
I hope I am not doing something bad if I ask... Why the list should be moved on another server if Yahoo will be owned by MS? Why not using MS's resources for...
Octavian Rasnita
orasnita@...
May 13, 2007 7:29 pm
1793
This is a very good question. Firstly, there is a logistic reason, which was well summarized by Brent in his post. Since Win32::GuiTest code is hosted on...
Hi I have an application that is running and I would like to use Win32::GUITest to automate some of the functions in it. Winspy++ tells me the following Class...
Anyone know how I can hold shift down while I click and drag the mouse? I can do the click and drag part no problem, but i'm not sure how to hold shift down...
All, Can anyone please let me know how to Check whether a Check Box is selected or not ? Thanks, Ravi Ravi Shankar M Associate Software Quality Engineer...
... sure ... I'm fairly new to GuiTest but I think SendRawKey will do what you want. The following script holds down shift while typing in Notepad: use...
HI ravi, there is a function called ischeckbutton() ..... follow the link http://www.piotrkaluski.com/files/winguitest/docs/ch09s37.html Regards, Vidhut ravi...
Hi I have developed a tool that uses win32-guitest APIs and tests our application. I was planning to run tests in this tool in the nights everyday, so I...
Hi, Can any one help me out in this ? I want to invoke an application from the Systray. Using Winspy ,iam able to get the handle of "TrayNotifyWnd".But i am ...
Hi All My greetings to all Please let me know, if "Win32::GuiTest" module supports custom-made/non-standard window objects? I tried functions like CheckButton,...
Hi Is it possible to access a Window in another machine? for example, i have a perl script on one machine which is a webserver. The script is on the webpage....
Hi I have a script which open the print preference window of printer driver,i want to select the values in the combo box dropdown. my part of code is ...
Hi, I suggest you to dont use mouse clicking. Just foreground the window of combobox and use home key. Than through up and down arrow key you can select any...