Search results for query: *

  1. V

    Question Problem displaying Use rControls on navigating from Login Form

    I have 2 forms in the application... frmLogin and frmMain. After login succeeds I m instantiating frmMain and calling frmMain.ShowDialog(Me) and hiding frmLogin. If I set frmMain as the startup form and run it directly, Im able to see all the user controls.... However, if i start from...
  2. V

    Problem arranging/ accessing controls in TableLayoutPanel created dynamically

    Sorry.. if I had taken your time. Problem doesn't seem to be where I m setting the layout. However while getting the controls back ... GetControl( _analysed/ Rowcount, ...) .. is taking ceil of the double value that is returned.. Being from C# Background.. I couldn't even think.... what I...
  3. V

    Problem arranging/ accessing controls in TableLayoutPanel created dynamically

    Hi, I m a newbee in VB.NET and am trying to create a TableLayoutPanel with rows, columns, and controls associated with it being added dynamically. From the look of it everything appears fine as images and labels seem to show up on the area as I want. However, when I try accessing the controls...
Back
Top