Hi, I'm new to
VB, and I'm doing my first project, I need help for following..
1) I have a ComboBox in a Form in
VB which should be (read only)filled by items(75 items) from a field of a table in MS access databse, I have done databinding but, only first item of the table is visible in the ComboBox. I dont want to use BindingNavigator to step to next item, I'm looking for a drop down comboBox.
2) The project required many Forms, so by clicking a button one form should be closed next Form should appear, I'm using following codes
Form1.Show()
Me.Close()
but, this looks not proffessional as it blinks while opening in different window,
how do i use a parent Form and call all other forms into that form.?
Plsss Help me on this, Pls explain as I'm not expert in
VB yet...
Thanks..