about msn messenger
-
i want to know how to start application just like the msn or yahoo msngr which start whenever the computer starts. second i want to know where r they placed in the windows xp. if i want to do that through code of vb6 what i have to do.
They are service applications, which VB6 cannot create. There is a seperate application that communicates with the service app that handles the user interface when someone logs in. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
They are service applications, which VB6 cannot create. There is a seperate application that communicates with the service app that handles the user interface when someone logs in. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
Hold on there Gnome boy, you CAN run VB6 apps as services. If you Google "VB6 Services" you'll find tons of examples of this. Such as....... http://www.vbrad.com/pf.asp?p=source/tip\_service\_vb.htm Joe
-
Hold on there Gnome boy, you CAN run VB6 apps as services. If you Google "VB6 Services" you'll find tons of examples of this. Such as....... http://www.vbrad.com/pf.asp?p=source/tip\_service\_vb.htm Joe
Hold it there, wiseass. Read the post again and the history of his other posts concerning the very same topic. The link you just gave me, I originally posted as my first or second reply to him! Now, I said that VB6 could not generate a windows service. This is exactly right! I know perfectly well that you can take a VB app and run it AS a service within a service WRAPPER, but you can't generate a TRUE service app with it. The VB6 compiler will not output the correct service entry point... RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome