PDA

View Full Version : vb 6 std can you help?


philocrazy
Dec9-04, 01:12 AM
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 cant 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.

Integral
Dec9-04, 03:12 AM
check the CURRENTPOSITON function, that may do what you want.

futb0l
Dec9-04, 05:02 AM
Check this out:
http://www.vbcity.com/forums/faq.asp?fid=38&cat=Mouse#TID6688

philocrazy
Dec9-04, 08:48 PM
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 havent tried it

thanks Integral

philocrazy
Dec9-04, 08:51 PM
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