Search results for query: *

  1. R

    Taking Screenshots in VB.NET

    Thanks - that's awesome! how on earth do you manage to find all this stuff?? :) again, thanks...
  2. R

    Taking Screenshots in VB.NET

    Hey - Does anyone know how to take screenshots in vb.net. Similar to the way explorer does when you goto the shutdown/logoff dialogue (minus the greay scaling ;) ) Example code would be great, Thanks, Raven
  3. R

    Multiple text labels in GDI+

    Thanks Thanks, muchos helpfull! ;)
  4. R

    Multiple text labels in GDI+

    I checked that out.. it's a cool article. I just can't work out how the hell to use that damn thing. I played with it for about an hour and still can't manage to make it display the new coloured image :<
  5. R

    Grabbing Special Key Combos

    Ummm.. Sory if I'm just being blind or something, but SetFocus doesn't seem to appear anywhere in VB.NET... There's form.focus(), but I think that's only for multiple form apps, not when the whole thing's not in focus.
  6. R

    Multiple text labels in GDI+

    Hi! Yeah, my region code is very simple though, and it's all inside my icon class so it's just as easy to call. You might be able to help me out with the WinKey + D stuff in my other past at http://www.vbdotnetforums.com/showthread.php?t=102 though...
  7. R

    Grabbing Special Key Combos

    hmmmm.... surely there'd be an API call to make your form the active window.....
  8. R

    Grabbing Special Key Combos

    Thanks man - you're everywhere LOL :D
  9. R

    Multiple text labels in GDI+

    Awesome! Thanks, and yeah LongHorn should be good. (BETTER be good! :D )
  10. R

    Grabbing Special Key Combos

    Thanks, that's exactly the kind of thing that I want, but yes, I would like some help on it. ;)
  11. R

    Multiple text labels in GDI+

    Yeah, I am using the drawimage method. I created a class that holds all the info about an icon (image location, target, x and y pos's etc.) and then created an array class that keeps them all together, and just use for loops to draw each image. The mouseup even is used to get the x,y co-ords and...
  12. R

    Multiple text labels in GDI+

    Thanks for your help, I've worked out a great system for the icons now. The only thing I'm needing to work on now is the highlighted icons (ie. mouse over). Instead of making a new bmp/png for everyicon when it's selected, I want to use the palette changing method. Trouble is, I can't make head...
  13. R

    Grabbing Special Key Combos

    okay, I'm writing a program that I want to sit over the desktop area of windows. Kind of a replacment. What I'm trying to work out is, is it possible to grab special windows key combos like Start+D to goto desktop?? I know you can grab normal keys and Ctrl+D type keys, but how can you grab...
  14. R

    Multiple text labels in GDI+

    Thanks - I'll look into it. I'm sure I'll work something out....
  15. R

    Multiple text labels in GDI+

    ahhh GDI That sounds great, and alot simpler - trouble is I have no idea where to begin with GDI+ :( If you could please post some example code it'd be great... Thanks, Raven
  16. R

    Multiple text labels in GDI+

    Hi all. Yay - first to post in graphics/GDI - unless someone posts before I finish this..... I'm writing a program that I hope to replace the normal desktop with. To do this I need to create icons with labels and I'm using an array of pictureboxes for the icons, but I can't make clear labels...
Back
Top