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 !

Recommended Answers

All 4 Replies

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.