Valhalla Legends Archive

Programming => General Programming => C/C++ Programming => Topic started by: Final on October 07, 2006, 05:33 PM

Title: Need some Win32 help.
Post by: Final on October 07, 2006, 05:33 PM
I have been wondering if possible how to make so you can delete or hide
a component that has been created on the window? is it possible if so how would i go about doing it.

what i mean by component is buttons edit boxes listboxes ect...
Title: Re: Need some Win32 help.
Post by: l2k-Shadow on October 07, 2006, 06:38 PM
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowfunctions/showwindow.asp
Title: Re: Need some Win32 help.
Post by: Final on October 07, 2006, 06:59 PM
Oh cool didnt realize it  could also be used like that thanks man tha helps alot.