Custom Buttons with GDI+

Posts 15 of 5 · Page 1 of 1
Custom Buttons with GDI+
i wonder how to change Gui + button styles in Visual Basic ! because ive seen lots of videos and they have different cool styles and guis ? can some one gib me TUT or tell me how to do it ill thank you
Have you paid attention to their system style? In 90% cases, they had changed a whole system visual style so that's why controls looks different than normal Windows controls.

If not, they probably use custom User Controls or simple Panel controls with custom images that act like a button.
Quote Originally Posted by Blendsoft View Post
Have you paid attention to their system style? In 90% cases, they had changed a whole system visual style so that's why controls looks different than normal Windows controls.

If not, they probably use custom User Controls or simple Panel controls with custom images that act like a button.
While it is often that they do change their system, some of the modifications could not be applied to the system. At least not easily. Most of the cool forms are done completely in GDI, not just images.



It is very difficult to get a custom look like this with only images.
NoP ! because ive used to have a different gui ! instaled and i lost the code for it ! its was different then my system 1
Use GDI+ and handle the OnPaint event of the buttons and crap.
Posts 15 of 5 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?