Click here to Skip to main content
15,900,254 members
Home / Discussions / C#
   

C#

 
GeneralRe: ECMA Pin
Salil Khedkar27-Oct-04 22:58
Salil Khedkar27-Oct-04 22:58 
GeneralCool or Uncool Pin
Member 222719-Jul-00 14:50
Member 222719-Jul-00 14:50 
GeneralRe: Cool or Uncool Pin
mark_bar19-Jul-00 21:29
mark_bar19-Jul-00 21:29 
GeneralRe: Cool or Uncool Pin
Chris Maunder20-Jul-00 11:10
cofounderChris Maunder20-Jul-00 11:10 
GeneralRe: Cool or Uncool Pin
Keith Hill20-Jul-00 13:04
Keith Hill20-Jul-00 13:04 
GeneralRe: Cool or Uncool Pin
Keith Hill20-Jul-00 13:06
Keith Hill20-Jul-00 13:06 
GeneralRe: Cool or Uncool Pin
Alvaro Mendez26-Jul-00 8:23
Alvaro Mendez26-Jul-00 8:23 
GeneralRe: Cool or Uncool Pin
Benedict Verheyen20-Jul-00 13:44
sussBenedict Verheyen20-Jul-00 13:44 
Hey Keith,

just a remark on your code:

//--------------------------------------
///
/// Clean up any resources being used
///
public override void Dispose()
{
base.Dispose();
components.Dispose();
}
//--------------------------------------

Isn't C# handling the memory freeing?

GeneralRe: Cool or Uncool Pin
Keith Hill21-Jul-00 20:15
Keith Hill21-Jul-00 20:15 
GeneralRe: Cool or Uncool Pin
tmt19-Sep-00 13:27
tmt19-Sep-00 13:27 
GeneralAn explaination Pin
kaenneth28-Jul-00 14:00
kaenneth28-Jul-00 14:00 

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.