Thomy Posted April 3, 2009 Posted April 3, 2009 Hi, I writhed a VBA code and when it run's the code I want to let my frame to be shown. Normal I use . hide and wen the program is don .show. then it does the whole program. But when I put this in comment then it dusn't proceed the whole program. any Idea tho let tis run the whole program. Regads and thanks Thomy Quote
CmdrDuh Posted April 3, 2009 Posted April 3, 2009 you need to give us a little more to work with here Quote
Thomy Posted April 3, 2009 Author Posted April 3, 2009 Lets try in the program it does everything but it doesnt do te redraw, ucs movemen,and view movement. al the rest works. when I let my frame shown. And the zoom all works also but everything els not (wath is show) Private Sub cmdVoorbeeld_Click() 'frmcloisontest.hide EraseAll RedrawAll1 RegenAll1 UcsWorld SWVIEW Dim punt(0 To 2) As Double 'Zet de counter op -1. Counter = -1 punt(0) = 0 punt(1) = 0 punt(2) = 0 ...... RedrawAll1 RegenAll1 ZoomAll 'frmcloisontest.Show End Sub Quote
Thomy Posted April 7, 2009 Author Posted April 7, 2009 in the program it does everything but it doesnt do te redraw, ucs movemen,and view movement. al the rest works. when I let my frame shown. And the zoom all works also but everything els not (wath is show) Private Sub cmdVoorbeeld_Click() EraseAllRedrawAll RegenAll UcsWorldSWVIEW Dim punt(0 To 2) As Double 'Zet de counter op -1. Counter = -1 punt(0) = 0 punt(1) = 0 punt(2) = 0 ...... RedrawAll1 RegenAll1 ZoomAll End Sub Quote
CmdrDuh Posted April 7, 2009 Posted April 7, 2009 what/why is there a 1 on the end of redrawall? Quote
Thomy Posted April 7, 2009 Author Posted April 7, 2009 Oo I'm sorry I copy paste it and forgot to delete the 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.