Blog - Microsoft .NET, ASP.NET, AJAX and more

How To: Install Windows 7 on VirtualBox 2.1 – Fix Sound, Video and Network adapter

by Cedric Boudoya 1/20/2009 1:44:07 PM

On my previous blog posts, I covered the installation of VirtualBox 2.1 and I went over the step-by-steps to create a virtual machine to host Windows 7.

I will now go over the details of fixing the sound, video and network adapter. 

If you go to Start > Right-click on My Computer > Manage (or run mmc), then you will get the content management window. You should notice that two devices are not properly installed (Base System Device, Ethernet Controller).

 image

More...

Shout it kick it on DotNetKicks.com Bookmark and Share

How To: Install Windows 7 on VirtualBox 2.1 – Installation details

by Cedric Boudoya 1/20/2009 1:42:59 PM

On my previous blog posts, I cover the installation of VirtualBox 2.1 and I go over the step-by-steps to create a virtual machine to host Windows 7.

I will now go over the details to install Windows 7.

  1. You should have the VirtualBox setup and started the virtual machine by clicking on the start button.
    image
    Click OK.
    More...


Shout it kick it on DotNetKicks.com Bookmark and Share

How To: Install Windows 7 on VirtualBox 2.1 - Create a virtual machine

by Cedric Boudoya 1/20/2009 1:41:40 PM

Today, I will go through the step by step instructions to setup VirtualBox for Windows 7.
First of all, You will need to install VirtualBox. Follow my VirtualBox installation guide from a previous blog post if you need the step-by-steps.

image More...


Shout it kick it on DotNetKicks.com Bookmark and Share

How To: VirtualBox 2.1 Installation Guide

by Cedric Boudoya 1/20/2009 1:38:23 PM

In this step-by-step guide, we will install VirtualBox 2.1.  This article is the first in a multi-part series on installing Windows 7 beta on a VirtualBox virtual machine.  Let's get started...

  1. Get the virtual box binaries  and its source code from http://www.virtualbox.org/wiki/Downloads.
  2. Launch VirtualBox-2.1.0-41146-Win_x86.msi
  3. Click Next
    image More...
Shout it kick it on DotNetKicks.com Bookmark and Share

Get and Set Properties using .NET Reflection

by Cedric Boudoya 9/29/2008 5:13:03 PM

Introduction

I would like to set the text value on a textbox control. It sounds easy enough. First, I would like to create a textbox web control then I would like to access one of its properties "Text" and set the text to "Hello World". Well what do you need to do to write your code in a generic way so you are can abstraction of the fact that the web control is actually a text box, it could be any web control.

We will visit different ways to be able to this.
More...

Shout it kick it on DotNetKicks.com Bookmark and Share
Tags: ,
Categories: .NET | C# | Reflection
Actions: E-mail | Permalink | Comments (1) | Comment RSSRSS comment feed