Making FileDialogs as Child Windows
-
Hi, I was wondering if its possible to make a File Dialog (Open/Save as) become the child window of a parent form and be fully "contained and bounded" in it. I can`t find any straight-forward way to do this, like Controls.Add or anything since they inherit from Component class. I also tried calling the Win32 SetParent function but it has no effect. Any suggestions please ? Thanks in advance.
-
Hi, I was wondering if its possible to make a File Dialog (Open/Save as) become the child window of a parent form and be fully "contained and bounded" in it. I can`t find any straight-forward way to do this, like Controls.Add or anything since they inherit from Component class. I also tried calling the Win32 SetParent function but it has no effect. Any suggestions please ? Thanks in advance.
-
hi yes is possible but: are you expert in API calls, i. e. WndProc, Farprocs, Hookprocs, HookFunctions ans so on. if not, is better you call the standard file dialog in the .net framework. regards
Hi Joe, Yes i`m familiar with Win32 API .Can u tell me how using HookProcs and WndProcs will help ?
-
Hi Joe, Yes i`m familiar with Win32 API .Can u tell me how using HookProcs and WndProcs will help ?