sir as you say to use file between them for communication,but i cannot do that coz i don't have control over second application .i means to say that second application is not created by me it is some...
One way to set a textbox's text in one application from the content of a textbox (or any other info) from another application is to have the first application look for a specific file with the...
Create a form with the same message as in dialog box. Show it and through form.visible = true and make it disappear with form.visible = false command instead of the dialog.wait - this is an...
I had tried that. That has no effect. I have a non-.Net, third-party application running with its form taking up the whole screen. Now, I want to run my application so that its form shows...
Thanks for your quick reply. Yes, the table is from Internet. However, I don't want to get the result in html format; I have been able to do that and parse data to get what I want....
I tried the code you have posted after making the changes I suggested. It works as long as you have at least one control with red backcolor. If there is no control with red backcolor, an...
That is a nice piece of code! Essentially, you are drawing the the pictures a multiple times with the same value of i. So I put the last draw statement in a loop and the desired effect can...
The clipboard could be storing your previous copies, thus increasing memory size with each copy. See if setting clipboard contents to "nothing" after completion of each copy command or before each...