Click here to Skip to main content
15,905,028 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Mr. Mogtabam please check.. Pin
TwoFaced12-Mar-07 22:19
TwoFaced12-Mar-07 22:19 
AnswerRe: Mr. Mogtabam please check.. Pin
nlarson1112-Mar-07 10:53
nlarson1112-Mar-07 10:53 
AnswerRe: Mr. Mogtabam please check.. Pin
Mogtabam13-Mar-07 1:13
Mogtabam13-Mar-07 1:13 
QuestionCrystal Reports Dynamic Parameter Support within vb.net Pin
manisghouri12-Mar-07 8:45
manisghouri12-Mar-07 8:45 
QuestionPicturebox Control Question Pin
JohanSturk12-Mar-07 7:08
JohanSturk12-Mar-07 7:08 
AnswerRe: Picturebox Control Question Pin
M-Hall12-Mar-07 7:42
M-Hall12-Mar-07 7:42 
AnswerRe: Picturebox Control Question Pin
JUNEYT12-Mar-07 7:44
JUNEYT12-Mar-07 7:44 
GeneralRe: Picturebox Control Question Pin
JohanSturk12-Mar-07 8:31
JohanSturk12-Mar-07 8:31 
Well what I want to do is; When the user selects an item in the ListBox, the PictureBox loads a file from the resources and displays it, and when the user selects another item, the PictureBox do the same procedure but gets another picture.

Since I've never used code to grab something from the resources, I have no clue on where and how I'm gonna load them. A friend of mine gave me this[^] link where it was described how a PictureBox could be used.

pictureBox1.Image = _<br />
 new Bitmap(Assembly.GetExecutingAssembly(). _<br />
 GetManifestResourceStream("PictureBoxControl.tinyemulator_res.jpg"))


The issue with this is that first Assembly is undefined and second that, well I have no freakin' idea on where the UI input should be. Is that enough to help me? Smile | :)


Cheers!
GeneralRe: Picturebox Control Question Pin
M-Hall12-Mar-07 8:50
M-Hall12-Mar-07 8:50 
GeneralRe: Picturebox Control Question [modified] Pin
JUNEYT12-Mar-07 10:08
JUNEYT12-Mar-07 10:08 
QuestionPLEASE!!!! REALLY STUCK ON THIS ONE Pin
peteyshrew12-Mar-07 4:51
peteyshrew12-Mar-07 4:51 
AnswerRe: PLEASE!!!! REALLY STUCK ON THIS ONE Pin
Christian Graus12-Mar-07 5:05
protectorChristian Graus12-Mar-07 5:05 
AnswerRe: PLEASE!!!! REALLY STUCK ON THIS ONE Pin
jhoga12-Mar-07 5:07
jhoga12-Mar-07 5:07 
QuestionUser Control Problem Pin
TCHamilton12-Mar-07 4:49
TCHamilton12-Mar-07 4:49 
AnswerRe: User Control Problem Pin
Star Vega22-Mar-07 11:09
Star Vega22-Mar-07 11:09 
QuestionChecking string value Pin
harveyhanson12-Mar-07 4:27
harveyhanson12-Mar-07 4:27 
AnswerRe: Checking string value Pin
nlarson1112-Mar-07 5:04
nlarson1112-Mar-07 5:04 
AnswerRe: Checking string value Pin
prakash J13-Mar-07 4:45
prakash J13-Mar-07 4:45 
GeneralRe: Checking string value Pin
harveyhanson13-Mar-07 5:56
harveyhanson13-Mar-07 5:56 
Questionstr Value question Pin
harveyhanson12-Mar-07 4:26
harveyhanson12-Mar-07 4:26 
AnswerRe: str Value question Pin
nlarson1112-Mar-07 5:02
nlarson1112-Mar-07 5:02 
AnswerRe: str Value question Pin
jhoga12-Mar-07 5:40
jhoga12-Mar-07 5:40 
GeneralRe: str Value question Pin
harveyhanson12-Mar-07 5:46
harveyhanson12-Mar-07 5:46 
GeneralRe: str Value question Pin
M-Hall12-Mar-07 5:59
M-Hall12-Mar-07 5:59 
Questioninheriting values among forms Pin
manni_n12-Mar-07 3:25
manni_n12-Mar-07 3:25 

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.