Click here to Skip to main content
15,899,474 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exporting html data to Excel Pin
basi001415-Apr-08 7:26
basi001415-Apr-08 7:26 
GeneralRe: Exporting html data to Excel Pin
Waleed Eissa15-Apr-08 21:27
Waleed Eissa15-Apr-08 21:27 
GeneralRe: Exporting html data to Excel Pin
basi001416-Apr-08 5:04
basi001416-Apr-08 5:04 
GeneralRe: Exporting html data to Excel Pin
Waleed Eissa16-Apr-08 14:37
Waleed Eissa16-Apr-08 14:37 
GeneralRe: Exporting html data to Excel Pin
Waleed Eissa16-Apr-08 14:42
Waleed Eissa16-Apr-08 14:42 
GeneralRe: Exporting html data to Excel Pin
sarvesh.upadhyay16-Apr-08 1:54
professionalsarvesh.upadhyay16-Apr-08 1:54 
GeneralSuppressFinalize Pin
George_George15-Apr-08 4:10
George_George15-Apr-08 4:10 
GeneralRe: SuppressFinalize Pin
Zoltan Balazs15-Apr-08 4:19
Zoltan Balazs15-Apr-08 4:19 
SuppressFinalize is used to prevent the call to the finalizer, usually after you cleaned up you resources in the Dispose method.
The call removes the object from the finalization queue, so it is destroyed earlier (and the GC may reclaim memory on it).
So yes, you're right.



GeneralRe: SuppressFinalize Pin
George_George15-Apr-08 4:32
George_George15-Apr-08 4:32 
GeneralRe: SuppressFinalize Pin
leppie15-Apr-08 4:21
leppie15-Apr-08 4:21 
GeneralRe: SuppressFinalize Pin
George_George15-Apr-08 4:32
George_George15-Apr-08 4:32 
GeneralRe: SuppressFinalize Pin
leppie15-Apr-08 5:08
leppie15-Apr-08 5:08 
GeneralRe: SuppressFinalize Pin
George_George15-Apr-08 5:12
George_George15-Apr-08 5:12 
Generalconverssion of pdf into images Pin
Arihant rathi15-Apr-08 4:10
Arihant rathi15-Apr-08 4:10 
GeneralMaximum number of columns in .NET DataTable Pin
Elena200615-Apr-08 3:55
Elena200615-Apr-08 3:55 
GeneralRe: Maximum number of columns in .NET DataTable Pin
leppie15-Apr-08 4:26
leppie15-Apr-08 4:26 
GeneralRe: Maximum number of columns in .NET DataTable Pin
Dave Kreskowiak15-Apr-08 4:27
mveDave Kreskowiak15-Apr-08 4:27 
GeneralRe: Maximum number of columns in .NET DataTable Pin
ehtshamkh26-Jul-12 2:02
ehtshamkh26-Jul-12 2:02 
GeneralRe: Maximum number of columns in .NET DataTable Pin
suresh Naidu.K11-Oct-12 2:29
suresh Naidu.K11-Oct-12 2:29 
QuestionRe: Maximum number of columns in .NET DataTable Pin
Shrikesh_kale9-Aug-17 22:06
Shrikesh_kale9-Aug-17 22:06 
GeneralRe: Maximum number of columns in .NET DataTable Pin
suresh Naidu.K11-Oct-12 2:29
suresh Naidu.K11-Oct-12 2:29 
GeneralCreating an install file with prerequisites such as .net framework built in Pin
Nokoff15-Apr-08 3:22
Nokoff15-Apr-08 3:22 
GeneralRe: Creating an install file with prerequisites such as .net framework built in Pin
phannon8615-Apr-08 3:33
professionalphannon8615-Apr-08 3:33 
GeneralRe: Creating an install file with prerequisites such as .net framework built in Pin
Ashish Sehajpal15-Apr-08 4:32
Ashish Sehajpal15-Apr-08 4:32 
QuestionAdd combobox inside excel cell [modified] Pin
Abdelwahab15-Apr-08 2:51
Abdelwahab15-Apr-08 2:51 

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.