Does anyone know where I might find some tutorials on designing a GUI but not using standard components.
Please see this thread
http://www.vbforums.com/showthread.p...hreadid=227366
Printable View
Does anyone know where I might find some tutorials on designing a GUI but not using standard components.
Please see this thread
http://www.vbforums.com/showthread.p...hreadid=227366
MSDN is great for information about GUI.
http://msdn.microsoft.com/library/de...divcontrol.asp
As for custom controls, learn GDI api for flat graphics, OpenGL API for 3D objects and rendering :)