Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~160 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ladyclark

Hello, I am trying to debug a simple hello world program [CODE]namespace TestProject { public partial class frmMain : Form { public frmMain() { InitializeComponent(); } /// <summary> /// Function to create Message Box with /// with text "Hello World" /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void …

Member Avatar for nssltd
0
108
Member Avatar for ladyclark

Hello. My first post here. So I am new to .Net programming. I am trying to understand the definitions of class and object. From what I get so far... An object is equivalent to a variable and a class is equivalent to a data type. Is that correct? Please help …

Member Avatar for Luc001
0
52