Click here to Skip to main content
15,917,473 members
Home / Discussions / C#
   

C#

 
GeneralRe: Cross-thread operation not valid: Control 'button1' accessed from a thread other than the thread it was created on. Pin
N a v a n e e t h26-Feb-08 23:25
N a v a n e e t h26-Feb-08 23:25 
GeneralCreating 1D image in C#.NET Pin
D i x y26-Feb-08 22:58
D i x y26-Feb-08 22:58 
GeneralRe: Creating 1D image in C#.NET Pin
Colin Angus Mackay26-Feb-08 23:23
Colin Angus Mackay26-Feb-08 23:23 
JokeRe: Creating 1D image in C#.NET Pin
Malcolm Smart27-Feb-08 2:32
Malcolm Smart27-Feb-08 2:32 
GeneralRe: Creating 1D image in C#.NET Pin
Mark Churchill27-Feb-08 3:04
Mark Churchill27-Feb-08 3:04 
Questionsending a mail using remoting Pin
puneet.priyadarshi26-Feb-08 22:51
puneet.priyadarshi26-Feb-08 22:51 
GeneralRe: sending a mail using remoting Pin
Nouman Bhatti27-Feb-08 1:31
Nouman Bhatti27-Feb-08 1:31 
GeneralDrawToBitmap problem Pin
D i x y26-Feb-08 22:41
D i x y26-Feb-08 22:41 
I am developing an window application in C#.NET and i need to save data in image format so i am using Draw To Bitmap method to do that my code is

Bitmap bi = new Bitmap(panel1.Width, panel1.Height);
bi.SetResolution(3000, 3000);
panel1.DrawToBitmap(bi, new Rectangle(0, 0, panel1.Width, panel1.Height));
bi.Save(@"c:\abc.bmp", ImageFormat.Bmp);


But using this code i am able to get image but that image is not clear can any on help me so i can get clear image..
GeneralRe: DrawToBitmap problem Pin
Guffa26-Feb-08 23:28
Guffa26-Feb-08 23:28 
QuestionHow can i get scanner Serial Number when i am scanning a barcode? [modified] Pin
Vicky2Galaxy26-Feb-08 22:19
Vicky2Galaxy26-Feb-08 22:19 
AnswerRe: How can i get scanner Serial Number when i am scanning a barcode? Pin
DaveyM6927-Feb-08 1:00
professionalDaveyM6927-Feb-08 1:00 
GeneralRe: How can i get scanner Serial Number when i am scanning a barcode? Pin
Vicky2Galaxy27-Feb-08 1:17
Vicky2Galaxy27-Feb-08 1:17 
GeneralRe: How can i get scanner Serial Number when i am scanning a barcode? Pin
DaveyM6927-Feb-08 5:40
professionalDaveyM6927-Feb-08 5:40 
GeneralChange Backcolor of particular cell in dataGridview Pin
M Riaz Bashir26-Feb-08 22:18
M Riaz Bashir26-Feb-08 22:18 
GeneralRe: Change Backcolor of particular cell in dataGridview Pin
phannon8626-Feb-08 22:29
professionalphannon8626-Feb-08 22:29 
GeneralRe: Change Backcolor of particular cell in dataGridview Pin
M Riaz Bashir26-Feb-08 22:44
M Riaz Bashir26-Feb-08 22:44 
Generalto Activate window in C# Pin
Raheem MA26-Feb-08 22:03
Raheem MA26-Feb-08 22:03 
GeneralRe: to Activate window in C# Pin
phannon8626-Feb-08 22:33
professionalphannon8626-Feb-08 22:33 
GeneralRe: to Activate window in C# Pin
Raheem MA26-Feb-08 23:16
Raheem MA26-Feb-08 23:16 
GeneralRe: to Activate window in C# Pin
Martin#26-Feb-08 23:33
Martin#26-Feb-08 23:33 
GeneralRe: to Activate window in C# Pin
Nouman Bhatti27-Feb-08 1:33
Nouman Bhatti27-Feb-08 1:33 
GeneralRe: to Activate window in C# Pin
Herman<T>.Instance27-Feb-08 3:32
Herman<T>.Instance27-Feb-08 3:32 
GeneralMessanger Pin
ujjwal meshram26-Feb-08 22:00
ujjwal meshram26-Feb-08 22:00 
GeneralRe: Messanger Pin
Nouman Bhatti27-Feb-08 1:37
Nouman Bhatti27-Feb-08 1:37 
GeneralControl Combobox on datagrid Pin
dungbt26-Feb-08 21:41
dungbt26-Feb-08 21:41 

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.