Flow Central
06-11-2006, 11:56 AM
hey guys, just picked up .net after starting to learn vb6 again. if anyone has a tutorial on making a photo editor that would be awsome so hook me up :)
thanks
clark
thanks
clark
photo editor tutorialFlow Central 06-11-2006, 11:56 AM hey guys, just picked up .net after starting to learn vb6 again. if anyone has a tutorial on making a photo editor that would be awsome so hook me up :) thanks clark elnerdo 06-11-2006, 05:02 PM Define a 'photo editor' Since I don't really have any idea of what you want to make, I'll just point you to the gdi+ tutorial we have. http://www.xtremevbtalk.com/showthread.php?t=147590 Oh, and simply defining a photo editor won't do it either, try to ask more specific questions. Example: "How do I blur a section of an image?" Flow Central 06-12-2006, 07:02 AM im not trying to do anything fancy, just load a folder of pictures into a listbox , then make a way to rename each pic(easy), resize them image from 31"x31" to 5"x5", and then resave in a new folder as renamed pic....simple but i think it could def help me learn. does GetDIBits,StretchDIBits and gdi32 work the same with vb.net as visual basic 6??? MikeJ 06-12-2006, 05:03 PM You will want to upgrade from those old methods... Check out the new/improved GDI+ in MSDN. (System.Drawing) Also, file handling is a bit easier in .NET, so that's an added bonus! |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum