Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: VS05 Pin
mav.northwind2-Nov-07 10:07
mav.northwind2-Nov-07 10:07 
GeneralRe: VS05 Pin
led mike2-Nov-07 10:37
led mike2-Nov-07 10:37 
QuestionDeployment scenarios Pin
Symeonb1-Nov-07 4:14
Symeonb1-Nov-07 4:14 
AnswerRe: Deployment scenarios Pin
Justin Perez1-Nov-07 4:42
Justin Perez1-Nov-07 4:42 
GeneralRe: Deployment scenarios Pin
Symeonb5-Dec-07 23:02
Symeonb5-Dec-07 23:02 
QuestionCompact Flash port access? Pin
Honken69691-Nov-07 2:56
Honken69691-Nov-07 2:56 
QuestionSave a System.Drawing.Graphics graphic as *.bmp Pin
Manfr3d1-Nov-07 2:34
Manfr3d1-Nov-07 2:34 
AnswerRe: Save a System.Drawing.Graphics graphic as *.bmp Pin
pmarfleet1-Nov-07 3:13
pmarfleet1-Nov-07 3:13 
The following steps should work:

1. Create a new instance of a System.Drawing.Bitmap object.
2. Derive a Graphics object from your bitmap by calling its FromImage method.
3. Perform your drawing operations using the Graphics object.
4. Call the Dispose method on your Graphics object.
4. Save your image to a file by calling the Save method on your bitmap object.

Hope this helps.

Paul Marfleet

"No, his mind is not for rent
To any God or government"
Tom Sawyer - Rush


GeneralRe: Save a System.Drawing.Graphics graphic as *.bmp Pin
Manfr3d1-Nov-07 10:30
Manfr3d1-Nov-07 10:30 
QuestionCrystal report aspx page hanging Pin
Chazzysb1-Nov-07 2:29
Chazzysb1-Nov-07 2:29 
QuestionWinForms - UserControl problem Pin
Andrei Ungureanu1-Nov-07 1:26
Andrei Ungureanu1-Nov-07 1:26 
AnswerRe: WinForms - UserControl problem Pin
Mike Hankey1-Nov-07 8:26
mveMike Hankey1-Nov-07 8:26 
QuestionHow do I Find characters in a single line of a richtextbox Pin
I_Need_Help1-Nov-07 1:16
I_Need_Help1-Nov-07 1:16 
AnswerRe: How do I Find characters in a single line of a richtextbox Pin
duncanmhor1-Nov-07 1:27
duncanmhor1-Nov-07 1:27 
GeneralRe: How do I Find characters in a single line of a richtextbox Pin
I_Need_Help1-Nov-07 3:15
I_Need_Help1-Nov-07 3:15 
GeneralRe: How do I Find characters in a single line of a richtextbox Pin
Luc Pattyn1-Nov-07 3:52
sitebuilderLuc Pattyn1-Nov-07 3:52 
AnswerRe: How do I Find characters in a single line of a richtextbox Pin
I_Need_Help1-Nov-07 4:04
I_Need_Help1-Nov-07 4:04 
QuestionListbox updation Pin
DeepOceans1-Nov-07 1:15
DeepOceans1-Nov-07 1:15 
QuestionBuild error when building solution in VS.NET Pin
C-sharper 11-Nov-07 0:53
C-sharper 11-Nov-07 0:53 
AnswerRe: Build error when building solution in VS.NET Pin
sindhutiwari1-Nov-07 1:17
sindhutiwari1-Nov-07 1:17 
GeneralRe: Build error when building solution in VS.NET Pin
C-sharper 11-Nov-07 2:20
C-sharper 11-Nov-07 2:20 
GeneralRe: Build error when building solution in VS.NET Pin
C-sharper 11-Nov-07 2:30
C-sharper 11-Nov-07 2:30 
QuestionWhat is better - Object Entitties or Datasets? Pin
rohans841-Nov-07 0:49
rohans841-Nov-07 0:49 
AnswerRe: What is better - Object Entitties or Datasets? Pin
Ennis Ray Lynch, Jr.1-Nov-07 8:40
Ennis Ray Lynch, Jr.1-Nov-07 8:40 
QuestionTablet PC Handwriting recognizer: Urgent Pin
bibhakar1-Nov-07 0:31
bibhakar1-Nov-07 0: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.