Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by huanggx

  1. huanggx

    ebExecuteLine

    Hi,smsforce All of the forms are design-time forms, I mean those are existed in the vb code. The forms' name are stired in a database table, at run time, the program search the table and get get the appreciated form's name. Becuase the form name is stored in a string variable, the normal vb...
  2. huanggx

    ebExecuteLine

    Hi, every one The scriptControl can only work on normal VB command, it won't work on object (if the object has not created). What I want is like this "Load Form1" or "Form1.Show". The question is: at this moment, Form1 is an object that has not been created, so scriptControl...
  3. huanggx

    ebExecuteLine

    danjevans Hi, Have you solved your problem yet? I have got the exact problem as you did. If you or any body know how to make it right, please let me know. I use this function to load forms, it is important to me. Thanks

Part and Inventory Search

Back
Top