Results 1 to 10 of 10

Thread: SystemIcons - if anyone is looking for them

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    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!!

  2. #2
    Frenzied Member Ultimasnake's Avatar
    Join Date
    Feb 2002
    Location
    Amsterdam, holland
    Posts
    1,172
    ace thanks...

    should go in the snippit library or so
    For my PC and MS Smartphone 2003 software visit
    http://www.ultimasoftware.nl

  3. #3

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    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!!

  4. #4
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    well thats actually great!
    i dont have .net here but what pictures does it offer more? only msgbox ones?
    \m/\m/

  5. #5

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    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!!

  6. #6
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    in which dll is it in?
    i don't seem to have it by default in C#
    \m/\m/

  7. #7

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    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!!

  8. #8
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    i just tried adding System.Drawing.dll and it still doesnt work!

    it want it damn!
    \m/\m/

  9. #9
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    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/

  10. #10

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    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
  •  



Click Here to Expand Forum to Full Width