Click here to Skip to main content
15,910,277 members
Home / Discussions / C#
   

C#

 
QuestionCustom Form Control Pin
nishantkainth21-Nov-07 22:19
nishantkainth21-Nov-07 22:19 
AnswerRe: Custom Form Control Pin
Bekjong21-Nov-07 22:57
Bekjong21-Nov-07 22:57 
QuestionIntersting question.... Pin
Pankaj - Joshi21-Nov-07 21:56
Pankaj - Joshi21-Nov-07 21:56 
AnswerRe: Intersting question.... Pin
leppie21-Nov-07 22:13
leppie21-Nov-07 22:13 
GeneralRe: Intersting question.... Pin
Pankaj - Joshi21-Nov-07 22:31
Pankaj - Joshi21-Nov-07 22:31 
GeneralRe: Intersting question.... Pin
N a v a n e e t h21-Nov-07 22:43
N a v a n e e t h21-Nov-07 22:43 
GeneralRe: Intersting question.... Pin
Pankaj - Joshi21-Nov-07 23:07
Pankaj - Joshi21-Nov-07 23:07 
GeneralRe: Intersting question.... Pin
N a v a n e e t h21-Nov-07 23:48
N a v a n e e t h21-Nov-07 23:48 
pankaj.indore wrote:
Currently I don't have IDisposable interface. Please tell me how to create it..?
Will it work for all type of clasess...?


Then why you are worrying about object disposal ? Is your objects using any unmanaged resources ? If it is not using any unmanaged resources, you need not bother about the garbage collection. .NET framework will do it. If you want to invoke GC all System.GC.Collect()

And writing 800 lines inside a button click make your code a mess. Do you consider breaking it to small functions.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions

GeneralRe: Intersting question.... Pin
Pankaj - Joshi21-Nov-07 23:59
Pankaj - Joshi21-Nov-07 23:59 
GeneralRe: Intersting question.... Pin
N a v a n e e t h22-Nov-07 0:33
N a v a n e e t h22-Nov-07 0:33 
GeneralRe: Intersting question.... Pin
Andrei Ungureanu22-Nov-07 0:37
Andrei Ungureanu22-Nov-07 0:37 
GeneralRe: Intersting question.... Pin
Mark Churchill22-Nov-07 1:05
Mark Churchill22-Nov-07 1:05 
Questiongridview row select [modified] Pin
Sunil Wise21-Nov-07 21:27
professionalSunil Wise21-Nov-07 21:27 
QuestionRe: gridview row select Pin
Sunil Wise22-Nov-07 3:11
professionalSunil Wise22-Nov-07 3:11 
QuestionC#.NET Push URL from textbox on a button click Pin
D i x y21-Nov-07 21:09
D i x y21-Nov-07 21:09 
AnswerRe: C#.NET Push URL from textbox on a button click Pin
Jonathan [Darka]21-Nov-07 22:12
professionalJonathan [Darka]21-Nov-07 22:12 
QuestionC#.NET Push URL from textbox on a button click Pin
D i x y21-Nov-07 21:08
D i x y21-Nov-07 21:08 
QuestionC#.NET Push URL from text box on button click Pin
D i x y21-Nov-07 21:06
D i x y21-Nov-07 21:06 
QuestionAdd/Remove program through code Pin
dan!sh 21-Nov-07 20:56
professional dan!sh 21-Nov-07 20:56 
NewsA Working Export from DB to CSV Pin
MumbleB21-Nov-07 20:34
MumbleB21-Nov-07 20:34 
QuestionSQL Image Data Type Pin
tr_thorn21-Nov-07 20:34
tr_thorn21-Nov-07 20:34 
AnswerRe: SQL Image Data Type Pin
Colin Angus Mackay21-Nov-07 21:30
Colin Angus Mackay21-Nov-07 21:30 
GeneralRe: SQL Image Data Type Pin
tr_thorn21-Nov-07 21:46
tr_thorn21-Nov-07 21:46 
AnswerRe: SQL Image Data Type Pin
Pankaj - Joshi21-Nov-07 22:00
Pankaj - Joshi21-Nov-07 22:00 
AnswerRe: SQL Image Data Type Pin
tr_thorn21-Nov-07 22:44
tr_thorn21-Nov-07 22:44 

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.