a few questions

starcraft

Centurion
Joined
Jun 29, 2003
Messages
167
Location
Poway CA
I have a few questions that belong in several catagories so i put it in general.
#1:
How do you stop the program until a window that was called is ready, fully loaded and ready to go.
#2:
How do i click a position on the screen, Like (854, 534)
#3:
How do i copy text from other applications. EXAMPLE: When u search on Kazaa you get the # of results for your search under the place you enter your topic. How do i copy the # of results onto a label or something on my program?
#4:
I know how to creat buttons on the desktop, BUT how do i create button on other applications. Just like overlap my buttons on their program? i've tried just like setting the values and things to the window title but that doesn't work.
 
Hi,

#1 - I think SuspendLayout and ResumeLayout methods do this? Try looking them up in the docs.

#2 - Use the mouse? Not sure I understand the question.

#3 - If the program doesn't export this info somehow (ole? com?) then I think you're stuck.

#4 - ?

What exactly are you trying to do? Extend Kazaa somehow? I don't know if this is entirely possible without some support from within the program.

Pete
 
Back
Top