all groups > vj# > april 2004 >
You're in the

vj#

group:

Why do we precede '@' sign in Bitmap class's constructor?



Why do we precede '@' sign in Bitmap class's constructor? Manisha Agarwal
4/8/2004 12:06:02 AM
vj#: C# code:

Bitmap image1 = new Bitmap(@"C:\Documents and Settings\All Users\"
+ @"Documents\My Music\music.bmp", true)

What is the VJ# equivalent of the above code

Thanks
Re: Why do we precede '@' sign in Bitmap class's constructor? Lars-Inge Tønnessen
4/11/2004 5:43:38 PM

System.Drawing.Bitmap image1 = new System.Drawing.Bitmap("C:/Documents and
Settings/All Users/"
+"Documents/My Music/music.bmp", true );


Lars-Inge Tønnessen
www.larsinge.com

AddThis Social Bookmark Button