Tìm kiếm:
TRANG NHÀ
Giới thiệu VNEDU.ORG
Điều khoản và bản quyền
Liên lạc VNEDU
TRẮC NGHIỆM TRỰC TUYẾN
---Công Cụ:---
Soạn Biểu thức
Bảng màu HTML
Ký hiệu đặc biệt 01
Ký hiệu đặc biệt 02
Ký hiệu đặc biệt 03
Ký hiệu đặc biệt 04
Ký hiệu đặc biệt 05
Ký hiệu đặc biệt 06
Ký hiệu đặc biệt 07
Ký hiệu đặc biệt [Toán]
Tin Học   ||  Căn Bản    Văn Phòng    Hệ Thống - Mạng    Phần Mềm Ứng Dụng    Kỹ thuật số    Lập trình    SQL  

Trắc Nghiệm C Sharp - Bài 09
Ngày làm bài: Hôm nay lúc 11:33:46 (Server time)
Số câu hỏi: 10.   Tổng điểm: 10
Yêu cầu hoàn thành: 60 phút.
Thời gian còn lại: 
Cỡ chữ câu hỏi:  Cỡ chữ đáp án:


1-
How can I disable the right-click context menu in my textboc?
  A - 
You can set the DisableMenu property of the TextBox to true
  B - 
You can set the ContextMenu property of the TextBox to a dummy, empty ContextMenu instance
  C - 
You can set the IsMenuContextEnable property of the TextBox to false
  D - 
You can set the ContextMenu property of the TextBox to a null string
2-
How do you set the default button button1 for a form Form1?
  A - 
Form1.ButtonDefault = button1;
  B - 
Form1. DefaultButton = button1;
  C - 
Form1. IsDefaultButton = Form1;
  D - 
Form1.AcceptButton = button1;
3-
How can I turn off editing in the textbox portion of a ComboBox, restricting the user to selecting only those options in the drop list?
  A - 
et the combobox’s DropDownStyle property to DropDownList
  B - 
et the combobox’s Edit property to false
  C - 
et the combobox’s Enabled property to false
  D - 
et the combobox’s DropDownStyle property to NoneEdit
4-
How can I trigger a button (button1) click event from a sub/function?
  A - 
button1.Click();
  B - 
button1_Click();
  C - 
button1.PerformClick();
  D - 
Exec button1.Click();
5-
How can you use a TextBox to enter a password with * character?
  A - 
Set the TextBox.PasswordChar property for the textbox to *
  B - 
Set the TextBox.IsPassword property for the textbox to true. Set the TextBox.PasswordChar property for the textbox to *
  C - 
Set the TextBox.Password property for the textbox to true. Set the TextBox.PasswordChar property for the textbox to *
  D - 
TextBox can not use to enter password
6-
How do you change the mouse cursor for a control?
  A - 
Change the MousePointer property
  B - 
Change the Cursor property
  C - 
Change the MouseCursor property
  D - 
Change the MouseIcon property
7-
How can you have a form with no title bar, but yet keep the resizing borders?
  A - 
Set your form’s Title and Resize properties;
myForm.Title = Titlt.None;
myForm.Resize = true;
  B - 
Set your form’s BorderStyle and ControlBox properties;
myForm.BorderStyle = BorderStyle.NoTitle;
myForm.ControlBox = false;
  C - 
Set your form’s Title and ControlBox properties;
myForm.Title = false;
myForm.ControlBox = false;
  D - 
Set your form’s Text and ControlBox properties;
myForm.Tetx = "";
myForm.ControlBox = false;
8-
How do you set several lines into a multiline textbox?
  A - 
All are correct
  B - 
textBox1.Text = "This is line 1." + Enviroment.newLine + "This is line2";
  C - 
textBox1.Text = "This is line 1.\r\n This is line 2";
  D - 
textBox1.Text = stringvar1 + "\r\n" + stringvar2;
9-
How can I enable the mnemonics (underline) to show when my application is launched on Window XP?
Choose the best answer?
  A - 
Repair in Registry
  B - 
Open Control Panl. Choose Effects Button and uncheck the checkbox "Hide Underlined letters for keyboard navigation until I press the ALT Key".
  C - 
Right Click Desktop to bring up the Display Properties Dialof and then choose Appearance tab and then the Effects Button and uncheck the checkbox "Hide Underlined letters for keyboard navigation until I press the ALT Key".
  D - 
Open Control Panel, choose Appearance tab and then the Effects Button and uncheck the checkbox "Hide Underlined letters for keyboard vavigation until I press the ALT Key".
10-
How do you make your textbox textBox1 use all upper (or lower) case characters when user input? Select best answer?
  A - 
Write code at Key_Press event and convert;
textBox1.text=textBox1.Text.ToUpper();
  B - 
Write code at Text_Changed event and convert;
textBox1.text=textBox1.Text.ToUpper();
  C - 
Use the Format property of the TextBox to "#C"
  D - 
Use the CharacterCasing property of the TextBox to CharacterCasing.Upper
 
[Người đăng: Thành Lãm - ST]
Ghé thăm Kênh của Vị Sư "hai lần chết đi sống lại"
Tu Si Chau Soc Thon

https://www.youtube.com/channel/UCoyC9WTTVR-M3qpTKKEXGnQ

Chau Soc Thon Official Channel


Phong Bảo Official
Phong Bao Official
Xem Nhiều nhất
Trắc Nghiệm Pascal - Bài 20
Trắc Nghiệm ASP.NET - Bài 12
Trắc Nghiệm Ngôn Ngữ Lập Trình C - Bài 16
Trắc Nghiệm ASP.NET - Bài 01
Trắc Nghiệm ASP.NET - Bài 03
Trắc nghiệm C++ - Bài 18
Trắc Nghiệm C# - Bài 53
Trắc Nghiệm ASP.NET - Bài 02
Trắc Nghiệm C# - Bài 42
Trắc Nghiệm Java - Bài 01
Trắc Nghiệm ASP.NET - Bài 04
Trắc Nghiệm Pascal - Bài 22
Trắc Nghiệm ASP.NET - Bài 13
Trắc Nghiệm ASP.NET - Bài 09
Trắc Nghiệm ASP.NET - Bài 08
Trắc nghiệm PHP - Bài 01
Trắc Nghiệm ASP.NET - Bài 06
Trắc Nghiệm ASP.NET - Bài 11
Trắc Nghiệm ASP.NET - Bài 05
Trắc Nghiệm ASP.NET - Bài 23
Đề Xuất
Trắc Nghiệm Thiết Kế Web Và Flash - Bài 19
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 82
Trắc Nghiệm Ngôn Ngữ Lập Trình C - Bài 11
Trắc Nghiệm Java - Bài 29
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 24
Trắc Nghiệm Ngôn Ngữ Lập Trình C - Bài 15
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 07
Trắc Nghiệm ASP.NET (English) - Bài 26
Trắc Nghiệm ASP.NET - Bài 19
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 61
Trắc Nghiệm C Sharp - Bài 10
Trắc Nghiệm Visual Foxpro - Bài 02
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 58
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 07
Trắc nghiệm C++ - Bài 14
Trắc nghiệm CSS - Bài 02
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 65
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 79
Trắc Nghiệm C Sharp - Bài 25
Trắc Nghiệm Pascal - Bài 20
Phát triển hệ thống: TRƯƠNG HỮU ĐỨC - Phiên bản 3.0 - © Copyright 2013 - 2024 - VNEDU.ORG

free counters