Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
GeneralRe: Starting and stopping exe Pin
Heath Stewart16-Mar-04 19:15
protectorHeath Stewart16-Mar-04 19:15 
GeneralRe: Starting and stopping exe Pin
SatyaDY16-Mar-04 21:15
SatyaDY16-Mar-04 21:15 
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 
Or better yet, use the Graphics class and call any one of the many transformation methods, like ScaleTransform, RotateTransform, et. al. You can find more information about these in the .NET Framework SDK.

In this case, you can either create a new image from the existing one (see Image.Clone) and use Graphics.FromImage to get a new Graphics object for it and then assign that to PictureBox.Image, or paint the image yourself in your Form's OnPaint override. Read the .NET Framework SDK for more information.

 

Microsoft MVP, Visual C#
My Articles
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 
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 

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.