minimise your window property on page load event
can you be precise in your question .
kamilacbe
Junior Poster in Training
77 posts since Jun 2010
Reputation Points: 10
Solved Threads: 10
Are you wanting to start a service? Some code that runs in the background with no visual interface?
hericles
Practically a Posting Shark
823 posts since Nov 2007
Reputation Points: 136
Solved Threads: 167
You might do well to find an API for Yahoo messenger, so you can send the messages in the background (without launching a browser or opening a window).
Of course, just sockets programming will work for sending data without being visibly detected by a normal user.
thines01
Postaholic
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402
form1.Hide();
form1.Visible = false;
form1.Transparency = 0;
anthonyjpv
Junior Poster in Training
97 posts since Oct 2010
Reputation Points: 16
Solved Threads: 7
There isn't a way that i'm aware of to easily start another program without displaying its window.
That depends on the app. If it's a console app, the output can be reidrected.
...but that depends on the app calling it, too.
[Assuming the target is really Yahoo Messenger]
I really need to know if it is more important to start the app secretly or to send the message. If sending the message is the actual target, then let's concentrate on that.
If the only action is to secretly make someone appear online, that's a different story.
thines01
Postaholic
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402