Click here to Skip to main content
15,880,891 members
Home / Discussions / C#
   

C#

 
Questioncommunication bw two exe files ? Pin
Software_Specialist11-Apr-07 23:02
Software_Specialist11-Apr-07 23:02 
AnswerRe: communication bw two exe files ? Pin
Christian Graus11-Apr-07 23:09
protectorChristian Graus11-Apr-07 23:09 
GeneralRe: communication bw two exe files ? Pin
Software_Specialist11-Apr-07 23:53
Software_Specialist11-Apr-07 23:53 
Questiontop urgent Pin
fetiya11-Apr-07 22:49
fetiya11-Apr-07 22:49 
AnswerRe: top urgent Pin
Martin#11-Apr-07 22:59
Martin#11-Apr-07 22:59 
AnswerRe: top urgent Pin
Christian Graus11-Apr-07 23:11
protectorChristian Graus11-Apr-07 23:11 
QuestionOops Pin
yaminilatha11-Apr-07 22:31
yaminilatha11-Apr-07 22:31 
AnswerRe: Oops Pin
Guffa11-Apr-07 23:05
Guffa11-Apr-07 23:05 
"Oops" is what you say when you do something like accidentally deleting a weeks worth of work. Needless to say, "oops" should always be avoided.

I suppose that you are more interrested in OOP; object oriented programming. Wink | ;)

Both VB.NET and C# are fully object oriented (as opposed to for example C++ and Delphi, which are procedural languages with OOP support). When it comes to OOP, there is no difference in what you can do with VB.NET and C#. The both compile into IL code and use the same framework, so the resulting code is quite similar.

---
single minded; short sighted; long gone;

GeneralRe: Oops Pin
BadKarma12-Apr-07 3:43
BadKarma12-Apr-07 3:43 
GeneralRe: Oops Pin
Guffa12-Apr-07 7:54
Guffa12-Apr-07 7:54 
GeneralRe: Oops Pin
BadKarma12-Apr-07 21:11
BadKarma12-Apr-07 21:11 
GeneralRe: Oops Pin
yaminilatha13-Apr-07 1:12
yaminilatha13-Apr-07 1:12 
AnswerRe: Oops Pin
Guffa13-Apr-07 4:03
Guffa13-Apr-07 4:03 
AnswerRe: Oops Pin
Christian Graus11-Apr-07 23:13
protectorChristian Graus11-Apr-07 23:13 
QuestionReplacing text in TextBox without the blinking Pin
Ollie198611-Apr-07 22:25
Ollie198611-Apr-07 22:25 
AnswerRe: Replacing text in TextBox without the blinking Pin
Christian Graus11-Apr-07 23:16
protectorChristian Graus11-Apr-07 23:16 
GeneralRe: Replacing text in TextBox without the blinking Pin
Ollie198612-Apr-07 0:21
Ollie198612-Apr-07 0:21 
AnswerRe: Replacing text in TextBox without the blinking Pin
Pete O'Hanlon11-Apr-07 23:41
mvePete O'Hanlon11-Apr-07 23:41 
GeneralRe: Replacing text in TextBox without the blinking Pin
Ollie198612-Apr-07 0:20
Ollie198612-Apr-07 0:20 
GeneralRe: Replacing text in TextBox without the blinking Pin
Pete O'Hanlon12-Apr-07 0:40
mvePete O'Hanlon12-Apr-07 0:40 
GeneralRe: Replacing text in TextBox without the blinking Pin
Ollie198612-Apr-07 2:45
Ollie198612-Apr-07 2:45 
GeneralRe: Replacing text in TextBox without the blinking Pin
Pete O'Hanlon12-Apr-07 2:56
mvePete O'Hanlon12-Apr-07 2:56 
Questionoverriding members? Pin
NaNg1524111-Apr-07 22:20
NaNg1524111-Apr-07 22:20 
AnswerRe: overriding members? Pin
Mazdak11-Apr-07 22:36
Mazdak11-Apr-07 22:36 
GeneralRe: overriding members? Pin
NaNg1524112-Apr-07 0:56
NaNg1524112-Apr-07 0:56 

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.