Saturday, September 18, 2010

Creating EXE files, Applications, Programs and more.

WARNING: I do not take any responsibility about anything.


Tested on WindowsXP, Vista, Windows7.

Well, it has many different ways to reach the solution. EXE files include large size of binary codes. But that does not concern us. We are looking for how to create them. The legal solutions are:

-Grand programming languages.
-Not very grand programming languages.

The grands are usually known C,C++,C#,VB.NET .

-Dude, i dont understand this crap. Just show me how can i create it?

Well, then Start > Run > Notepad.exe . Hold (CTRL) press S and change file extension to All files and save as Test.EXE . As you will see, when you run it, does nothing. I wanted to show you it is not simple as it seems.

-So, What should i do?

Start programming with VB.NET (Visual Basic NET) . I prefer using Visual studio express edition 2010 for VB.NET . It was free as i knew. I will publish more info about VB.NET usage.


When you got your express edition, open express edition and File > Create new Project > Windows Form Application . Rename it to "Test". Click OK. Then an empty windows form appears. Double-Click it and a code text appears.

Private sub Form1_ ....

Type MsgBox("Hello World") under this line and press F5 key. You create your first application.

-Then, How can i get EXE file?

It is located in your Documents > Visual Studio 2010 > Projects > Test > Debug > bin.


More lessons will come soon.

Editing Start-up Application / Programs

WARNING: I do not take any responsibility about anything.


Tested on WindowsXP, Vista, Windows7.

  1. Start > Run > Type msconfig. OR Simply Hold (WINDOWS KEY (Where is it ? Oh it looks like windows logo near space, ctrl or alt key) and press R.
  2. A Window appears.  Go to Start-Up Tab.
Here you'll see your applications that always runs after window startup

Reach the limits of internet speed

WARNING: I do not take any responsibility about anything.


Tested on WindowsXP, Vista, Windows7.

My internet speed is slow, why? Want to speed up my internet, how to? Sometimes my internet speed slows down, why?

All these questions find answer in here.

We are about to change your internet speed.

  1. Start > Run > Type gpedit.msc. Or,
  2. Simply Hold (WINDOWS KEY (Where is it ? Oh it looks like windows logo near space, ctrl or alt key) and press R.
  3. A Window appears.
  4. In tree view (it is located at left) ,
  5. Administrative Templates > Network > QoS Packet Scheduler.
  6. Double click to "Limit Reservable Bandwith".

  7. Choose Enabled and set Bandwith limit to 0.
  8. Apply & OK.
  9. Restart your Computer.

ENJOY YOUR INTERNET LIMITS.

Create invisible / hidden folder

WARNING: I do not take any responsibility about anything.


Tested on WindowsXP, Vista, Windows7.

  1. Right-Click an empy place on your desktop.
  2. New > Folder
  3. Hold (ALT KEY) and Type 0 1 6 0 then release (ALT KEY)
  4. Click anywhere.
  5. Right-Click on your new folder
  6. Select Properties
  7. Select Customize tab
  8. Click Change Icon Button
  9. Find Empty icon and select it
  10. Apply & OK

You made your own invisible / hidden folder.

Delete undeletable folder that you had made

WARNING: I do not take any responsibility about anything.



ATTENTION: Only for advanced users.


Tested on WindowsXP, Vista, Windows7.

You can delete this folder with using cmd's del command.