Search results for query: *

  1. O

    Run ProgressBar through Thread Problem

    Dear All: I have major problem which could be summarised as follow: I have main form which has Progressbar and i attached Contextmenue Strip to that form which Start and Stop the Progressbar . when i click start it must start increment the progress bar and when i click stop it will stop it. when...
  2. O

    import odbc32.ll into my vs2005 project

    hi folks, I would like to ask how can i import the file odbc32.dll into my vb.net project?
  3. O

    how to place child form in the middle of its parent form

    hi Folks: I am trying to locate the child filed in the middle of it parents when the parent form load, but unfortunatily it keep appears in the left corner of the parent form. this is my code : Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
Back
Top