Click here to Skip to main content
15,902,492 members
Home / Discussions / C#
   

C#

 
GeneralRe: Erro wen sql server table has a empty value Pin
echuck6618-Nov-07 15:35
echuck6618-Nov-07 15:35 
GeneralRe: Erro wen sql server table has a empty value Pin
Luis Alonso Ramos18-Nov-07 16:13
Luis Alonso Ramos18-Nov-07 16:13 
GeneralRe: Erro wen sql server table has a empty value Pin
Vasudevan Deepak Kumar18-Nov-07 17:29
Vasudevan Deepak Kumar18-Nov-07 17:29 
AnswerRe: Erro wen sql server table has a empty value Pin
Christian Graus18-Nov-07 11:37
protectorChristian Graus18-Nov-07 11:37 
QuestionPrevent DataGridView to populate rows at designtime [modified] Pin
Fayu18-Nov-07 9:46
Fayu18-Nov-07 9:46 
AnswerRe: Prevent DataGridView to populate rows at designtime Pin
Not Active18-Nov-07 10:04
mentorNot Active18-Nov-07 10:04 
QuestionStrongNameIdentityPermission - SNIP Pin
ekynox18-Nov-07 9:25
ekynox18-Nov-07 9:25 
QuestionHow to show Bitmap Pin
dataminers18-Nov-07 9:12
dataminers18-Nov-07 9:12 
I create bitmap;

Bitmap myBitmap = new Bitmap(150, 50);
Graphics g = Graphics.FromImage(myBitmap);

And draw picture;

g.FillRectangle()
g.DrawString()


I use myBitmap.Save() method and show image using IMAGE component img.ImageUrl = "..."; property.

But I don't want to save image. How can I show bitmap without using save() function ?


Best Regards...
AnswerRe: How to show Bitmap Pin
Not Active18-Nov-07 9:52
mentorNot Active18-Nov-07 9:52 
AnswerRe: How to show Bitmap Pin
Guffa18-Nov-07 10:00
Guffa18-Nov-07 10:00 
GeneralRe: How to show Bitmap Pin
dataminers18-Nov-07 10:06
dataminers18-Nov-07 10:06 
AnswerRe: How to show Bitmap Pin
Guffa18-Nov-07 11:23
Guffa18-Nov-07 11:23 
GeneralRe: How to show Bitmap Pin
Christian Graus18-Nov-07 11:35
protectorChristian Graus18-Nov-07 11:35 
GeneralRe: How to show Bitmap Pin
dataminers18-Nov-07 12:16
dataminers18-Nov-07 12:16 
GeneralRe: How to show Bitmap Pin
Christian Graus18-Nov-07 12:45
protectorChristian Graus18-Nov-07 12:45 
GeneralRe: How to show Bitmap Pin
dataminers18-Nov-07 10:17
dataminers18-Nov-07 10:17 
GeneralRe: How to show Bitmap Pin
Christian Graus18-Nov-07 11:35
protectorChristian Graus18-Nov-07 11:35 
GeneralRe: How to show Bitmap Pin
Guffa18-Nov-07 15:33
Guffa18-Nov-07 15:33 
QuestionWhat would be the proper way to comment within this code? Pin
cmh62318-Nov-07 8:46
cmh62318-Nov-07 8:46 
AnswerRe: What would be the proper way to comment within this code? Pin
mav.northwind18-Nov-07 8:50
mav.northwind18-Nov-07 8:50 
AnswerRe: What would be the proper way to comment within this code? Pin
Luc Pattyn18-Nov-07 11:09
sitebuilderLuc Pattyn18-Nov-07 11:09 
AnswerRe: What would be the proper way to comment within this code? Pin
echuck6618-Nov-07 15:44
echuck6618-Nov-07 15:44 
QuestionLEXICAL ANALYSIS Pin
waheed awan18-Nov-07 8:37
waheed awan18-Nov-07 8:37 
AnswerRe: LEXICAL ANALYSIS Pin
DavidNohejl18-Nov-07 11:38
DavidNohejl18-Nov-07 11:38 
Questionhow to add row with checkboxes inside in table server control using c# Pin
ShaikhAffi18-Nov-07 8:18
ShaikhAffi18-Nov-07 8:18 

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.