Answer Posted / kamlesh gupta
if msgbox("Are You Sure",vbyesno)=vbyes then
Condition statement
else
Condition statement
endif
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Clear property is available in ____,___ control.
Which language is used in visual basic?
What is Internet Explorer and its uses?
How can I access a record by record number?
What is hyperlink?
What is ActiveX? Explain.
What is the use of property page Wizard in ActiveX Control?
How can you force new objects to be created on new threads?
What is the use of progress Bar Control?
How should dates be implemented so they work with other language and country formats?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
It is possible to access Text (x.txt) files? Explain.
What is ado in vb.net?
Which method is preferred to save datas like database?
When/Why should I use Option Explicit?