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 finster

  1. finster

    Anyone sending VB code to control FAX server

    I assume that this code is running on a Win2000/XP server with the shared fax service installed? if not, then there's the first problem ...
  2. finster

    How to pass parameter between 2 forms?

    In the General Declarations of Form B, you can declare a Public variable (eg Public MyVar as string). In your double-click event of the listbox, have something like this: Load FormB FormB.MyVar = Listbox1.Text '//or whatever property you want to use FormB.Show vbmodal '//or remove the vbmodal...

Part and Inventory Search

Back
Top