Latest Answer : Form, Frame and PictureBox Controls are Container objects. ...
Answer posted by santhanam on 2005-05-19 16:01:20: yes Ans : Set the UseMnemonic property to True if you want to define a character in the Caption property of the Label as an access key.
Latest Answer : Set the UseMnemonic property to True if you want to define a character in the Caption property of the Label as an access key.Also one thing is that u should place text box to set focus because lable canot get focus in run time.Remember to set tab index. ...
Latest Answer : Yes On Creating RelationShip, You Check the Option OnDeleteCascade. ...
Latest Answer : Dim fso, hfile, msgvalue Set fso = CreateObject("Scripting.FileSystemObject") Set hfile = fso.OpenTextFile("D:x.txt") If Not hfile.AtEndOfStream Then Do While Not hfile.AtEndOfStream msgvalue = hfile.ReadLine ...
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
Latest Answer : Activex is technology provided by microsoft to prepare user defined controls so that user can make its own designed controls and use that same in developemnt enviroment ...
Latest Answer : 1. ActiveX Exe2. Activex Dll3. ActiveX Control4. ActiveX Document ...
Latest Answer : Activex controls can be integrated with web-based applications whereas standard controls can't ...
Latest Answer : In Activex DLL and Activex EXE you build classes, so the application can use it to do something. So both are almost exactly same in the way they are built and used. The difference is as followsActivex DLLIt runs within the main program address space. ...
Latest Answer : Activex DLL :these are inprocess component work on the same space as that of the client thats why they are faster than activex Exe.Activex Exe: these are implemented as out of process component they work on different space as that of the client. the interaction ...