1.

Solve : MSN "Nudge" Like effect VB?

Answer»

Is there any PIECE of code I can add to a command button that CAUSES an EFFECT like the "Nudge" in MSN Messenger. I the code can be either Visual Basic 6 or Visual Basic.Net.

Any help would be appreciated!!!

Thanks in advance,
Cameron Grayusing the MOVE method of the form one can change the location of the window very quickly. For example, in the command button store the current Left and Top properties, then BEGIN a loop that uses the Move method, the stored values and random numbers to shake the window.



Discussion

No Comment Found