Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I can use the Windows API to get the handle for a Userform.
But, I cannot seem to get the handle for reach control on the Userform. Any ideas on how to do this? -- http://www.standards.com/; See Howard Kaikow's web site. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Howard,
The controls used in MSForms are windowless controls; they don't have a handle. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Howard Kaikow" wrote in message ... I can use the Windows API to get the handle for a Userform. But, I cannot seem to get the handle for reach control on the Userform. Any ideas on how to do this? -- http://www.standards.com/; See Howard Kaikow's web site. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanx.
My tests seem to confirm that. When Office is fully .NET-ized, Windows Forms will eliminate such issues. MSForms RIP! -- http://www.standards.com/; See Howard Kaikow's web site. "Chip Pearson" wrote in message ... Howard, The controls used in MSForms are windowless controls; they don't have a handle. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Howard Kaikow" wrote in message ... I can use the Windows API to get the handle for a Userform. But, I cannot seem to get the handle for reach control on the Userform. Any ideas on how to do this? -- http://www.standards.com/; See Howard Kaikow's web site. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlinks from UserForm Controls | Excel Programming | |||
UserForm Controls References | Excel Programming | |||
Add controls to UserForm | Excel Programming | |||
How can I find a handle number of controls on Userform? | Excel Programming | |||
What order does VBA look at userform controls? | Excel Programming |