Post: [First Project]: Very Simple Text Editor (in C#)
07-23-2011, 09:45 PM #1
anddrew
League Champion
(adsbygoogle = window.adsbygoogle || []).push({});
Originally posted by Blackstorm
make a text editor

You must login or register to view this content.

You must login or register to view this content.
[/CENTER]
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to anddrew for this useful post:

Blackstorm, Docko412
08-27-2011, 09:20 PM #11
Im not hating.

I'm just saying this.

Lets say you want a messege or whatever.

instead of coding like.

    
textbox1.text = "hi!"


they code it in

C#.

and Im not saying profesional programmers. Im saying n00bs say they do.

sorry for the mis-interpretation.

^^failspell
08-28-2011, 06:46 AM #12
Epic?
Awe-Inspiring
Originally posted by xEMINEMx View Post
Im not hating.

I'm just saying this.

Lets say you want a messege or whatever.

instead of coding like.

    
textbox1.text = "hi!"


they code it in

C#.

and Im not saying profesional programmers. Im saying n00bs say they do.

sorry for the mis-interpretation.

^^failspell


If you're saying:
textBox1.Text = "Hi!"
Is VB.NET code, it just so happens to be the exact same thing in C#. Literally the exact same thing.
08-28-2011, 07:23 AM #13
Urggh I was giving an example.

as instead of all that { } call logic whatev.

some functions are just harder to call in C# then vb.net.

I don't use C# so I can't give specific examples.

that's besides the point, so just nvm it's hard to explain
08-28-2011, 11:37 PM #14
Epic?
Awe-Inspiring
Originally posted by xEMINEMx View Post
Urggh I was giving an example.

as instead of all that { } call logic whatev.

some functions are just harder to call in C# then vb.net.

I don't use C# so I can't give specific examples.

that's besides the point, so just nvm it's hard to explain


Logic and curly brackets aren't necessarily related. Added to that, curly brackets help to organize the code, they're in the syntax because they're supposed to be useful. Functions can't be harder to call in C# than VB.NET, because again, called in pretty much the same exact way.

VB.NET is less complicated than C#, but it really isn't useful, and if you're going into programming, its one of the lowest paying jobs.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo