Home » Web Technology » VB NET
Que: 231. Which of the following is NOT the public property of RichTextBox Objects. a. DetectURLs b. DetectText c. BulletIndent d. RightMargin
Que: 232. Which of the following is/are the public methods of RichTextBox objects.i) CanDelete ii) Find iii) LoadFile iv) SelectAll a. i, ii and iii only b. ii, iii and iv only c. i, ii and iv only d. All i, ii, iii and iv
Que: 233. The SaveFile method is used to save the text in a rich text box to disk, and the ……………. method to read it back. a. LoadFile b. ReadFile c. ReadIt d. ReadBack
Que: 234. Which of the following is/are the values of TextAlign property that takes from content Alignment enumeration.BottomCenter ii) MiddleTop iii) TopLeft iv) MiddleLeft a. i, ii and iii only b. i, iii and iv only c. i, ii and iv only d. All i, ii, iii and iv
Que: 235. Which of the following is/are the public properties of LinkLabel objects.i) ActiveLinkColor ii) LinkSize iii) LinkBehavior iv) Links a. i, ii and iii only b. i, iii and iv only c. i, ii and iv only d. All i, ii, iii and iv
Que: 236. Hyperlinks can be created using the …………………………………. method in LinkClicked event handler. a. System.Diagnostics.Process.Start b. System.Diagnostics.Hyperlinks.Start c. System.Diagnostics.Link.Start d. System.Diagnostics.Link.Event
Show Answer (a). System.Diagnostics.Process.Start
Que: 237. In order to get the text associated with the link, ………………… method can be used. a. e.Data.Link.ToString b. e.Link.LinkData.ToString c. e.LinkData.Link.ToString d. e.Link.Data.ToString
Show Answer (b). e.Link.LinkData.ToString
Que: 238. ______________ can be accessed from all types within the assembly, but not from outside the assembly. a. Public b. Private c. Friend d. Protected
Que: 239. How to dereference an object in VB.NET? a. By setting the object to Null b. By setting the object to Nothing c. With Close keyword d. None of the above
Show Answer (b). By setting the object to Nothing
Que: 240. Smart Phone applications and other such devices can be written using: a. .NET Compact Framework b. .NET Small Framework c. .NET Smartclient Framwork d. None of the above
Show Answer (a). .NET Compact Framework
Que: 241. Which class is used to run the EXE application file in VB.NET? a. Process b. Application c. Exe d. Execute
Que: 242. Which of the following namespaces is used to access “computer name” and its IP address in VB.NET? a. System.NET.DNS b. System.Diagnostics.Process c. System.Data.Common d. None of the Above