Help with VB6 Std & Snap Grid Feature

  • Thread starter Thread starter philocrazy
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
philocrazy
Messages
40
Reaction score
0
hi everyone
can you help me?
i use visual basic 6 std to make a small engineering cad application
i want to implement a snap grid feature but in vb6std i have been unsuccessful
the reason being i can't find a method,precedure,function
for example xxxx.cursormove(x,y)
to force move the cursor onto the snap grid at the position i want
does the std edition support such a call??
is there a lib i could use which contains such a call??

your help will be appreciated,thank you.
 
Last edited:
Physics news on Phys.org
Integral :
Join Date: Mar 2003
Location: Oregon
Posts: 2,134
Read my Journal check the CURRENTPOSITON function, that may do what you want.
__________________
as far as i know xxxx.currentx/y is a property not a function,
does it also move the cursor?? i haven't tried it

thanks Integral
 
futb0l
Join Date: May 2004
Location: Australia
Posts: 134
Read my Journal Check this out:
http://www.vbcity.com/forums/faq.as...t=Mouse#TID6688
-----------------------
thanks futb0l
 
Last edited by a moderator: