Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Visual Basic (http://www.programmingforums.org/forum18.html)
-   -   Images and GDI+ (http://www.programmingforums.org/showthread.php?t=12363)

tobyhughes Jan 13th, 2007 2:52 PM

Images and GDI+
 
http://www.codeproject.com/useritems.../2Dsample3.jpg

how do I do this in VB6

kruptof Jan 13th, 2007 4:08 PM

How do yo do what:

get a form up
display a picture
get a form up and then display a picture and put a white border on half of then picture

mirror the image upside down.

Your best chance is to use google,(research) and then try to see how you are going to go about this (planning) and then if you did planning then try to write the code for it(implementation) if you get stuck with something in your research or during your implementation then post it here(pfo) and then finnaly if you care about the quality of your app test it (test).

tobyhughes Jan 13th, 2007 5:30 PM

picture with reflection, i have tried google

tobyhughes Jan 14th, 2007 9:12 AM

or a command line tool that will do it????

dr.p Jan 14th, 2007 12:47 PM

Check the GDI+ docs for the "Image" class. It has a "RotateFlip" function that should do what you're looking for. I've never used it, but that's what I would try first.

P.S. VB would require the use of the System.Drawing.Image class. Has the same RotateFlip function, though.

BlackDal Feb 2nd, 2007 5:39 AM

GDI+ designed for .NET Framework. in VB should use GDI
dear tobyhughes you can do this with gdi but it's very difficult
I think seen a exaple in vbplanet.com, make a search.


All times are GMT -5. The time now is 1:49 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC