Click here to Skip to main content
15,894,039 members
Home / Discussions / C#
   

C#

 
GeneralRe: Starting and stopping exe Pin
Mazdak16-Mar-04 21:29
Mazdak16-Mar-04 21:29 
GeneralRe: Starting and stopping exe Pin
SatyaDY17-Mar-04 0:43
SatyaDY17-Mar-04 0:43 
GeneralAVI to MPEG-1 Encoder/Decoder Pin
Member 93555316-Mar-04 18:34
Member 93555316-Mar-04 18:34 
GeneralGDI+ Pin
cmarmr16-Mar-04 12:57
cmarmr16-Mar-04 12:57 
GeneralRe: GDI+ Pin
Judah Gabriel Himango16-Mar-04 16:15
sponsorJudah Gabriel Himango16-Mar-04 16:15 
GeneralRe: GDI+ Pin
Heath Stewart16-Mar-04 18:39
protectorHeath Stewart16-Mar-04 18:39 
GeneralRe: GDI+ Pin
cmarmr17-Mar-04 18:59
cmarmr17-Mar-04 18:59 
GeneralRe: GDI+ Pin
Heath Stewart19-Mar-04 2:37
protectorHeath Stewart19-Mar-04 2:37 
Not the picture box itself, no, but there are workarounds. Set PictureBox.SizeMode to PictureBoxSizeMode.StretchImage if you want the image resized. If you don't, put the PictureBox in a Panel and set PictureBox.Bounds to the containing Panel.Bounds (do not dock). Also set the Panel.AutoScroll to true. Then, set PictureBox.SizeMode to PictureBoxSizeMode.AutoSize. This will resize the PictureBox to the size of the image. Since the control is docked inside a Panel with auto-scrolling enabled, the panel will provide scrolling.

 

Microsoft MVP, Visual C#
My Articles
GeneralForcing textbox focus Pin
Amberite0016-Mar-04 10:28
Amberite0016-Mar-04 10:28 
GeneralIgnore that... Pin
Anonymous16-Mar-04 10:36
Anonymous16-Mar-04 10:36 
GeneralRe: Ignore that... Pin
Judah Gabriel Himango16-Mar-04 11:33
sponsorJudah Gabriel Himango16-Mar-04 11:33 
Generaldatagrid keydown event Pin
jareddavies16-Mar-04 10:12
jareddavies16-Mar-04 10:12 
GeneralRe: datagrid keydown event Pin
Heath Stewart16-Mar-04 18:44
protectorHeath Stewart16-Mar-04 18:44 
GeneralRe: datagrid keydown event Pin
jareddavies16-Mar-04 22:51
jareddavies16-Mar-04 22:51 
GeneralRe: datagrid keydown event Pin
Heath Stewart17-Mar-04 3:35
protectorHeath Stewart17-Mar-04 3:35 
GeneralRe: datagrid keydown event Pin
jareddavies17-Mar-04 9:09
jareddavies17-Mar-04 9:09 
GeneralIMalloc vs Release Pin
Tristan Rhodes16-Mar-04 6:20
Tristan Rhodes16-Mar-04 6:20 
GeneralRe: IMalloc vs Release Pin
Jeremy Kimball16-Mar-04 6:28
Jeremy Kimball16-Mar-04 6:28 
GeneralRe: IMalloc vs Release Pin
Judah Gabriel Himango16-Mar-04 8:44
sponsorJudah Gabriel Himango16-Mar-04 8:44 
GeneralRe: IMalloc vs Release Pin
Jeremy Kimball16-Mar-04 9:03
Jeremy Kimball16-Mar-04 9:03 
GeneralRe: IMalloc vs Release Pin
Judah Gabriel Himango16-Mar-04 10:05
sponsorJudah Gabriel Himango16-Mar-04 10:05 
GeneralENGLISH! My grammer sucks :P Pin
Tristan Rhodes16-Mar-04 11:03
Tristan Rhodes16-Mar-04 11:03 
GeneralRe: ENGLISH! My grammer sucks :P Pin
Judah Gabriel Himango16-Mar-04 11:31
sponsorJudah Gabriel Himango16-Mar-04 11:31 
GeneralDelegates and EventHandlers Pin
MrEyes16-Mar-04 5:57
MrEyes16-Mar-04 5:57 
GeneralRe: Delegates and EventHandlers Pin
Jeremy Kimball16-Mar-04 6:31
Jeremy Kimball16-Mar-04 6:31 

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.