Answer Posted / guest
For Ex:
If(Msgbox("Do you want to delete this Record",VbYesNo)
=VbYes)Then End if
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How many types of API functions are available in VB?
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?
How would you find out the value property in Slider Bar Control?
What is the current version of Visual Basic for Windows?
Types of cursors in DAO?
How do you create a form in visual basic?
What is DAO?
What is the difference between c++ and visual basic?
How do I call a DLL?
How many tabs in a tabbed dialog do you consider appropriate?
How do I get the number of free bytes on a disk?
How would you convert a form into document?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
What is ActiveX Control?
How do I implement an incremental search in list/dir/combo/file boxes?