Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: Some basic concept... but i'm confused Pin
Enrico Angkawijaya7-Apr-04 3:37
Enrico Angkawijaya7-Apr-04 3:37 
GeneralPositioning StatusBarPanels Pin
mrehbich7-Apr-04 2:08
mrehbich7-Apr-04 2:08 
GeneralRe: Positioning StatusBarPanels Pin
Colin Angus Mackay7-Apr-04 3:33
Colin Angus Mackay7-Apr-04 3:33 
Generalrotate an image Pin
Homer S7-Apr-04 1:53
sussHomer S7-Apr-04 1:53 
GeneralRe: rotate an image Pin
Colin Angus Mackay7-Apr-04 3:00
Colin Angus Mackay7-Apr-04 3:00 
GeneralCapturing a perticular part of an Image Pin
Nagendra Kamath K7-Apr-04 1:28
Nagendra Kamath K7-Apr-04 1:28 
GeneralMessage Removed Pin
7-Apr-04 3:59
wibblewibblewibble7-Apr-04 3:59 
GeneralRe: Capturing a perticular part of an Image Pin
Stephane David8-Apr-04 20:27
Stephane David8-Apr-04 20:27 
You can also use Bitmap.Clone. It lay you specify a rectangle, which is the part of the image.

With Clone, the resulting image will keep the PixelFormat of the source. For instance, if your first image is 8 bits per pixel, indexed, the cloned image will be also.

If you use the other method, with DrawImage, the image must be at least 16bpp I think.
QuestionHow to parse a SQL string? Pin
Nguyen Vu Cuong7-Apr-04 0:34
Nguyen Vu Cuong7-Apr-04 0:34 
GeneralCast Problem Pin
Jochen Jonckheere7-Apr-04 0:28
Jochen Jonckheere7-Apr-04 0:28 
GeneralRe: Cast Problem Pin
Bill Dean7-Apr-04 1:44
Bill Dean7-Apr-04 1:44 
QuestionHow to delete file on client side using remote object Pin
dephlocus6-Apr-04 23:54
dephlocus6-Apr-04 23:54 
AnswerRe: How to delete file on client side using remote object Pin
Judah Gabriel Himango7-Apr-04 4:06
sponsorJudah Gabriel Himango7-Apr-04 4:06 
GeneralMem Usage Pin
DougW486-Apr-04 23:25
DougW486-Apr-04 23:25 
GeneralRe: Mem Usage Pin
Dave Kreskowiak7-Apr-04 1:35
mveDave Kreskowiak7-Apr-04 1:35 
GeneralRe: Mem Usage Pin
DougW487-Apr-04 1:43
DougW487-Apr-04 1:43 
GeneralRe: Mem Usage Pin
Heath Stewart7-Apr-04 6:13
protectorHeath Stewart7-Apr-04 6:13 
GeneralUserControl and interface implementation Pin
Corneliu Tusnea6-Apr-04 22:28
Corneliu Tusnea6-Apr-04 22:28 
GeneralRe: UserControl and interface implementation Pin
Heath Stewart7-Apr-04 5:46
protectorHeath Stewart7-Apr-04 5:46 
GeneralRe: UserControl and interface implementation Pin
Corneliu Tusnea7-Apr-04 13:26
Corneliu Tusnea7-Apr-04 13:26 
Generaluneable to update an Access database Pin
michael.wikstrom6-Apr-04 22:14
michael.wikstrom6-Apr-04 22:14 
GeneralRe: uneable to update an Access database Pin
Heath Stewart7-Apr-04 4:49
protectorHeath Stewart7-Apr-04 4:49 
GeneralAutomailer Pin
sreejith ss nair6-Apr-04 19:54
sreejith ss nair6-Apr-04 19:54 
GeneralRe: Automailer Pin
Dave Kreskowiak7-Apr-04 1:43
mveDave Kreskowiak7-Apr-04 1:43 
QuestionHow to get the IP of SqlServer? Pin
Member 6449646-Apr-04 19:53
Member 6449646-Apr-04 19:53 

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.