My main program has a combo box loaded with an array of names.
I have created a modeless dialog box and i want the same array maintained by my main program to be loaded into the combo box in my modeless dialog.
can anyone help me with the syntax?
Thanks!
i have this:
VB Code:
Dim dlgSellStocks As frmSellStocksModeless = New frmSellStocksModeless dlgSellStocks.cbSell.Items() 'this gives me an error (obviously).




Reply With Quote