how to make and display a form without title bar?
Answer / Bhasker Nimi
To create and display a form without a title bar in a .NET application, you can set the `FormBorderStyle` property of the form to `None`. For example, in a Windows Forms application using C#:
```csharp
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
```
| Is This Answer Correct ? | 0 Yes | 0 No |
Define cache? : Dot net architecture
Different types of authentication modes in .net framework ?
How to upload in video,mp4,in .net 4.5 ..?
Tell me .net mobile emulators? : Microsoft dot net mobile
what is a required field validation control?
What is .net transaction?
Explain some of the disadvantages due to microsoft.net?
What is code access security (cas)?
What is the difference between absolute expiration and sliding-time expiration?
What is new in the .net 2.0 class library?
can Array contains different datatypes ?
readonly syntax ?