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 MEMDUMP

  1. MEMDUMP

    Using OCX and avoiding its popup window

    Thanks to all. I think Sheco understands my problem best. I just searced for info on making a wrapper class and will test that next. BobRodes, I added your FAQ to my favorites list, very helpful. I should have stated my original post this way. I have a CNC machine that came with a program...
  2. MEMDUMP

    Using OCX and avoiding its popup window

    Hope this helps. Ncprog.ocx (not a common ocx) I added this to the toolbox components and put the prgedt control on form1 and added some buttons to load, save, ect. Code sample: Private Sub PRGEDT_WRITE_TO_DISK_Click() Prgedt1.DoFunction (4) ' write data from edit form to pc disk End Sub The...
  3. MEMDUMP

    Using OCX and avoiding its popup window

    I have been using VB6 for several years, but I don't have much experience when it comes to handling dll or ocx (I have copied examples and made them work). I am trying to make a new user interface for a machine to hide all of the "technical stuff" and let my progam do it instead. My problem is...
  4. MEMDUMP

    Duplex printing of MDI child form

    I am trying to print a price list using both sides of the page. I searched this site and found out that to print a grid to fit the whole page you can use a MDI child form and use printform (works great), but not much info on duplex printing. The page (8.5 x 11) has some text labels and an image...
  5. MEMDUMP

    PrintForm cuts off page

    Solved my problem too!! [2thumbsup] Just remember to also set form BorderStyle to fixed or none.
  6. MEMDUMP

    Problem in Serial Printer when printing

    Please re-state your question (I don't understand what you want?) and I will help.<br><br>MemDump

Part and Inventory Search

Back
Top