Let me make the scenario more clear....
I have written the code to open the 'System properties'(sys dm.cpl) of my computer.
Now i like to know whether there any code available to click on the various tabs/buttons/links present in the system properties page.
If possible please provide me with some sample codes, so that i can understand better.
Thanks.
User Profile
Collapse
-
Let me make the scenario more clear....
I have written the code to open the 'System properties'(sys dm.cpl) of my computer.
Now i like to know whether there any code available to click on the various tabs/buttons/links present in the system properties page.
If possible please provide me with some sample codes, so that i can understand better.
Thanks.Leave a comment:
-
How to click a link/button using c++
Hi all,
Is there any way to click on link or button using c++.. -
How to click a link/button using C#
Hi all,
Is there any way to click a link or button present on the desktop using C#. -
Also, modify the last line as given below,
printf("%c",*(p-1));...Leave a comment:
-
Modify the code in line no.18 like this,
l = strlen(p);
instead of
l = strlen(p) - 1;...Leave a comment:
-
class _name object_name( );
The above declarations is used to call the class "Constructe r" while declaring the object. Get familiar with the concept of constructors to understand better.....Leave a comment:
-
Actually my scenario is somthing like this :
Open an "IExplorer. exe" with the given URL. then i hav to click the required buttons given in the webpage after entering the required text... So far i used the following code to open the explorer with the given URL,
Process p = new Process();
p.StartInfo.Fil eName = "iexplore.e xe";
p.StartInfo.Arg uments = "http://www.mywebsite.c om/";...Leave a comment:
-
Automating software installation using C#
Hi all,
Is there any way to automate a installation process using C++/C#.
For eg. Opening some setup.exe file and clicking the 'next' buttons.. till 'finish'..
Any code sample will help me a lot..
Thanks in advance..
No activity results to display
Show More
Leave a comment: