Click here to Skip to main content
16,008,942 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: IE Pin
Colin Angus Mackay11-May-04 1:06
Colin Angus Mackay11-May-04 1:06 
GeneralRe: IE Pin
Edbert P11-May-04 16:58
Edbert P11-May-04 16:58 
GeneralIE Explorer Pin
Anonymous10-May-04 20:54
Anonymous10-May-04 20:54 
GeneralData grid with check boxes Pin
seemeenejaz10-May-04 19:18
seemeenejaz10-May-04 19:18 
GeneralRe: Data grid with check boxes Pin
Syed Abdul Khader10-May-04 22:07
Syed Abdul Khader10-May-04 22:07 
GeneralRe: Data grid with check boxes Pin
seemeenejaz10-May-04 22:37
seemeenejaz10-May-04 22:37 
GeneralRe: Data grid with check boxes Pin
Syed Abdul Khader10-May-04 22:49
Syed Abdul Khader10-May-04 22:49 
Generalneed some help making a bitmap appear Pin
kowplunk10-May-04 16:19
kowplunk10-May-04 16:19 
This is the code that I have (just learning)
<br />
If OpenFileDialog1.ShowDialog = DialogResult.OK Then<br />
			Dim bitmap As New Bitmap(OpenFileDialog1.FileName)<br />
			Dim gr As Graphics = Me.CreateGraphics<br />
			gr.DrawImage(bitmap, 0, 0)<br />
			bitmap.Dispose()<br />
			gr.Dispose()<br />
		End If<br />

the file open box work fine, but the picture does not appear. I am working from an example in a book, and that is what they have. What is it that is missing to make the bitmap visible in the form?

Thanks for the help.
GeneralRe: need some help making a bitmap appear Pin
Christian Graus10-May-04 16:57
protectorChristian Graus10-May-04 16:57 
GeneralRe: need some help making a bitmap appear Pin
kowplunk10-May-04 17:08
kowplunk10-May-04 17:08 
GeneralRe: need some help making a bitmap appear Pin
Christian Graus10-May-04 17:10
protectorChristian Graus10-May-04 17:10 
GeneralRe: need some help making a bitmap appear Pin
kowplunk10-May-04 17:14
kowplunk10-May-04 17:14 
GeneralRe: need some help making a bitmap appear Pin
kowplunk11-May-04 2:46
kowplunk11-May-04 2:46 
GeneralRe: need some help making a bitmap appear Pin
Dave Kreskowiak11-May-04 3:48
mveDave Kreskowiak11-May-04 3:48 
GeneralRe: need some help making a bitmap appear Pin
kowplunk11-May-04 4:43
kowplunk11-May-04 4:43 
GeneralRe: need some help making a bitmap appear Pin
Dave Kreskowiak11-May-04 5:59
mveDave Kreskowiak11-May-04 5:59 
GeneralRe: need some help making a bitmap appear Pin
kowplunk11-May-04 9:47
kowplunk11-May-04 9:47 
GeneralColumn Header Color change in a datagrid Pin
ximox10-May-04 10:59
ximox10-May-04 10:59 
GeneralRe: Column Header Color change in a datagrid Pin
Syed Abdul Khader10-May-04 22:16
Syed Abdul Khader10-May-04 22:16 
Generalcreating a frame on a form using codes Pin
gen2310-May-04 6:47
gen2310-May-04 6:47 
GeneralRe: creating a frame on a form using codes Pin
Dave Kreskowiak10-May-04 10:47
mveDave Kreskowiak10-May-04 10:47 
GeneralMIME Email Decoding from raw POP3 Retrieval Pin
Greg Eales10-May-04 3:27
Greg Eales10-May-04 3:27 
GeneralProblems while reading German umlaut with xml-reader Pin
Highli9-May-04 20:27
Highli9-May-04 20:27 
Generalnoobie-Need help with Retriving data from Excel Pin
Dreadlord9-May-04 13:45
Dreadlord9-May-04 13:45 
GeneralRe: noobie-Need help with Retriving data from Excel Pin
RichardGrimmer10-May-04 1:09
RichardGrimmer10-May-04 1:09 

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.