borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB Home | News Home | Forum Home | Downloads | Register | Search | PM | Profile

Previous Topic (New Download: Thiru)Next Topic (New Download: VB6 Final multithread) New Topic Post Reply
AndreaVB OnLine : AndreaVB Downloads News and Comments : New Download: Show Modal Forms in Taskbar
Poster Resource
ilanio
Level: Trainee

Registered: 16-11-2002
Posts: 1
icon New Download: Show Modal Forms in Taskbar

New download available:
Show Modal Forms in Taskbar

Description:
This is a simple way to force MODAL FORMS show in TaskBar. By default, modal forms aren't show in taskbar. This method uses ShowWindow API to hide the form and show it again after change WS_EX_APPWINDOW attribute of form (a clever way to do this is define the caption of form). Note if you use Visible property of VB, the code after form call continues executing when it set to false. So we use ShowWindow to avoid this problem.

11-08-2004 at 10:35 PM
View Profile Send Email to User Show All Posts | Add Comment
AndreaVB OnLine : AndreaVB Downloads News and Comments : New Download: Show Modal Forms in Taskbar
Previous Topic (New Download: Thiru)Next Topic (New Download: VB6 Final multithread)New Topic Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder