Click here to Skip to main content
15,889,724 members
Home / Discussions / C#
   

C#

 
GeneralRe: Newbi Label question Pin
OriginalGriff22-Nov-10 10:09
mveOriginalGriff22-Nov-10 10:09 
GeneralRe: Newbi Label question Pin
vegetable99922-Nov-10 10:15
vegetable99922-Nov-10 10:15 
GeneralRe: Newbi Label question Pin
Luc Pattyn22-Nov-10 10:20
sitebuilderLuc Pattyn22-Nov-10 10:20 
GeneralRe: Newbi Label question Pin
OriginalGriff22-Nov-10 9:59
mveOriginalGriff22-Nov-10 9:59 
AnswerRe: Newbi Label question Pin
fjdiewornncalwe22-Nov-10 9:39
professionalfjdiewornncalwe22-Nov-10 9:39 
GeneralRe: Newbi Label question Pin
vegetable99922-Nov-10 9:54
vegetable99922-Nov-10 9:54 
AnswerRe: Newbi Label question Pin
Luc Pattyn22-Nov-10 10:10
sitebuilderLuc Pattyn22-Nov-10 10:10 
QuestionOk, now it's my turn to complain about C# Pin
Ray Cassick22-Nov-10 9:29
Ray Cassick22-Nov-10 9:29 
I always hear how VB is soooo verbose and sooooo hard on the eyes... Well I have had it with C# this week.

Please explain to me why in the VB.Net code editor you can select a control on a form from the drop down box on the left and then select the method, etc... that you want to write code for from the drop down on the right and get the shell of the code built for you in the code window, or be taken to where it already exists.

...but in C# all you see in the left drop down in the current parent object that you are in (IE: class, form, etc…) and the right drop down box either only shows you a listing of controls on that form, or methods of the class, but NOT a listing of controls placed on the form?

I don’t get it. What is wrong with the way the VB editor works?

You C# guys need to declare a delegate and attach it to a control, blah blah blah...

All the VB person has to do is select and click and we get the darn code done for us.

Oh yeah, and before you start yelling about connecting multiple handlers to an event, all I have to do in VB is add a Handles clause to the end of my event handler to attach the other control(s) and if I am good, I also modify the name of the method to be more generic, and I am DONE!

Grrrrrrrrrr

Done venting now...

AnswerRe: Ok, now it's my turn to complain about C# Pin
Pete O'Hanlon22-Nov-10 9:34
mvePete O'Hanlon22-Nov-10 9:34 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Ray Cassick22-Nov-10 12:11
Ray Cassick22-Nov-10 12:11 
AnswerRe: Ok, now it's my turn to complain about C# Pin
Giorgio Orizio22-Nov-10 12:01
Giorgio Orizio22-Nov-10 12:01 
AnswerRe: Ok, now it's my turn to complain about C# Pin
PIEBALDconsult22-Nov-10 15:55
mvePIEBALDconsult22-Nov-10 15:55 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Luc Pattyn22-Nov-10 16:14
sitebuilderLuc Pattyn22-Nov-10 16:14 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Dr.Walt Fair, PE22-Nov-10 16:44
professionalDr.Walt Fair, PE22-Nov-10 16:44 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Ray Cassick22-Nov-10 17:31
Ray Cassick22-Nov-10 17:31 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Mycroft Holmes22-Nov-10 19:04
professionalMycroft Holmes22-Nov-10 19:04 
GeneralRe: Ok, now it's my turn to complain about C# Pin
PIEBALDconsult23-Nov-10 2:16
mvePIEBALDconsult23-Nov-10 2:16 
GeneralRe: Ok, now it's my turn to complain about C# Pin
PIEBALDconsult24-Nov-10 6:24
mvePIEBALDconsult24-Nov-10 6:24 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Luc Pattyn24-Nov-10 6:43
sitebuilderLuc Pattyn24-Nov-10 6:43 
GeneralRe: Ok, now it's my turn to complain about C# Pin
PIEBALDconsult24-Nov-10 9:23
mvePIEBALDconsult24-Nov-10 9:23 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Luc Pattyn24-Nov-10 9:31
sitebuilderLuc Pattyn24-Nov-10 9:31 
AnswerRe: Ok, now it's my turn to complain about C# Pin
_Erik_23-Nov-10 4:44
_Erik_23-Nov-10 4:44 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Ray Cassick24-Nov-10 10:41
Ray Cassick24-Nov-10 10:41 
AnswerRe: Ok, now it's my turn to complain about C# Pin
PIEBALDconsult24-Nov-10 9:37
mvePIEBALDconsult24-Nov-10 9:37 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Ray Cassick24-Nov-10 10:38
Ray Cassick24-Nov-10 10:38 

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.