|
-
May 30th, 2002, 10:25 PM
#1
Thread Starter
PowerPoster
but when you do that, don't forget to put in your own close for the form, either from a control of your own or from code as you close down the app, or whatever, otherwise you'll have a form that you can't close except via the task manager and your users will be really annoyed
-
May 31st, 2002, 01:59 AM
#2
Addicted Member
set the control box property to false ,and then close the in the events yu desire.
-
May 31st, 2002, 02:16 AM
#3
Addicted Member
Diable close button..
Hi Senthil,
Setting the control box property to false will not allow me to use minimize and maximize buttons.Is there any option to disable other than making the close button invisible and make use of the other two buttons
-
May 31st, 2002, 02:24 AM
#4
PowerPoster
That's not what you originally asked, but I believe the answer is no. You can try setting .ControlBox to false, and then .MinButton/.MaxButton to True, but I have a feeling that won't work...
-----------------------------------------
-RJ
[email protected]
-----------------------------------------
-
May 31st, 2002, 02:30 AM
#5
Addicted Member
hi shanjay!!
the answer is yu cant
i dont thinkk so yu can access the frm.mincontrol,frm.maxcontrol proprties,and program accordingll!!!!!
yu can set controlbox property = false
and just leave the form.
if any methods do update 
,,,,
senthil
-
May 31st, 2002, 02:32 AM
#6
Addicted Member
I tried with the border style we can make minimize and maximize invisible and not the close button. Close button can be amde invisible only using the control box property i think so
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
|