Click here to Skip to main content
16,006,605 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Crystal Reports Pin
Martin Gibson29-Jul-03 13:04
Martin Gibson29-Jul-03 13:04 
GeneralRe: Crystal Reports Pin
Nic Rowan22-Jul-03 3:10
Nic Rowan22-Jul-03 3:10 
GeneralRe: Crystal Reports Pin
Emile Jacobs22-Jul-03 3:18
Emile Jacobs22-Jul-03 3:18 
GeneralRe: Crystal Reports Pin
Nic Rowan22-Jul-03 3:32
Nic Rowan22-Jul-03 3:32 
Generalshuffle cards Pin
Gozorr20-Jul-03 16:18
Gozorr20-Jul-03 16:18 
GeneralRe: shuffle cards Pin
Ian Darling21-Jul-03 2:36
Ian Darling21-Jul-03 2:36 
GeneralRenaming a file Pin
Anonymous20-Jul-03 16:02
Anonymous20-Jul-03 16:02 
GeneralRe: Renaming a file Pin
Heath Stewart21-Jul-03 3:01
protectorHeath Stewart21-Jul-03 3:01 
A PictureBox stores the image at that time and is not tied to the image. For instance, if you changed the image (added a line or something), the changes are not reflected automatically in the PictureBox. This requires change notification.

More than likely, you're not giving a fully resolvable path to the file, which is either a fully-qualified path or a relative path to the current working directory (not necessarily always the directory from which your app is running). The best thing you can do is debug your code using the excellent tools in the IDE. Debugging code is half the battle.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
Question"Find a phrase" and display it. How to?? Pin
Anonymous20-Jul-03 1:23
Anonymous20-Jul-03 1:23 
AnswerRe: "Find a phrase" and display it. How to?? Pin
Nick Seng20-Jul-03 16:02
Nick Seng20-Jul-03 16:02 
GeneralCalling convention Pin
Abel18-Jul-03 4:46
Abel18-Jul-03 4:46 
GeneralRe: Calling convention Pin
Nick Seng20-Jul-03 15:59
Nick Seng20-Jul-03 15:59 
GeneralRe: Calling convention Pin
Abel20-Jul-03 20:52
Abel20-Jul-03 20:52 
Generalvb.net ListBox Click Pin
Lyle Hunt17-Jul-03 22:41
Lyle Hunt17-Jul-03 22:41 
GeneralRe: vb.net ListBox Click Pin
Nic Rowan22-Jul-03 3:42
Nic Rowan22-Jul-03 3:42 
QuestionHow to test for Path Too Long? Pin
JWhizzz17-Jul-03 17:00
JWhizzz17-Jul-03 17:00 
AnswerRe: How to test for Path Too Long? Pin
Garth J Lancaster17-Jul-03 17:42
professionalGarth J Lancaster17-Jul-03 17:42 
GeneralGet folder and filename in CD ROM Pin
Hoang Dung17-Jul-03 7:29
Hoang Dung17-Jul-03 7:29 
GeneralRe: Get folder and filename in CD ROM Pin
Wayne Phipps17-Jul-03 8:35
Wayne Phipps17-Jul-03 8:35 
GeneralRe: Get folder and filename in CD ROM Pin
Hoang Dung21-Jul-03 18:45
Hoang Dung21-Jul-03 18:45 
QuestionRun VB app without .NET installed? Pin
jpg000217-Jul-03 5:04
professionaljpg000217-Jul-03 5:04 
AnswerRe: Run VB app without .NET installed? Pin
Ian Darling17-Jul-03 5:42
Ian Darling17-Jul-03 5:42 
AnswerRe: Run VB app without .NET installed? Pin
Matt Casto17-Jul-03 10:46
Matt Casto17-Jul-03 10:46 
AnswerRe: Run VB app without .NET installed? Pin
Bo Hunter18-Jul-03 17:20
Bo Hunter18-Jul-03 17:20 
GeneralRe: Run VB app without .NET installed? Pin
Matt Casto21-Jul-03 2:44
Matt Casto21-Jul-03 2:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.