how to make and display a form without title bar?



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

Post New Answer

More Dot Net AllOther Interview Questions

Define cache? : Dot net architecture

1 Answers  


Different types of authentication modes in .net framework ?

0 Answers  


How to upload in video,mp4,in .net 4.5 ..?

1 Answers   HCL,


Tell me .net mobile emulators? : Microsoft dot net mobile

1 Answers  


what is a required field validation control?

2 Answers   Six Sigma,


What is .net transaction?

1 Answers  


Explain some of the disadvantages due to microsoft.net?

1 Answers  


What is code access security (cas)?

1 Answers  


What is the difference between absolute expiration and sliding-time expiration?

1 Answers   MindCracker,


What is new in the .net 2.0 class library?

1 Answers  


can Array contains different datatypes ?

5 Answers  


readonly syntax ?

1 Answers  


Categories