Category: HowTo

  • How to – transmit data between Windows Forms

      You can download the project from here Also you can look to the video :   Very Short: Make a constructor on the form that has a parameter of the type you want to send. Do not forget the call to this( in order to execute InitializeComponent). Always verify on Load event that the…

  • How to … Make a bootable clone hard disk in Windows 7

    Disclaimer  : it is a short story of the long story from http://onegeekwithalife.blogspot.com/2009/11/booting-from-cloned-vhd-in-win7.html  Step 1 : Read http://onegeekwithalife.blogspot.com/2009/11/booting-from-cloned-vhd-in-win7.html  and confirm you have administrative rights to run programs. Step 2 : Download tools                           a) Disk2VHD from SysInternals,http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx                           b) VHD Resizer,http://vmtoolkit.com/files/folders/converters/entry87.aspx                           c) BcdVHD,http://disk2vhd.codeplex.com/ .                          d) Original Windows 7 disc with bootsect.exe Step 3…

  • How To … Put a new project on codeplex in 10 steps

    Step 1 : Have a project,compile to binary(exe,dll or other)  and found a name for it ( for us is disk2vhd ) Step 2 : Goto www.codeplex.com,register(or sign in),then click on “Create project” . There you will put the name of the project (disk2vhd for us) and a description for it. You will be redirected…