vbasic code:
TextBox maybe?
process.start("http://nexon's shit here/MSSetupv"+TextBox1.Text )
Printable View
vbasic code:
TextBox maybe?
process.start("http://nexon's shit here/MSSetupv"+TextBox1.Text )
hell no ... it's maximum 5 lines + pre-defined ones that the ide writes
ya know... this kinda upsets me. granted this could probably be done in an easier way, there's no need to flame the guy for it. if this works, it's a good release in my opinion. it's a universal downloader. think of all the servers, where people always ask stupid shit like "where do i get the download" and other moronic shit. think of this forum as well, where people always say "i need a link for a v62 install" or something similar. with this release, all they do is type in the damn version and it gets it. this guy may not be pro, but at least this is useful.
@ontopic: i still have yet to see anyone else say it's legit, but if it is, good job on this.
Virus !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ITS A VIRUS !!!!!!!!!!!!!!!!! TROJEN
lolfail
Haha agrees ^^
Its not a trojan!
look at the code:
Coded at C#.Code:using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace MaplestoryDownloader
{
public partial class Maplestory : Form
{
public Maplestory()
{
InitializeComponent();
}
private void textBox1_Click(object sender, EventArgs e)
{
if (textBox1.Text == "Version:")
{
textBox1.Clear();
}
}
private void button1_Click(object sender, EventArgs e)
{
try
{
Form1 f = new Form1();
f.webBrowser1.Navigate("http://download3.nexon.net/maplestory/fullversion/MSSetupv" + Convert.ToInt16(textBox1.Text) + ".exe");
}
catch (FormatException)
{
MessageBox.Show("The version have to be a number!", "Error", MessageBoxButtons.OK);
}
}
}
}
It was with two forms:
1.Maplestory downloader (Where is the textbox)
2.Form1 (WebBrowser)
And when i write 100 lines I exaggerated...
Copyright BarW45 inc.
Lol at what everyone else said.
@BarW54: Nice attempt at your first release anyway
Nice virus, reported!
What? its not virus!!
It looks clean to me O.o no virus from my knowledge.
Nice program. (Tries to be supportive)
But you really don't need the hidden webbrowser.
That's just idiotic.
What if the person using your program doesn't have IE?
They could run into some problems.
@the people who suggested
Process.Start(<link>);
That's stupid too.
Mozilla Firefox and Google Chrome have the download manager in the browser, unlike IE, whereas its a completely new window.
So yea, this is a bit of fail, since it's just navigating to the website.
What you could do is the following:
Use webclient to connect to the download link, then download the code (which will be the exe code) and save it as an EXE.
Now, you have a complete download manager.
whats the point in it?
its ms development