borderAndreaVB free resources for Visual Basic developersborder

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

AndreaVB Home | Forum | News | Code Database Home | Search Database | View Latest Codes
Submit your Code | Register | HOWTO Submit a File

Code Database » API » Show Modal Forms in Taskbar
File Info
Version : 1.0.0
Support Topic : Click Here (0 comments)
Demo : N/A
Screenshot : N/A
Post Date : Aug 10, 2004
Last Edit Date : Aug 10, 2004
Language Version : VB4, VB5, VB6
Current Rating : 5 Votes; 5.00 Avg
Submitted by
User Name : ilanio
User Files Count : 2
% of Files by User : 1.3514%
Private Msg : Login First!
Email : Login First!
Code 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.
Download Info
Download File : Click to Download!
Total Downloads : 5179
FileSize: 1.19 KB
FileType: ZIP file
User Feedback
Rate This Code :
borderAndreaVB free resources for Visual Basic developersborder

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