QUOTE(gnrgirl @ 2 Jul, 2008 - 04:09 PM)

I would like to make a "program" that when launched it would popup with a window in the shape of a heart, with a nice redish pink colour and have words in the heart. I have Microsoft® Visual C#® 2005 Express Edition and can sort of barely not really use it.
Any ideas on how I might be able to bring my idea into reality?
Create a window's form project.
Click anywhere on your form. In the properties of your form find the 'background image' option under appearance. Navigate to your heart picture. click ok.
Right below that property is 'background image layout' set that to strech.
In the toolbox click label, and drop one on your form.
In the label's properties set the following options:
backcolor: web-transparent.
text: your text you want.
Position it where you want.
Compile and you are done.