![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Jan 2007
Posts: 8
Rep Power: 0
![]() |
Images and GDI+
![]() how do I do this in VB6 |
|
|
|
|
|
#2 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 329
Rep Power: 3
![]() |
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).
__________________
Quote:
|
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jan 2007
Posts: 8
Rep Power: 0
![]() |
picture with reflection, i have tried google
|
|
|
|
|
|
#4 |
|
Newbie
Join Date: Jan 2007
Posts: 8
Rep Power: 0
![]() |
or a command line tool that will do it????
|
|
|
|
|
|
#5 |
|
Programmer
Join Date: Feb 2006
Location: Ohio
Posts: 93
Rep Power: 3
![]() |
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.
__________________
Neeley.org |
|
|
|
|
|
#6 |
|
Newbie
Join Date: Feb 2006
Posts: 12
Rep Power: 0
![]() |
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. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|