What is difference between procedural prog. Language
Answer Posted / lekh
EVent driven is done by user ot use mouse ,keyboard and procedure oriented done by machine
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I get the Tab key to be treated like a normal character?
what is the Difference between Recordset and Querydef?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
What are the scope of the class?
Is it possible to change menu runtime using API? If yes Specify the function names?
Give brief description about class?
How many ways we can access file using VB?
Is a foo VBX/DLL available as shareware/freeware?
Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.
What do you mean by Databound Controls Explain?
Why API functions are Required?
How to get freefile location in memory?
what are the types of LockEdits in DAO?
What are the rules which should be followed while naming a variable 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?