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: Write the below code in the lost focus eventtext1,text = format(val(text1.text), "0.00") ...
How can i load colors into a combo box and use it for various purposes?
Latest Answer: well u have to use the api application u see u can refer the site for it a1vbcode.com or vbcode.com in the section api section u will get the code well search there ...
Latest Answer: 1. Infinite loop2. Memory overflow.3. Device driver failure. ...
Latest Answer: Registry Entry can be created using the API Functions:RegCreateKey, RegSetValueEx and RegCloseKey. I can't remember the parameters that are passed to these functions.Trial Version of VB Projects can be created using several tricks; there are no fixed ...
Latest Answer: variant ...
Latest Answer: FlexGrid1.TextMatrix(Row,Column) ...
Latest Answer: A stired variable is a variable which is permanently stored in the memory and we can use that variable in our project. ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top