Name two advantages of ADO over data control.
What is frame control? For what purpose it is used?
Latest Answer: The Frame control is used as a container for grouping controls. ...
Explain the purpose of data control with example?
What is Grid Control? For what purpose it is used?
What is the difference between DAO and RDO?
In what way a subroutine is different from a function?
What is Compatibility? When do you use which compatibility? What are the primary differences between project compatibility and binary compatibility?
Latest Answer: Its also important to realise that if you set your project to binary comaptability and ADD additionally to the interface, this will not break the interface. You will break the interface if you alter the signature in any way. ...
i have a score form that contains a grid that accepts scores from user ,and then display those scores to another page called playerform.the problem is that before scoreform opens it just rebuilds the score
Suppose i want to run a command line application, open up another Windows program, or even bring up the default web browser or email program... how can i do this from your VB code?
Latest Answer: It is very easy to create command line application. Eg. you want to create a program that takes your name and then says hello. egRun > Testapplication.Exe "ParmanandSingh"So this "ParmanandSingh" will be stored in command variable in code.
So now you ...
Hi, i have many text boxes to input numeric values in the form. The problem is when my text box lost its focus , if any numeric value entered in text box without any dismal place will automatically display
Latest Answer: Correct answer isText1.Text = Format(Text1.Text, "0.00") ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top