What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Stuck with Visual Basic

Stuck with Visual Basic
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Stuck with Visual Basic
The example shown by fatfreechicken is for when you want to have borders too (eg to resize the window). But you said you disabled them as you have your own image for the form, so I assume here you don't need them either.

Thus the explanation below is for forms which don't show a caption AND don't show borders:

----------------------

In order to make a form borderless and captionless and still showing up in the taskbar you need to make only two changes:

1) Set the "Border" property to "none"
2) Set the "ShowInTaskBar" property to "True"

If you set a caption on the form, the borders do not reappear. Both things are independant (as long as borders is set to none) as you'll see in my example.

In other words, you can perfectly set a caption on forms which will be visible in the taskbar, while the form itself will have no border.

Also, don't forget to set "App.Title", this is the caption which is shown in your TaskManager.

See attached example project.

-------------


.zip File Attachment: captiontest.zip (4.19 KB)
This file has been downloaded 205 time(s).

This post was edited on 07-11-2006 at 07:01 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-11-2006 06:34 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Stuck with Visual Basic - by Salem on 07-11-2006 at 05:22 PM
RE: Stuck with Visual Basic - by pollolibredegrasa on 07-11-2006 at 05:27 PM
RE: RE: Stuck with Visual Basic - by Salem on 07-11-2006 at 06:20 PM
RE: Stuck with Visual Basic - by CookieRevised on 07-11-2006 at 06:34 PM
RE: RE: Stuck with Visual Basic - by Salem on 07-12-2006 at 07:39 AM
RE: Stuck with Visual Basic - by ShawnZ on 07-12-2006 at 07:43 AM
RE: RE: Stuck with Visual Basic - by Salem on 07-12-2006 at 02:08 PM
RE: Stuck with Visual Basic - by CookieRevised on 07-12-2006 at 04:29 PM
RE: RE: Stuck with Visual Basic - by Salem on 07-12-2006 at 04:33 PM
RE: Stuck with Visual Basic - by CookieRevised on 07-15-2006 at 07:44 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On