Click here to Skip to main content
15,915,093 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
Please check this link out http://msmvps.com/blogs/JayHarlow/default.aspx[^] It can give you an idea. If I were you, I would use embeded resources of course it is much easier to deal.

Also here is another approach:

<code>
The following example uses the ResourceManager.GetObject method to retrieve and display a binary resource (such as a graphic image).
…
Dim private rm As ResourceManager
rm = New ResourceManager("MyImages", Me.GetType().Assembly)
PictureBox.Image = Ctype(rm.GetObject("MyObject"), System.Drawing.Image)
…
 

</code>



WTF | :WTF:


-- modified at 16:24 Monday 12th March, 2007

What a curious mind needs to discover knowledge is noting else than a pin-hole.


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 
AnswerRe: inheriting values among forms Pin
nlarson1112-Mar-07 5:00
nlarson1112-Mar-07 5:00 
AnswerRe: inheriting values among forms Pin
Christian Graus12-Mar-07 5:07
protectorChristian Graus12-Mar-07 5:07 

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.