Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
QuestionDirectX SDK help in visual c# express 2005 Pin
3Dizard15-Jan-06 7:38
3Dizard15-Jan-06 7:38 
AnswerRe: DirectX SDK help in visual c# express 2005 Pin
DigitalKing15-Jan-06 12:08
DigitalKing15-Jan-06 12:08 
QuestionRe: DirectX SDK help in visual c# express 2005 Pin
3Dizard17-Jan-06 3:42
3Dizard17-Jan-06 3:42 
QuestionHow to extract comments out of a C# code file? Pin
Muhammad Asim Khan Afridi15-Jan-06 6:22
Muhammad Asim Khan Afridi15-Jan-06 6:22 
AnswerRe: How to extract comments out of a C# code file? Pin
gnjunge15-Jan-06 7:38
gnjunge15-Jan-06 7:38 
AnswerRe: How to extract comments out of a C# code file? Pin
leppie15-Jan-06 9:25
leppie15-Jan-06 9:25 
QuestionHow to trap Alt + Down key in WndProc Pin
code_wiz15-Jan-06 5:28
code_wiz15-Jan-06 5:28 
AnswerRe: How to trap Alt + Down key in WndProc Pin
DigitalKing15-Jan-06 12:04
DigitalKing15-Jan-06 12:04 
Questiondeleting in use files Pin
hassan azizi15-Jan-06 3:56
hassan azizi15-Jan-06 3:56 
AnswerRe: deleting in use files Pin
Dave Kreskowiak15-Jan-06 4:19
mveDave Kreskowiak15-Jan-06 4:19 
AnswerRe: deleting in use files Pin
CodyGen15-Jan-06 4:26
CodyGen15-Jan-06 4:26 
GeneralRe: deleting in use files Pin
Dave Kreskowiak15-Jan-06 13:17
mveDave Kreskowiak15-Jan-06 13:17 
AnswerRe: deleting in use files Pin
Daniel Grunwald15-Jan-06 4:53
Daniel Grunwald15-Jan-06 4:53 
Questionhow to auto refresh listbox values Pin
batmanAgen15-Jan-06 3:02
batmanAgen15-Jan-06 3:02 
AnswerRe: how to auto refresh listbox values Pin
CodyGen15-Jan-06 4:15
CodyGen15-Jan-06 4:15 
GeneralRe: how to auto refresh listbox values Pin
batmanAgen15-Jan-06 4:22
batmanAgen15-Jan-06 4:22 
GeneralRe: how to auto refresh listbox values Pin
Ravi Bhavnani15-Jan-06 7:39
professionalRavi Bhavnani15-Jan-06 7:39 
Questionimages...JPEG or BITMAP Pin
sa maq14-Jan-06 23:00
sa maq14-Jan-06 23:00 
AnswerRe: images...JPEG or BITMAP Pin
Guffa14-Jan-06 23:20
Guffa14-Jan-06 23:20 
When you work with images, they are always in a bitmap form. Don't confuse this with a Windows bitmap file (.bmp), though. What you have in a Bitmap object is an image in bitmap form, not a .bmp file.

From a Bitmap object you can save the image to several file formats, including Windows bitmap (.bmp), JPEG (.jpg/.jpeg/.jpe), GIF (.gif), PNG (.png), et.c.

It's not possible to edit images in JPEG form, you have to decompress the image to bitmap form by loading it, edit it, then recompress the image by saving it as JPEG.

---
b { font-weight: normal; }

Questionc# program using a barcode scanner Pin
steve_rm14-Jan-06 20:18
steve_rm14-Jan-06 20:18 
AnswerRe: c# program using a barcode scanner Pin
Robert Rohde14-Jan-06 21:27
Robert Rohde14-Jan-06 21:27 
AnswerRe: c# program using a barcode scanner Pin
cjengler15-Jan-06 3:19
cjengler15-Jan-06 3:19 
AnswerRe: c# program using a barcode scanner Pin
Dave Kreskowiak15-Jan-06 4:16
mveDave Kreskowiak15-Jan-06 4:16 
GeneralRe: c# program using a barcode scanner Pin
steve_rm15-Jan-06 5:56
steve_rm15-Jan-06 5:56 
QuestionRandom number Pin
hung_ngole14-Jan-06 18:02
hung_ngole14-Jan-06 18:02 

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.