Quick Search for:  in language:    
Unroll,Picsincluding,CDialg
   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.
AniViewer
By Jerrame Hertz on 6/30


Click here to see a screenshot of this code!Raw Packet Sniffer
By Coding Genius on 6/30

(Screen Shot)

Check the support of a record set
By Freebug on 6/30


B++ Builder - VB without runtimes
By Anthonius on 6/30


Mr Blonde - Chat Program
By Mr Blonde on 6/30


MSN Messenger Status Detector
By Ryan Cain on 6/30


MSN advanced
By alias1990 on 6/30


MSN Messenger advanced
By alias1990 on 6/30


Locate Database
By Erica Ziegler-Roberts 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



 
 
   

Unroll.

Print
Email
 
winzip icon
Submitted on: 6/21/2003 12:53:43 PM
By: Cyber Chris 
Level: Intermediate
User Rating: By 5 Users
Compatibility:VB 6.0

Users have accessed this code 388 times.
 
 
     Unroll Pics (including CDialg)
 
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 7 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
6/22/2003 9:10:10 AM:Jonathan Chappell
Can you please include a CommonDialog 
box to open the file with instead of an 
input box, because it can be difficult 
to think of an image path off the top 
of your head.
Thanks.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/22/2003 9:49:41 AM:Chloe
Something just tells me that if the 
poster did not use a commondialog of 
some sort and used an inputbox then 
this code is far from intermediate and 
I would also assume not worth the 
download.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/22/2003 11:37:52 AM:Cyber Chris
Yeah, sorry for the Inputbox, but the 
important thing is the Effect.
Will 
upload a new version soon!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/23/2003 2:50:10 AM:Roger Gilchrist
add a commondialog 
control
Replace
Private Sub 
Command3_Click()
  With 
CommonDialog1
    .ShowOpen
    If 
Len(.FileName) Then
Picture1.Picture = 
LoadPicture(.FileName)
    End If
End With
End Sub
Also If you 
comment out the first 
Picture2.PaintPicture line you get a 
very nice roller stamp effect, except 
that it leaves a copy of right side of 
picture next to picture, With a bit of 
work you might be able to fix that for 
another effect.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/23/2003 12:51:41 PM:
Stop crying about a simple dialog box 
people! If you can't add your own then 
why are looking at this type of code. 
You need to go and study the very 
simple things that you obviously don't 
know how to do yourself. This is not a 
welfare code site. Some things you will 
have to handle yourself! Oh, BTW... 
Excellent effect and very useful! 5 
Globes.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/25/2003 4:43:20 AM:M a t t = H a l l
Excellent work. Have you thought about 
making the tube element have blended 
shadows at the edges? That would make 
for a more realistic effect!
Good 
work! 5 Marbles.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/28/2003 12:50:15 AM:Brian Matthew Anderson
5 from me. Well done. I may plagarise 
it a little for transitions between 
game levels on a game I'm working on. 
Thanks again!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/28/2003 4:43:09 AM:
Excellent work!
5 Marbles!
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.