Hey, I need help.. Let's say I made an application and gave it to a friend, how can I made a "Control Panel"..? I mean if i'll click a button it'll exit the application in he's computer..?
Thx !
Hey, I need help.. Let's say I made an application and gave it to a friend, how can I made a "Control Panel"..? I mean if i'll click a button it'll exit the application in he's computer..?
Thx !
Would you please explain more fully?
I want to make a program with "Control Panel" and just I'll have the control panel.. Now, I'm giving the program (not the control panel) to a friend, and he opens the program in he's computer, and I click a button in the control panel, and it exists the program in my friend's computer.. How can I do it?
Help please?
use http://freetexthost.com/
first app : upload text "close" get url
second app : on each timer tick Dim closeIt As String = New System.Net.WebClient().DownloadString(yourURL)
if it contains text "colse" then me.close
good luck
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.