help !!
1:
how can i find the hwnd of an usercontrol from a bas module within
the same project ? in the usercontrol i can use "UserControl.hwnd",
but vb doesn't support using the usercontrol's name in a module,
like :
'--- module cut ---
dim i as long
i = usercontrol1.hwnd
'--- cut end ---
2:
how do i call an sub in a usercontrol from an module ?
(pretty much the same as 1...)
'--- module cut ---
call usercontrol1.ProcMsg
'--- cut end ---
********************************************************************
does anybody understand my problem ?? does anybody know how to help ?
thanx in advance..
- retro