Click here to Skip to main content
15,923,120 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# VS VB Pin
kubben22-Aug-07 9:07
kubben22-Aug-07 9:07 
AnswerRe: C# VS VB Pin
kubben22-Aug-07 8:39
kubben22-Aug-07 8:39 
GeneralRe: C# VS VB Pin
Assaf8222-Aug-07 9:19
Assaf8222-Aug-07 9:19 
GeneralRe: C# VS VB Pin
Giorgi Dalakishvili22-Aug-07 9:21
mentorGiorgi Dalakishvili22-Aug-07 9:21 
GeneralRe: C# VS VB Pin
kubben22-Aug-07 9:22
kubben22-Aug-07 9:22 
GeneralRe: C# VS VB Pin
Christian Graus22-Aug-07 12:54
protectorChristian Graus22-Aug-07 12:54 
GeneralRe: C# VS VB Pin
kubben23-Aug-07 2:16
kubben23-Aug-07 2:16 
AnswerRe: C# VS VB Pin
Thomas Stockwell25-Aug-07 2:58
professionalThomas Stockwell25-Aug-07 2:58 
I would suggest that you create two simple projects, one in VB and the other in C#. In both applications you would have a form with three buttons. In VB have a method that handles the button clicks for the controls like what you have above. In C# you would assign the method to the click event of each of the three controls. Run the programs to make sure they do what you want. Then examine the IDE generated code, the code that contains all the event/control/layout declarations for VB and VC#. Compare what is similar/different with the two languages.

Hopefully this helps.

Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my homepage Oracle Studios[^]

QuestionTexts in all combo boxes are selected Pin
AndrusM22-Aug-07 7:38
AndrusM22-Aug-07 7:38 
QuestionRe: Texts in all combo boxes are selected Pin
J$22-Aug-07 13:19
J$22-Aug-07 13:19 
AnswerRe: Texts in all combo boxes are selected Pin
AndrusM22-Aug-07 23:14
AndrusM22-Aug-07 23:14 
QuestionHow to know the fact that desktop in changed? Pin
dhami_naresh22-Aug-07 7:37
dhami_naresh22-Aug-07 7:37 
AnswerRe: How to know the fact that desktop in changed? Pin
snorkie22-Aug-07 11:53
professionalsnorkie22-Aug-07 11:53 
GeneralRe: How to know the fact that desktop in changed? Pin
dhami_naresh22-Aug-07 16:12
dhami_naresh22-Aug-07 16:12 
AnswerRe: How to know the fact that desktop in changed? Pin
Luc Pattyn22-Aug-07 13:10
sitebuilderLuc Pattyn22-Aug-07 13:10 
GeneralRe: How to know the fact that desktop in changed? Pin
dhami_naresh6-Sep-07 19:56
dhami_naresh6-Sep-07 19:56 
QuestionWindows service + COM STA Pin
SteveL1223422-Aug-07 7:29
SteveL1223422-Aug-07 7:29 
AnswerRe: Windows service + COM STA Pin
kubben22-Aug-07 8:29
kubben22-Aug-07 8:29 
AnswerRe: Windows service + COM STA Pin
SteveL1223423-Aug-07 5:01
SteveL1223423-Aug-07 5:01 
QuestionStringBuilder Pin
elwoofy22-Aug-07 6:47
elwoofy22-Aug-07 6:47 
AnswerRe: StringBuilder Pin
Giorgi Dalakishvili22-Aug-07 7:00
mentorGiorgi Dalakishvili22-Aug-07 7:00 
AnswerRe: StringBuilder Pin
Scott Dorman22-Aug-07 7:23
professionalScott Dorman22-Aug-07 7:23 
GeneralRe: StringBuilder Pin
Giorgi Dalakishvili22-Aug-07 7:41
mentorGiorgi Dalakishvili22-Aug-07 7:41 
GeneralRe: StringBuilder Pin
Scott Dorman22-Aug-07 8:01
professionalScott Dorman22-Aug-07 8:01 
GeneralRe: StringBuilder Pin
PIEBALDconsult22-Aug-07 8:05
mvePIEBALDconsult22-Aug-07 8:05 

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.