1 Replies - 369 Views - Last Post: 14 May 2010 - 02:44 AM Rate Topic: ***-- 2 Votes

#1 ankitparekh56@gmail.com  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 14-May 10

To Show Task bar

Posted 14 May 2010 - 02:20 AM

I used control .i used it for Title bar .it has all functionality as Title bar but when I put in “form” and make “formborderstyle “ make “none” and put “control Title Bar On form “ When I make maximize “control Title Bar” of The Form is hides the “Task bar” .so what can I do for it .

This post has been edited by ankitparekh56@gmail.com: 14 May 2010 - 02:21 AM


Is This A Good Question/Topic? 0
  • +

Replies To: To Show Task bar

#2 ThatThatGuy  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 33
  • Joined: 15-January 10

Re: To Show Task bar

Posted 14 May 2010 - 02:44 AM

When you want to customize the look and feel of the form, that's usually a problem...

so don't set the Form.WindowState property to Maximize... it will cover the whole screen...
instead get the working screen resolution...
Set the forms size on maxmize to the following
Screen.PrimaryScreen.WorkingArea


Was This Post Helpful? 0
  • +
  • -

Page 1 of 1