Data entry in MSHFlGrid control vb6
Data entry in MSHFlGrid control vb6
MSHFlex Grid[Visual Basic 6.0] control is a goog tool for showing data in a tabular format as in Excel.
Data entry in Grid also possible with a Text Box which require handling Keyup,KeyPress Events of the TextBox control.
Place a GridControl and a TextBox to your project and add the following code the Textbox Events.
Public Sub MCellEnter() With MSHFlexGrid_POrder txt_DEntry.Text =…
View On WordPress














