Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  • Users: fdg
  • Order by date
  1. fdg

    form Load (probably just a dumb mistake)

    In a program I am writing, I want a form to appear, when you click a button, that shows a different picture depending on what button you push. I currently have the code written: (form 1) Private Sub Form_Load() Open "c:\mun.txt" For Output As #2 Write #2, "0" Close #2 End...

Part and Inventory Search

Back
Top