Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Each Control has properties and methods. These can be used to handle the interaction with the user. Which statements are correct?


1.Textbox: txtName = "Nisse";

2.Listbox: lstResults.Items.Add = "New text row";

3.1Label: lblCaption = 14;

4.Button: btnOK.Enabled = false;

5.GroupBox: grpFrame = "Indata";

6.A button can have a background from an image located on a disk.

What I have tried:

Where im at

1. Not sure
2. Is .Add referring to a method?
3. Here you would have to convert the int to string right?
4. Correct
5. No clue
6. Incorrect
Posted
Updated 30-May-20 3:36am
v2
Comments
Richard MacCutchan 30-May-20 9:42am    
Where did these questions come from?

Read your course, and refer to the documentation of corresponding controls. There are lot of examples out there.
You have to do it by yourself; the quiz is there to test your knowledge and understanding, not ours.
Please try it; that's not really difficult.
 
Share this answer
 
We are more than willing to help those that are stuck: but that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for us to do it all for you.

So we need you to do the work, and we will help you when you get stuck. That doesn't mean we will give you a step by step solution you can hand in!
Start by explaining where you are at the moment, and what the next step in the process is. Then tell us what you have tried to get that next step working, and what happened when you did.
 
Share this answer
 
Comments
Helin1 30-May-20 9:27am    
Thank you for your answer! The thing is, im just in the beginner stage of learning the basics of programming and im all for not having people doing it all for me and also to try very hard not to just learn by trial and error. But the course materials that i have access to is reeeally abstract for someone who couldnt even print Hello World in the console just a couple of weeks ago and that doesnt have English as a first language.

This question is just one of 40 and i dont know why i mess this particular question up so the idea was just to reach out to get some clarification of the question as a whole :)
OriginalGriff 30-May-20 9:51am    
The question is obvious: the answers are as well, if you know your subject - which is what the test is supposed to check.

Our giving you the answers doesn't check your knowledge or lack of it, it tests ours - and that is not the idea at all.
It's also unfair on your classmates who genuinely tried, who read the course notes, who tried the statements out in Visual Studio.

Give it a try, and see what you can find out.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900