|
-
Jun 3rd, 2003, 08:22 AM
#1
Thread Starter
Fanatic Member
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
-
Jun 3rd, 2003, 09:15 AM
#2
Let me in ..
Re: ref. of the form object ...Possible ?
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.
-
Jun 3rd, 2003, 09:26 AM
#3
Thread Starter
Fanatic Member
Re: Re: ref. of the form object ...Possible ?
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
i don't have ref to this form1 , only have the Hwnd
-
Jun 3rd, 2003, 09:30 AM
#4
Let me in ..
Re: Re: Re: ref. of the form object ...Possible ?
Originally posted by vishalmarya
i said i only have the Hwnd of the form , not the form object itself
form1.borderstyle=0
i don't have ref to this form1 , only have the Hwnd
Oh, I am sorry. I will look into it.
-
Jun 3rd, 2003, 12:47 PM
#5
Thread Starter
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|