- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I make an edit box visible during run time if the attribute on the properties is not checked
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
USE DFWIN
...
iSt=ShowWindow(GetDlgItem(Dlg%hWnd, IDC_EDIT1), SW_SHOW or SW_HIDE)
Note that this will work only from callback routines (since Dlg%hWnd is not created before DlgModal). You might want to check DLG_VISIBLE extension in my XFLOGM.
Jugoslav

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page