- 2013-07-21 - Licence Fondamentale d'Informatique
samedi 27 juillet 2013

windows 8.1

481281

On 26th June Microsoft officially released new version of Windows 8, Windows 8.1 contains new bunch of latest features. You can update or download it from Microsoft official website.
If you’re Windows 8 user you can simply go to this link and click on Get the update button.

Windows 8.1 preview is a test version, It is still developing by Microsoft developers. Windows 8.1 preview contains new apps, slideshow on start screen and improved bing search. here below we have listed some cool new features of Windows 8.1

Windows 8.1 features

-Start Button is available in Windows 8.1
-Improved search
-New apps available
-New size of Start menu tiles
-Set your desired wallpaper on start screen
-Internet Explorer 11 preview

System Requirements for Windows 8.1 preview

Processor : 1 GHz or higher
RAM : 1 Gb or higher
Graphics card : Microsoft DirectX 9 with WDDM driver.
free space on hard disk : 16 Gb for 32 bit, 20 Gb for 64 bit computer.
 Serial Key/ Product Key : NTTX3-RV7VB-T7X7F-WQYYY-9Y92F
dimanche 21 juillet 2013

How to create executable (.exe) File in Microsoft Visual Studio 2010


Hello friends, hope you all are healthy and having fun. Today I am posting a simple tutorial of how to convert your newly created software in exe file. Actually I got a request from one of our members to post this tutorial, he was having some problems in it, so i thought to share it.

In Microsoft Visual Basic 2010 - COM Port Tutorial I have talked about how to create a software in Microsoft Visual Basic 2010, today I am gonna tell you guys how to create the exe file of that software so that we can use it easily.
Note :
  • If you guys need tutorial on any topic then use this Contact Form, I will post it as soon as i can.

Introduction

  • Suppose you have created your software on Microsoft Visual Studio 2010 and now you want to use that software on any other computer.
  • So to do this, there's no need to copy whole code and create project in the second computer.
  • Instead just make executable (.exe) file of that software and install it on other computer.
  • This is mostly used for commercial purposes.
 Now follow these simple steps carefully.

Steps To Follow

  • Complete your software and test it to confirm that its ready to use.
  • Now click on the Project and at the bottom Properties, CNC Gcode is actually the name of my software as shown in image below :

  •   After clicking on properties a new tab will open as shown in image below :
  •  These are actually the properties of our software, like you can change the icon and can also do many other things.
  • Right now we are not changing anything but if you want you can play with its properties.
  • Now click on the Publish button at the bottom and the below screen will appear.
  • Now click on the Publish Now button and it will create the .exe file of your software.
  • You can change the location of the file where it is gonna store in the properties.
 
-