Oct 8, 2002 #1 Aunthas Programmer Oct 8, 2002 7 TH Help me!!!! How can I create the dialog which its parent is desktop?
Oct 11, 2002 #2 Feanaro Programmer Sep 30, 2002 6 DE Hi Aunthas, You should call Code: SetParent(hYourDialog, GetDesktopWindow()); Dont' know if this works, because I can currently neither test it nor get access to the help file but AFAIK this should work. Upvote 0 Downvote
Hi Aunthas, You should call Code: SetParent(hYourDialog, GetDesktopWindow()); Dont' know if this works, because I can currently neither test it nor get access to the help file but AFAIK this should work.