GDI
-
i have been writing my own software by using windows controls such as command button and textbox. but sometime i wanted to create my own control perhaps a star-shaped command button, not just controls that were provided by vb, i have heard that this can be done by using windows GDI, can someone tell me where should i find info-beside msdn, like tutorial to better understand it. Thankz before.:^)
-
i have been writing my own software by using windows controls such as command button and textbox. but sometime i wanted to create my own control perhaps a star-shaped command button, not just controls that were provided by vb, i have heard that this can be done by using windows GDI, can someone tell me where should i find info-beside msdn, like tutorial to better understand it. Thankz before.:^)
GDI is just the API for drawing. There are plenty of tutorials on this site. Are you using VB6 or VB.NET ? VB.NET uses GDI+, which is better :-)
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
GDI is just the API for drawing. There are plenty of tutorials on this site. Are you using VB6 or VB.NET ? VB.NET uses GDI+, which is better :-)
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
thanks for the info, i will try to use GDI first with visual basic 6;)...