|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
This is really a two part question. Is there a way to create a
transparent overlay graphics form that will sit over other programs? And if so is there a way to rotate the graphics the way photoshop rotates an image using the mouse? Thanks In advance > This is really a two part question. Is there a way to create a If you're targeting only 2K and XP (+) systems then you can use layered> transparent overlay graphics form that will sit over other programs? windows for this. > And if so is there a way to rotate the graphics the way photoshop You would need to rotate the graphic in memory and update the layered window> rotates an image using the mouse? bitmap each time the image is re-calculated. You'll find plenty examples of rotating an image in memory if you have a hunt around for them, however it's going to be pretty inefficient.. Perhaps explain what you're trying to accomplish and there may be a better way of going about it. Hope this helps, Mike - Microsoft Visual Basic MVP - E-Mail: ED***@mvps.org WWW: Http://EDais.mvps.org/ THanks I worked out the rotation in the picture box but I am not sure
what you mean by layered windowing Thanks again Show quoteHide quote On Sat, 25 Mar 2006 10:18:10 -0000, "Mike D Sutton" <ED***@mvps.org> wrote: >> This is really a two part question. Is there a way to create a >> transparent overlay graphics form that will sit over other programs? > >If you're targeting only 2K and XP (+) systems then you can use layered >windows for this. > >> And if so is there a way to rotate the graphics the way photoshop >> rotates an image using the mouse? > >You would need to rotate the graphic in memory and update the layered window >bitmap each time the image is re-calculated. You'll find plenty examples of >rotating an image in memory if you have a hunt around for them, however it's >going to be pretty inefficient.. Perhaps explain what you're trying to >accomplish and there may be a better way of going about it. >Hope this helps, > > Mike > > > - Microsoft Visual Basic MVP - >E-Mail: ED***@mvps.org >WWW: Http://EDais.mvps.org/ > > THanks I worked out the rotation in the picture box but I am not sure Have a look for the term in the MSDN, you'll find the API calls used to> what you mean by layered windowing accomplish it. Hope this helps, Mike - Microsoft Visual Basic MVP - E-Mail: ED***@mvps.org WWW: Http://EDais.mvps.org/
Moving info to a web page
FTP(not boring) Produktlokalisierung - wie funktioniert's? Consume Web Map Service (WMS) with VB6 Duplicate definition on Interface declaration VBEvents ContextMenu MapObjects2 list of files in directories? How to cast a ref to one type to another? VB.NET throws "Application is ambiguous" exception 3 problems |
|||||||||||||||||||||||