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

C#

 
AnswerRe: verify c# on computer Pin
ventomito26-Nov-05 5:29
ventomito26-Nov-05 5:29 
AnswerRe: verify c# on computer Pin
Curtis Schlak.26-Nov-05 7:14
Curtis Schlak.26-Nov-05 7:14 
QuestionTree structure in datagridview Pin
WillemM26-Nov-05 0:32
WillemM26-Nov-05 0:32 
AnswerRe: Tree structure in datagridview Pin
Charlie Williams26-Nov-05 7:46
Charlie Williams26-Nov-05 7:46 
GeneralRe: Tree structure in datagridview Pin
WillemM26-Nov-05 9:59
WillemM26-Nov-05 9:59 
Questionquestion Pin
eyalso25-Nov-05 23:35
eyalso25-Nov-05 23:35 
QuestionA drawn line disappears on scrolling Pin
naglbitur25-Nov-05 21:46
naglbitur25-Nov-05 21:46 
AnswerRe: A drawn line disappears on scrolling Pin
Łotrek25-Nov-05 23:30
Łotrek25-Nov-05 23:30 
You should create an Image and all graphics save to it. For example:

Graphics grafika;
Bitmap obr = New Bitmap(this.Width, this.Height);
grafika = Graphics.FromImage(obr);
e.Graphics.DrawImage(obr, 0, 0);


Zło to zło. Mniejsze, większe, średnie, wszystko jedno, proporcje są umowne, a granice zatarte.
QuestionDataGrid in .Net Pin
inew25-Nov-05 19:31
inew25-Nov-05 19:31 
AnswerRe: DataGrid in .Net Pin
Vikram A Punathambekar25-Nov-05 23:45
Vikram A Punathambekar25-Nov-05 23:45 
Questionwhy i can't install Pin
papa198025-Nov-05 19:18
papa198025-Nov-05 19:18 
QuestionDownload sql Pin
papa198025-Nov-05 19:12
papa198025-Nov-05 19:12 
AnswerRe: Download sql Pin
WillemM26-Nov-05 0:35
WillemM26-Nov-05 0:35 
Questionhow to create excel sheet using c# Pin
sreesiri25-Nov-05 17:41
sreesiri25-Nov-05 17:41 
GeneralRe: how to create excel sheet using c# Pin
Vikram A Punathambekar25-Nov-05 23:47
Vikram A Punathambekar25-Nov-05 23:47 
AnswerRe: how to create excel sheet using c# Pin
Suelinda_W1-Dec-05 4:32
Suelinda_W1-Dec-05 4:32 
QuestionMultiple Instances of Windows Service ??? Pin
Mukesh Kumar Gupta25-Nov-05 17:38
Mukesh Kumar Gupta25-Nov-05 17:38 
AnswerRe: Multiple Instances of Windows Service ??? Pin
Mark DeVol29-Nov-05 11:30
Mark DeVol29-Nov-05 11:30 
QuestionUsing GetFiles Pin
MKlucher25-Nov-05 15:44
MKlucher25-Nov-05 15:44 
GeneralRe: Using GetFiles Pin
Vikram A Punathambekar26-Nov-05 0:09
Vikram A Punathambekar26-Nov-05 0:09 
Questionproblem with forms Pin
Sam 200625-Nov-05 13:55
Sam 200625-Nov-05 13:55 
AnswerRe: problem with forms Pin
Vikram A Punathambekar26-Nov-05 0:15
Vikram A Punathambekar26-Nov-05 0:15 
AnswerRe: problem with forms Pin
Dave Kreskowiak26-Nov-05 8:05
mveDave Kreskowiak26-Nov-05 8:05 
QuestionWindows Form freezes while code is running Pin
redbrad025-Nov-05 13:26
redbrad025-Nov-05 13:26 
AnswerRe: Windows Form freezes while code is running Pin
ventomito26-Nov-05 5:47
ventomito26-Nov-05 5:47 

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.