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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Bewilderec

    Help !! Form values in the User Control

    I had the similar problems reading in values from the controller. I just put all of my functions within my user control. REMOVE FORM.
  2. Bewilderec

    Adding User Control?

    vbkris, thanks for the help. My functions within my module couldn't read in the values. I am sure there is a way to use modules with user controls, but I just copied and pasted all of my functions to the user control. It worked! thanks again, Bewilderec
  3. Bewilderec

    Adding User Control?

    In the .exe format, I was reading in values from the form. These values were were in an array, txt(intNum). So I used frmVTI.txt(intNum).xxxxxx to evaluate. When I tried converting it to .ocx, I did an "add User Control." After I added the usercontrol, I copied and pasted my...
  4. Bewilderec

    Adding User Control?

    I've written a program that needs to be converted from an .exe file to an .ocx file. When I run the program as an Active X control, I get the html page; but I can't read in my input variables. For intNum = 0 To 4 If (frmVTI.txt(intNum).Text = "") Then frmVTI.Refresh...

Part and Inventory Search

Back
Top