Windows controls

Started by
1 comment, last by Xeee 22 years, 8 months ago
hi profs , first we should agree to something , textboxs , buttons , radio buttons , are called controls , right?? anyway even if am i wrong , i want to know how to create a button (i''ve hardly figured out how to create a window) without using mfc , just win32 , thanks profs . ...Xeee
xee..
Advertisement
Look up the "CreateWindow" or "CreateWindowEx" functions in the MSDN. You use them to create most if not all controls with just the Win32 API.

[Resist Windows XP''s Invasive Production Activation Technology!]
quote:first we should agree to something , textboxs , buttons , radio buttons , are called controls , right??

It might be more helpful to think of them as windows.

This topic is closed to new replies.

Advertisement