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

C#

 
GeneralRe: Hide from Alt+Tab screen Pin
Ed.Poore15-Feb-07 14:54
Ed.Poore15-Feb-07 14:54 
AnswerRe: Hide from Alt+Tab screen Pin
Ed.Poore15-Feb-07 14:59
Ed.Poore15-Feb-07 14:59 
QuestionGood N-Tier book for Newbie Pin
allan.gagnon15-Feb-07 6:55
allan.gagnon15-Feb-07 6:55 
QuestionA low quality-like gradient Pin
sharpiesharpie15-Feb-07 6:48
sharpiesharpie15-Feb-07 6:48 
AnswerRe: A low quality-like gradient Pin
Insincere Dave15-Feb-07 9:54
Insincere Dave15-Feb-07 9:54 
QuestionDisplay image from SQL DB on to Picturebox In Windows Forms App Pin
bemahesh15-Feb-07 6:15
bemahesh15-Feb-07 6:15 
QuestionBitmap Overlay Advice Pin
BRShroyer15-Feb-07 5:41
BRShroyer15-Feb-07 5:41 
AnswerRe: Bitmap Overlay Advice Pin
Luc Pattyn15-Feb-07 9:45
sitebuilderLuc Pattyn15-Feb-07 9:45 
Hi,

I'm not sure I understand what you want to achieve, but maybe this helps:
- you can have one image in say a Bitmap, and create a Graphics object that
allows you to draw onto it; use Graphics.FromImage(image)
- now you can modify your image with graphics methods such as DrawLine and DrawString.

All the time you only have one image, which you can then scale, display and save
any way you like.

Hope this helps.


Luc Pattyn

QuestionHelp with DataTable update Pin
Matthew Cuba15-Feb-07 5:23
Matthew Cuba15-Feb-07 5:23 
AnswerSolved Pin
Matthew Cuba15-Feb-07 8:49
Matthew Cuba15-Feb-07 8:49 
QuestionHow to: Broswse for directory through PropertyGrid Pin
SSMERK00715-Feb-07 3:58
SSMERK00715-Feb-07 3:58 
AnswerRe: How to: Broswse for directory through PropertyGrid Pin
JoeSharp15-Feb-07 4:05
JoeSharp15-Feb-07 4:05 
GeneralRe: How to: Broswse for directory through PropertyGrid Pin
SSMERK00715-Feb-07 4:57
SSMERK00715-Feb-07 4:57 
AnswerRe: How to: Browse for directory through PropertyGrid Pin
SSMERK00715-Feb-07 6:46
SSMERK00715-Feb-07 6:46 
QuestionSet & Get in a C# Class Pin
allan.gagnon15-Feb-07 3:57
allan.gagnon15-Feb-07 3:57 
AnswerRe: Set & Get in a C# Class Pin
Not Active15-Feb-07 4:07
mentorNot Active15-Feb-07 4:07 
GeneralRe: Set & Get in a C# Class Pin
Colin Angus Mackay15-Feb-07 4:13
Colin Angus Mackay15-Feb-07 4:13 
GeneralRe: Set & Get in a C# Class Pin
allan.gagnon15-Feb-07 4:32
allan.gagnon15-Feb-07 4:32 
GeneralRe: Set & Get in a C# Class Pin
Not Active15-Feb-07 4:33
mentorNot Active15-Feb-07 4:33 
AnswerRe: Set & Get in a C# Class Pin
Colin Angus Mackay15-Feb-07 4:12
Colin Angus Mackay15-Feb-07 4:12 
GeneralRe: Set & Get in a C# Class Pin
allan.gagnon15-Feb-07 4:26
allan.gagnon15-Feb-07 4:26 
GeneralRe: Set & Get in a C# Class Pin
allan.gagnon15-Feb-07 4:44
allan.gagnon15-Feb-07 4:44 
GeneralRe: Set & Get in a C# Class Pin
Colin Angus Mackay15-Feb-07 5:32
Colin Angus Mackay15-Feb-07 5:32 
GeneralRe: Set & Get in a C# Class Pin
allan.gagnon16-Feb-07 3:19
allan.gagnon16-Feb-07 3:19 
Questionselecting image Pin
HexaDeveloper15-Feb-07 3:46
HexaDeveloper15-Feb-07 3:46 

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.