Important alert: (current site time 5/25/2013 10:15:45 AM EDT)
 

winzip icon

Win 8 METRO

Email
Submitted on: 3/9/2012 11:53:47 AM
By: Simo Simo  
Level: Intermediate
User Rating: By 8 Users
Compatibility: VB 6.0
Views: 5450
(About the author)
 
     Win 8 METRO Program like Winows 8 METRO interfaca but done using only VB6 (I love it) :) you can personalize all thing, wallpaper, color, button style. by activating edition mode, you can drag button, resize it, use mouse to select many button at the same time (same style using in win 8 metro) ...etc you'll find some greate fonction, you can learn some basic function and other more or less complicated (I do my best to make them simple) you can also use the program to find some files/folders existing in desktop or in the start menu (use text search zone at the buttom on the left) the source code IS NOT OPTIMIZED (i tell you), maybe i'll do it after) but the program work just fine well, you can find more screenshot and some ICO file in my blog : http://mmvb2008.unblog.fr/ (under article Win 8 METRO) (sorry, i forgot to translate form text from french to english)

 
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 Winzip to 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 7 submission(s) by this author

 


Report Bad Submission
Use this form to tell us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:

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
3/11/2012 3:16:20 PMMALIK

nice job's man... bravo
(If this comment was disrespectful, please report it.)

 
3/14/2012 3:57:05 PMSimo Simo

thanks MALIK
(If this comment was disrespectful, please report it.)

 
6/26/2012 1:18:23 PMJose Reche

Congratulaões. Excelente código. Fantastico.
(If this comment was disrespectful, please report it.)

 
6/29/2012 11:50:29 PMTheOne

Great job's man..
(If this comment was disrespectful, please report it.)

 
11/14/2012 4:41:23 AMjustzain

Nice Job, But i got error at:-

Public Sub AttachForm(Frm As vb.Form)

On Error Resume Next

Set CurFrm = Frm

If Frm.Controls("pTL") Is Nothing Then
>> Run-time error 730:: control 'pTL' not found <<

I am Using Windows 7,
Please Advise at earliest i shall be grateful to you
(If this comment was disrespectful, please report it.)

 

Add Your Feedback
Your feedback will be posted below and an email sent to the author. Please remember that the author was kind enough to share this with you, so any criticisms must be stated politely, or they will be deleted. (For feedback not related to this particular code, please click here instead.)
 

To post feedback, first please login.