NigelShaw
Registered User.
- Local time
- Today, 18:01
- Joined
- Jan 11, 2008
- Messages
- 1,575
Hi guys
I'm working on a taskdialogindirect tool and part of the ain function is to use the SendMessage function. I am trying to get the Hwnd of the dialog box so I can assign a progress range to it but cannot seem to get it right. Do I-
Use FindWindow to get Hwnd?
Need to get the Hwnd of the progress as well as the dialog window?
I'm It entirely sure how to get this working. In VB it's as simple as
TaskDialog.Progressbar but in vba, I need the Hwnd of the taskdialogindirect
Any ideas?
Cheers
Nidge
I'm working on a taskdialogindirect tool and part of the ain function is to use the SendMessage function. I am trying to get the Hwnd of the dialog box so I can assign a progress range to it but cannot seem to get it right. Do I-
Use FindWindow to get Hwnd?
Need to get the Hwnd of the progress as well as the dialog window?
I'm It entirely sure how to get this working. In VB it's as simple as
TaskDialog.Progressbar but in vba, I need the Hwnd of the taskdialogindirect
Any ideas?
Cheers
Nidge