ref. of the form object ...Possible ?
Any api function to remove the titlebar of the form window ,
if i have the hwnd of the form .
Or there is a possibility of getting reference of the form object in activex dll ( i mean ref. of the form object from which a function of my dll has been called )
Latter solution would be more better.
Thanks
Re: ref. of the form object ...Possible ?
Quote:
Originally posted by vishalmarya
Any api function to remove the titlebar of the form window ,
if i have the hwnd of the form .
Thanks
Set the form's BorderStyle to 0 if you do not want the title bar.
Re: Re: ref. of the form object ...Possible ?
Quote:
Originally posted by techyspecy
Set the form's BorderStyle to 0 if you do not want the title bar.
i said i only have the Hwnd of the form , not the form object itself
form1.borderstyle=0 :D
i don't have ref to this form1 , only have the Hwnd :confused:
Re: Re: Re: ref. of the form object ...Possible ?
Quote:
Originally posted by vishalmarya
i said i only have the Hwnd of the form , not the form object itself
form1.borderstyle=0 :D
i don't have ref to this form1 , only have the Hwnd :confused:
Oh, I am sorry. I will look into it.