vaurdan Posted February 24, 2006 at 12:47 PM Report Share #15152 Posted February 24, 2006 at 12:47 PM em vb6 como faço o botao fugir do rato? http://www.neopt.org <- O meu blog xD Link to comment Share on other sites More sharing options...
pebat Posted February 24, 2006 at 12:57 PM Report Share #15155 Posted February 24, 2006 at 12:57 PM no evento mouse click fazer um comado de left e right e ele smp k carregas no botao do rato ele vai fugir Link to comment Share on other sites More sharing options...
vaurdan Posted February 24, 2006 at 12:59 PM Author Report Share #15156 Posted February 24, 2006 at 12:59 PM como faço esse comano de left and right? http://www.neopt.org <- O meu blog xD Link to comment Share on other sites More sharing options...
pebat Posted February 24, 2006 at 01:03 PM Report Share #15159 Posted February 24, 2006 at 01:03 PM botao.left = xx botao.right= xx onde os xx sao os pixel's k ele anda Link to comment Share on other sites More sharing options...
vaurdan Posted February 24, 2006 at 01:40 PM Author Report Share #15164 Posted February 24, 2006 at 01:40 PM Private Sub Command1_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single) Command1.Left = 10 Command1.Right = 10 End Sub é assim? http://www.neopt.org <- O meu blog xD Link to comment Share on other sites More sharing options...
vaurdan Posted February 24, 2006 at 02:02 PM Author Report Share #15166 Posted February 24, 2006 at 02:02 PM n me podes dizer o ke tenho de escrever e onde? http://www.neopt.org <- O meu blog xD Link to comment Share on other sites More sharing options...
vbmaster Posted February 24, 2006 at 02:12 PM Report Share #15167 Posted February 24, 2006 at 02:12 PM Eu faria mais assim: (no evento mouse_move do butão1): CommandButton1.Left = (CommandButton1.Left + 75) Command Button1.Top = (CommandButton1.Top + 75) End Sub Try it out 🙂 Link to comment Share on other sites More sharing options...
joninho Posted February 27, 2006 at 09:56 PM Report Share #15864 Posted February 27, 2006 at 09:56 PM LOl :X eu n consigo fazer isto :X lool Link to comment Share on other sites More sharing options...
Delta Posted March 3, 2006 at 02:18 PM Report Share #16537 Posted March 3, 2006 at 02:18 PM e o rato a fugir do botão ? lol 🙂 para que queres fazer isso ? tens que captar os eventos do rato, a posição do pointer - coordenadas X,Y - e depois mudar as coordenadas de posicionamento do botão em conformidade Link to comment Share on other sites More sharing options...
joninho Posted March 3, 2006 at 02:22 PM Report Share #16539 Posted March 3, 2006 at 02:22 PM opah, pa ver isso a funcar 🙂 lol Link to comment Share on other sites More sharing options...
vaurdan Posted March 3, 2006 at 05:07 PM Author Report Share #16558 Posted March 3, 2006 at 05:07 PM ve na minha calculadora http://www.neopt.org <- O meu blog xD Link to comment Share on other sites More sharing options...
joninho Posted March 3, 2006 at 07:47 PM Report Share #16597 Posted March 3, 2006 at 07:47 PM yah lol kria era ver isso a funcar pelas minhas maos... 🙂 ja metest o source code no programa? Link to comment Share on other sites More sharing options...
vaurdan Posted March 3, 2006 at 08:00 PM Author Report Share #16605 Posted March 3, 2006 at 08:00 PM agora tou a fazer um programa de intercção n tive tempo ja posto ai o programa:) http://www.neopt.org <- O meu blog xD Link to comment Share on other sites More sharing options...
joninho Posted March 3, 2006 at 08:32 PM Report Share #16614 Posted March 3, 2006 at 08:32 PM agora tou a fazer um programa de intercção n tive tempo ja posto ai o programa:) como assim? d intercecção?? :| Link to comment Share on other sites More sharing options...
vaurdan Posted March 3, 2006 at 09:51 PM Author Report Share #16630 Posted March 3, 2006 at 09:51 PM *interactiviade... XD http://www.neopt.org <- O meu blog xD Link to comment Share on other sites More sharing options...
deathseeker25 Posted March 3, 2006 at 10:48 PM Report Share #16647 Posted March 3, 2006 at 10:48 PM Relembro-vos: isto não é o MSN. Tópicos como "ok", "sim","*interacção",etc não merecem ser considerados posts.Portanto, se não querem ver posts apagados, espero que comecem a escrever correctamente e com mais qualidade. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now