Post: automatic programs
04-11-2012, 04:30 PM #1
causes
Keeper
(adsbygoogle = window.adsbygoogle || []).push({}); How would i make a program run itself when someone downloads it or starts their computer?
(adsbygoogle = window.adsbygoogle || []).push({});
04-11-2012, 04:43 PM #2
fill0botto95
You talkin to me?
Originally posted by causes View Post
How would i make a program run itself when someone downloads it or starts their computer?


I can do one on vb.net, it should come out like this:

    
Public Class Form1


Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Process.Start(Application.ExecutablePath)
End Sub
End Class
04-11-2012, 04:56 PM #3
causes
Keeper
Originally posted by fill0botto95 View Post
I can do one on vb.net, it should come out like this:

    
Public Class Form1


Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Process.Start(Application.ExecutablePath)
End Sub
End Class

and i can just copy and paste that into a .exe or .bat file?
04-11-2012, 05:00 PM #4
fill0botto95
You talkin to me?
Originally posted by causes View Post
and i can just copy and paste that into a .exe or .bat file?



No, You can't "paste it into an exe".

You need to build an exe from the code I provided you.
04-11-2012, 05:25 PM #5
causes
Keeper
Originally posted by fill0botto95 View Post
No, You can't "paste it into an exe".

You need to build an exe from the code I provided you.

1. the period goes inside the quotation marks. 2. could you please explain that for me? i'm still new to programming.
04-11-2012, 05:53 PM #6
fill0botto95
You talkin to me?
Originally posted by causes View Post
1. the period goes inside the quotation marks. 2. could you please explain that for me? i'm still new to programming.



You need a programming platform such Visual Studio(regarding to vb.net and c#) where you can compile your code into an exe.

I can write it for you as well.
04-11-2012, 07:09 PM #7
Epic?
Awe-Inspiring
First of all, you're not just a beginner; you obviously know next to nothing - if not nothing - about programming. Second, fill0botto95's code will not do what you're looking for.

Finally, I have a gift for you, based on your interest in fill0botto95's grammar:
Originally posted by causes View Post
How would i make a program run itself when someone downloads it or starts their computer?


Originally posted by causes View Post
and i can just copy and paste that into a .exe or .bat file?


Originally posted by causes View Post
1. the period goes inside the quotation marks. 2. could you please explain that for me? i'm still new to programming.

The following 4 users say thank you to Epic? for this useful post:

Bad Luck Brian, caleb01, fill0botto95, Pichu
04-17-2012, 01:56 AM #8
Coding is a Kinda complicated method to learn it takes time.
04-17-2012, 02:40 AM #9
Pichu
RIP PICHU.
Originally posted by fill0botto95 View Post
You need a programming platform such Visual Studio(regarding to vb.net and c#) where you can compile your code into an exe.

I can write it for you as well.


First of all, you don't even need a programming platform to compile. You yourself can quickly code your own compiler to compile the code. There are sources out there that you just take instead.

The thing about Visual Studios is it makes it easier to code by live monitoring your code to help make sure everything is written out and it helps develop a UI by drag and drop.

Every application made in C#/VB.NET using UI is just a quick tool that means you don't have to type up the designs yourself and don't have to keep saving and compiling to see if everything looks right.
04-17-2012, 03:47 PM #10
fill0botto95
You talkin to me?
Originally posted by Sublimity View Post
First of all, you don't even need a programming platform to compile. You yourself can quickly code your own compiler to compile the code. There are sources out there that you just take instead.

The thing about Visual Studios is it makes it easier to code by live monitoring your code to help make sure everything is written out and it helps develop a UI by drag and drop.

Every application made in C#/VB.NET using UI is just a quick tool that means you don't have to type up the designs yourself and don't have to keep saving and compiling to see if everything looks right.


I know you don't need any platform, but I think it's a little bit too advanced to introduce the argument to him (he think he can "paste a code into an exe")

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo