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: Use Shell command to run a particular application on the particular event of your application ...
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. ...
Latest Answer: Dim zrs.MoveFirst Do While Not rs.EOF Set z = lv.ListItems.Add(, , rs!Field1) ' z.SubItems(1) = rs!Field2 z.SubItems(2) ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top