|
-
Nov 2nd, 2003, 09:08 PM
#1
SystemIcons - if anyone is looking for them
I didnt know it was this easy to access them. Just look at the System.Drawing.SystemIcons namespace. For example
System.Drawing.SystemIcons.Error.ToBitmap will return the error icon shown in a messagebox
hope this will be helpful to some people
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Nov 3rd, 2003, 03:47 AM
#2
-
Nov 3rd, 2003, 11:40 AM
#3
hehe I'll post it in the code bank forum also
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Nov 3rd, 2003, 12:53 PM
#4
yay gay
well thats actually great!
i dont have .net here but what pictures does it offer more? only msgbox ones?
\m/  \m/
-
Nov 3rd, 2003, 12:54 PM
#5
Originally posted by PT Exorcist
well thats actually great!
i dont have .net here but what pictures does it offer more? only msgbox ones?
I think so. I dont have VB here either
before, I was actually taking screenshots of the message icons and using them hehe
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Nov 3rd, 2003, 12:54 PM
#6
yay gay
in which dll is it in?
i don't seem to have it by default in C#
\m/  \m/
-
Nov 3rd, 2003, 12:56 PM
#7
hmm well it should be in system.drawing.dll I guess
I remember I could just access it in VB. Is there another dll included by default in VB?
well at least msdn says its in drawing.dll
http://msdn.microsoft.com/library/de...classtopic.asp
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Nov 3rd, 2003, 12:58 PM
#8
yay gay
i just tried adding System.Drawing.dll and it still doesnt work!
it want it damn!
\m/  \m/
-
Nov 3rd, 2003, 01:00 PM
#9
yay gay
found it..i was lookin dunno why by SystemError so i couldnt find it
tks!
edit: this made me confusion too
System.Drawing.SystemIcons
as in C# when you try to add namespaces it just shows namespaces to you and not classes, so i though it actually wasn't there
\m/  \m/
-
Nov 3rd, 2003, 01:02 PM
#10
hehe glad you found it anyways
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|