Forum: Opinion and Debate
2003-06-28, 11:38 AM
|
Replies: 6
Views: 2,876
Screen Wipe
Sub WipeRight (Lt%, Tp%, frm As Form)
Dim s, Wx, Hx, i
s = 90 'number of steps To use In the wipe
Wx = frm.Width / s 'size of vertical steps
Hx = frm.Height / s 'size of...
|
Forum: Opinion and Debate
2003-06-28, 11:25 AM
|
Replies: 1
Views: 2,272
Screen Wipe
Sub WipeRight (Lt%, Tp%, frm As Form)
Dim s, Wx, Hx, i
s = 90 'number of steps To use In the wipe
Wx = frm.Width / s 'size of vertical steps
Hx = frm.Height / s 'size of...
|
Forum: Opinion and Debate
2003-06-28, 11:20 AM
|
Replies: 41
Views: 8,866
|