Click here to Skip to main content
15,911,891 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I load components? Pin
sergiupetrita15-Feb-07 9:59
sergiupetrita15-Feb-07 9:59 
GeneralRe: How can I load components? Pin
Not Active15-Feb-07 11:10
mentorNot Active15-Feb-07 11:10 
GeneralRe: How can I load components? Pin
sergiupetrita18-Feb-07 6:59
sergiupetrita18-Feb-07 6:59 
GeneralRe: How can I load components? Pin
Not Active18-Feb-07 12:28
mentorNot Active18-Feb-07 12:28 
QuestionHide from Alt+Tab screen Pin
Muammar©15-Feb-07 7:00
Muammar©15-Feb-07 7:00 
AnswerRe: Hide from Alt+Tab screen Pin
Judah Gabriel Himango15-Feb-07 7:10
sponsorJudah Gabriel Himango15-Feb-07 7:10 
GeneralRe: Hide from Alt+Tab screen Pin
Muammar©15-Feb-07 7:13
Muammar©15-Feb-07 7:13 
GeneralRe: Hide from Alt+Tab screen Pin
sharpiesharpie15-Feb-07 7:14
sharpiesharpie15-Feb-07 7:14 
GeneralRe: Hide from Alt+Tab screen Pin
Muammar©15-Feb-07 7:18
Muammar©15-Feb-07 7:18 
AnswerRe: Hide from Alt+Tab screen Pin
Daniel Grunwald15-Feb-07 9:43
Daniel Grunwald15-Feb-07 9:43 
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 

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.