Quick Search for:  in language:    
update,popular,Resizable,Skinned,Form,screens
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Visual Basic Stats

 Code: 3,011,557. lines
 Jobs: 115. postings

 How to support the site

 
Sponsored by:

 

You are in:

 
Login



Latest Code Ticker for Visual Basic.
Click here to see a screenshot of this code!A#vb Undernet suczs
By Xasan on 6/30

(Screen Shot)

CAPS Trigger
By Trevor Burley on 6/30


Auto clip picture
By Kenneth. Jakobsen on 6/30


Click here to see a screenshot of this code!Game of life clone (cool math)
By Johannes B on 6/30

(Screen Shot)

String to CHR()
By Nikhil Raj on 6/30


Encryption Decryption Demo
By Nikhil Raj on 6/30


Click here to see a screenshot of this code!Serial Registration
By Christian (eXonite Team) on 6/30

(Screen Shot)

Click here to see a screenshot of this code!Danger:Can pc kill me? interesting article
By Xasan on 6/30

(Screen Shot)

AniViewer
By Jerrame Hertz on 6/30


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 
   

UPDATE! FANTASTIC RESIZABLE skinned form demonstrating forms with non-standard shapes * VERSION 3 *

Print
Email
 
winzip icon
Submitted on: 9/1/2001 5:20:50 AM
By: Rob Wright  
Level: Intermediate
User Rating: By 40 Users
Compatibility:VB 4.0 (32-bit), VB 5.0, VB 6.0

Users have accessed this code 9588 times.
 
(About the author)
 
     This is an update to my popular Resizable Skinned Form. The screenshot below tells you what it looks like and how it works, so this description will only list the new features. NEW FEATURES IN VERSION 3 ~ Dynamic colour scheme changing ~ Two modes of resizing

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzipto decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
3)Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 1 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
9/1/2001 6:32:45 AM:IceWeb Systems
This code is truly impressive and 
perhaps a similar style of this code in 
C++ was used to create the new GUI in 
windows XP? Your code shows that you 
have taken time and shown your 
programming knowledge to the web. 
Congratulations from IceWeb Systems.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/1/2001 7:53:09 AM:easf / flu
code is tight .. suggestion would be: 
try to eliminate the flicker 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/2/2001 2:10:32 AM:Robert W. grossman
Good code.  It would be better if the 
form would resize while you dragged the 
mouse though :)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/4/2001 2:42:08 PM:Rob Wright (author)
Hey guys, please vote and leave 
comments ;)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/6/2001 10:50:33 AM:Tim Markoski
Awesome Example!
Very clean and easy 
to follow.
Excellent job on this one.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/15/2001 10:36:13 AM:Steve Mack
Great code!  5 globes
;)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/28/2001 2:42:36 AM:psycokill1
didn't look at the code yet, but ran 
the program.
anyway, you should take 
a look at using sendmessage for 
resizing the window instead. that way, 
you can get the resize rectangle and 
windows will automatically resize the 
window as appropriate. (Hint: the 
WM_NCLBUTTONDOWN message with the 
wparam = a constant that begins with HT 
(i.e. HTLEFT to resize the left side))
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
12/8/2001 6:05:03 AM:Matti Blom
Hi!
To make it better use 
GetSystemMetrics API to get default 
taskbar etc. sizes from OS. I give you 
5 Globes
Matti
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/24/2002 5:32:49 AM:olu olubodun
Simple and neat. Eliminating flicker 
would smash records.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/26/2002 8:41:08 AM:Terry L
Very Nice Job  Well Done   5
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/27/2002 1:11:55 AM:Bengie
Hi, This Code ROCKZ if You're new to VB 
and only 14yr old you're great (Y) 
Cotinue like this :D
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/29/2002 7:48:41 AM:Mohideen
Excellent work, Works fine with regular 
forms. How to apply this method for a 
MDIForm ?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/16/2002 2:07:59 PM:
Great Code!!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
3/16/2003 12:06:06 PM:
Hmmm... person above... I sense a 
little jealousy. By the way, if you 
want to insult someone, try waiting 
until you are maybe in middle school? 
LEARN TO SPELL! Great example, Rob! 
Keep up the GREAT work!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | Visual Basic Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.