Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Computer Forum


You are currently viewing our Computer Forum as a guest. Please register to participate.
Login



Reply
not sure if this is the right place for this...
Old 03-15-2008, 06:30 PM not sure if this is the right place for this...
Lashtal's Avatar
wherenomanhasgonebefore

Posts: 679
Name: Lashtal
Trades: 0
Was wondering if you could show me how to:

Make a .EXE file that:

Once downloaded,

instantly went to a particular website (of my choosing) automatically.
__________________
Currently Reading:
Please login or register to view this content. Registration is FREE
Lashtal is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-15-2008, 09:28 PM Re: not sure if this is the right place for this...
Mattmaul1992's Avatar
Ultra Talker

Posts: 486
Name: Matt
Trades: -1
Not the right place. Er.. Go to general computing maybe?
__________________
PHP Code:
$talkupation++; 

Please login or register to view this content. Registration is FREE
- Free IPB forum hosting (releasing today!!!), no ads, free modifications
Mattmaul1992 is offline
Reply With Quote
View Public Profile
 
Old 03-15-2008, 09:53 PM Re: not sure if this is the right place for this...
NullPointer's Avatar
Will Code for Food

Posts: 2,784
Name: Matt
Location: Irvine, CA
Trades: 0
This is more of a question for the coding forum. Also, what langauge are you coding in? When you say download do you mean download and open or just download? Generally a program has to be executed in order for it to do something.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
NullPointer is offline
Reply With Quote
View Public Profile Visit NullPointer's homepage!
 
Old 03-18-2008, 06:54 AM Re: not sure if this is the right place for this...
Lashtal's Avatar
wherenomanhasgonebefore

Posts: 679
Name: Lashtal
Trades: 0
What I mean is: a user downloads your .EXE and clicks the "run" button.

When the user clicks the "run" button, a window with your website's page pops up in response.


Is anybody familiar with what would need to be done to execute such a thing? I'm fairly new to the concept myself.
__________________
Currently Reading:
Please login or register to view this content. Registration is FREE
Lashtal is offline
Reply With Quote
View Public Profile
 
Old 03-18-2008, 08:33 PM Re: not sure if this is the right place for this...
Average Talker

Posts: 20
Trades: 0
VB6 can do it.

Sample code is at pscode.com

I'll write the EXE for you for $25.
__________________
Brandon Doyle

Please login or register to view this content. Registration is FREE
doylesoft is offline
Reply With Quote
View Public Profile
 
Old 03-19-2008, 07:56 PM Re: not sure if this is the right place for this...
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Quote:
Originally Posted by Lashtal View Post
Is anybody familiar with what would need to be done to execute such a thing? I'm fairly new to the concept myself.
IE does it. So does FF. Actually all browsers do it. What you want is probably a little different, just to piggy back on someone else's browser. I'm not sure why a person would download your exe file instead of just following a link, but that's your issue to solve.

You can get the free but full compiler and IDE here, from Microsoft. Start a Windows Forms project. Your code will look like this, in Program.cs

void main()
{
try
{
System.Diagnostics.Process.Start("http://www.web-site.com");
}
catch(Exception ex)
{
System.Windows.Forms.MessageBox.Show(ex.Message);
}
}
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 03-19-2008, 08:03 PM Re: not sure if this is the right place for this...
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
Thankfully, the browsers have a cancel or no option.
joder is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to not sure if this is the right place for this...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.56898 seconds with 12 queries