[Migrated content. Thread originally posted on 12 May 2006]
I wish to populate a number of combo boxed that are common to many programs.Ideally I would likem to be able to pass the control's handle to a common sub-program so that the subprogram can populate the combo box and retrun to the calling program which will then update the display.
Although I can describe the combo box handle, I cannot see how to actually get the handle placed into it so I can do what I suggest. Window handles can be passed - is there a reason I cannot get hold of and/or pass a control's handle?
Any help or suggestions would be appreciated.
Keith