Lost Password?


Go Back   CodeCall Programming Forum > Software Development > Visual Basic Programming

Visual Basic Programming Discussion forum for Visual Basic, an event driven programming language and associated development environment from Microsoft for its COM programming model.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #51 (permalink)  
Old 08-19-2008, 04:11 PM
wazofski wazofski is offline
Programmer
 
Join Date: Feb 2008
Posts: 126
Rep Power: 3
wazofski is on a distinguished road
Default Re: Image List

It isn't there that window

Edit: I got to go now, discuss this tomorrow again, hope we can solve this problem with the image viewer
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #52 (permalink)  
Old 08-19-2008, 04:15 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,882
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Image List

The window is there! You can open it somewhere from the view menu, I think under Other Toolbars or something.

Ok, bye.
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #53 (permalink)  
Old 08-20-2008, 10:15 AM
wazofski wazofski is offline
Programmer
 
Join Date: Feb 2008
Posts: 126
Rep Power: 3
wazofski is on a distinguished road
Default Re: Image List

I looked under toolbars but no Immidiate window or something
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #54 (permalink)  
Old 08-20-2008, 03:04 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,882
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Image List

You're using VS Express right? I can't think why you can't find it. Send me a screenshot of your IDE with the view menu open, so I can see?
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #55 (permalink)  
Old 08-28-2008, 11:20 AM
wazofski wazofski is offline
Programmer
 
Join Date: Feb 2008
Posts: 126
Rep Power: 3
wazofski is on a distinguished road
Default Re: Image List

I will make a screenshot, but still that code isn't right every time I get this error:
Filenotfoundexeption
with a letter: "D"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #56 (permalink)  
Old 08-28-2008, 11:25 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,882
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Image List

Letter D?
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #57 (permalink)  
Old 08-28-2008, 11:29 AM
wazofski wazofski is offline
Programmer
 
Join Date: Feb 2008
Posts: 126
Rep Power: 3
wazofski is on a distinguished road
Default Re: Image List

Yes, "D" "Dialog"
And these tips:

Verify that the file exists in the specified location
When using relative paths, make sure the current directory is correct
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #58 (permalink)  
Old 08-28-2008, 12:11 PM
wazofski wazofski is offline
Programmer
 
Join Date: Feb 2008
Posts: 126
Rep Power: 3
wazofski is on a distinguished road
Default Re: Image List

wow, I fixed it with just replacing a simple code line :

If Dialog1.FileNames.Count > 0 Then
Dialog1.ShowDialog() "<<-------
For Each Path In Dialog1.FileNames
Dim IMG As System.Drawing.Image = System.Drawing.Image.FromFile(Path)
Image1.Images.Add(IMG)
Next Path
Else
MessageBox.Show("You have not selected any images")
End If

EDIT:
Only one thing:
this has nothing to do with the dialog thing.
What code do I need to use, so my program will autmaticly know where a file is located. Because if a file has this path for me:
C:\Program Files\Microsoft\lol.jpg

And somebody else places it somewhere else then the picture wont load. So what is the code for that? I know there is but I can't remember it

Last edited by wazofski; 08-28-2008 at 01:22 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #59 (permalink)  
Old 08-28-2008, 01:42 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,882
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Image List

I'm afraid I don't understand you. How would you know the user has the image lol.jpg on their computers?
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
C/C++ FAQ: Read this before you post! v0id C and C++ 7 08-05-2008 01:08 PM
How to make image straight - Photoshop ahsan16 Photoshop Tutorials 56 07-30-2008 04:11 PM
Tutorial: Java Collections Jordan Java Tutorials 0 05-05-2008 07:38 PM
Help with image upload script - need to make an if null statement norbie PHP Forum 7 05-04-2008 10:44 AM
Resize Images And Maintain Original Sharpness AfTriX Photoshop Tutorials 7 04-20-2007 10:55 AM


All times are GMT -5. The time now is 04:48 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads