What two methods are called from the ObjectContext object to inform MTS that the transaction was successful or unsuccessful?
1 4555Post New Visual Basic Questions
How do you zoom in visual basic?
How many ways we can access file using VB?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
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?
Is the Access Engine and Visual Basic Pro good enough for database work?
How do I get the number of free bytes on a disk?
Through which protocol OLEDB components are interfaced?
It possible to call OLEDB's Features directly in VB without using any control?
___ is a property to resize a label control according to your caption.
What is dao in vba?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
How do I create controls dynamically (at run-time)?
Draw Sequence Modal of RDO and Explain?
What is the use of NEW Keyword? Explain.
What is the use of progress Bar Control?