473,385 Members | 1,919 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

frmAbout.ShowDialog(? Lines

With frmAbout.ShowDialog(), how do you get rid of the 3 small 45 degree
lines at the bottom right corner of the resulting modal box?
Pete :-)
Nov 20 '05 #1
3 1193
"Pete" <psch_delete@delete_NOSPAMimt.net> schrieb
With frmAbout.ShowDialog(), how do you get rid of the 3 small 45
degree lines at the bottom right corner of the resulting modal
box? Pete :-)


SizeGripStyle = False
--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #2
* "Pete" <psch_delete@delete_NOSPAMimt.net> scripsit:
With frmAbout.ShowDialog(), how do you get rid of the 3 small 45 degree
lines at the bottom right corner of the resulting modal box?


Set the form's 'SizeGripStyle' property to 'Hide' or 'Auto'. 'Auto' is
the default value.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #3
Thanks guys....

Your comments also got me digging deeper into VS2003 Help, and also set
FormBorderStyle to FixedDialogue, and got exactly what I wanted.

Now if <only> there was a setting for:

TeenagerCarryTheGarbageOutNow = True and
TeenagerDoYourHomeworkNow = True

<vbg>


"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:c5************@ID-208219.news.uni-berlin.de...
* "Pete" <psch_delete@delete_NOSPAMimt.net> scripsit:
With frmAbout.ShowDialog(), how do you get rid of the 3 small 45 degree
lines at the bottom right corner of the resulting modal box?


Set the form's 'SizeGripStyle' property to 'Hide' or 'Auto'. 'Auto' is
the default value.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Bill Burris | last post by:
When you crate a Windows application the wizard adds a line like: Application.Run( new MyMainForm() ); Out of curiosity I replaced this with: MyMainForm myForm = new MyMainForm();...
5
by: | last post by:
Hi, I have a simple MDIChild login form that loads before the parent, and if the user hit's the cancel button on the login form, the whole app should unload. How can I do this? Thanks
0
by: Mark Hayworth | last post by:
In VB6, you could set bookmarks that were in different files/module/classes/documents. When you clicked the flag tool to go to the next bookmark, it would take you there, regardless if that...
6
by: Daniel Kaseman | last post by:
I'm using the streamreader stuff. I know how to write and append, but I don't know how to get VB to return the number of lines that there are in the sequential access file that I'm working with. ...
6
by: wu jianhua | last post by:
hi. If I have a form, like FrmAbout, can I create a form instance only with a string "FrmAbout"? not like : Form frm = new FrmAbout(); I want the code : Form frm = createInstance( "FrmAbout" );...
2
by: 凯仔 | last post by:
Main { Application.Run(new Form1()); new Form2().ShowDialog(); } Form2 can't be show. WhatZ the throuble? it seems no messageloop
4
by: randy1200 | last post by:
I have a SideForm. If the use presses a button on the main form, the side form comes up by executing the following: SideForm sf = new SideForm() sf.ShowDialog(); This works perfectly. I've...
2
by: Govert J. Knopper | last post by:
Here's my C# newbie question: How do I set the position of a modal form? This (correctly) positions top left of the form at the position of the main form: .... Form frmAbout = new About();...
3
by: Tony Johansson | last post by:
Hello! I have a class called Simple Editor below where most of it is from a book that I'm reading. If I want to add a Header and a Footer to each page printed. We can just as an example want...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.