simple fake a apllication.

mylikes786

Registered Member
Joined
Oct 31, 2013
Messages
81
Reaction score
7
Hi i want create a simple fake a apllication.
when we open a text come enter your id. and a input box
and then there is button start

when we click on start it show message start in process.

How i can create that type of application?
 
You will need visual studio..Google for visual studio tutorials
 
Yeah Visual Studio is Best for that
But Make sure the network that you are using to monetize that app

as many network don't allow you to use Fake apps
 
but wont you be able to do that using javascript as well? by coding it in the html of the site using the script tag? instead of downloading visual studio . .
 
so you want a program that basically asks for your user id then has a start button? once the button is clicked they just see a message saying its started but nothing else? I can make this for you in about two seconds if its really needed
 
It is really easy to make this with minimum knowledge. Just add two labels two textboxes and one button.

Label1.text = Name
label2.text = password
textbox1.text = ""
textbox2.text =""
and at event button click you set to change the label text to "Proces...."
 
Nice thread. Let me try this. I want also to create fake application
 
I'm following Visual Basic at school and I can create the applications very fast.

I'm just wondering, if I for example make a fake application ("generator") is this legit?
No jokes, but can I get sued for that? What content locker website do accept fake applications?
 
I'm following Visual Basic at school and I can create the applications very fast.

I'm just wondering, if I for example make a fake application ("generator") is this legit?
No jokes, but can I get sued for that? What content locker website do accept fake applications?

What possible law do you think you could sued under? You're not causing malicious damage, you are just displaying a message box.
 
Get Visual Studio Express (it is free), add a button, textbox, a few labels and that's basically it.
 
Get Visual Studio Express (it is free), add a button, textbox, a few labels and that's basically it.

Like everyone else has recommended, Visual Studio Express would be your best bet.

If you want an alternative, I'm sure there are an abundance of them out there.
 
Back
Top