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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.