Community discussion forum

how to design animated pop up window

  • 1 year ago
    i wanna design animated quick pop up window like in many messengers,alerts,antivirus which should open like grow and shrink on right side i tried but not found proper help thanks
  • 1 year ago
    This is cheesy but it's simple and works...this is psuedocode, probably can't copy/past it. If you cant' get it from this, reply to me, i'll find the REAL code I used so you can copy/paste it. public sub AnimateForm1() for i as integer = 0 to 100 form1.width = i form1.height = i thread.sleep(10) form1.refresh next Not great code, but you get the idea.
  • 1 year ago
    Try that again public sub AnimateForm1() for i as integer = 0 to 100 form1.width = i form1.height = i thread.sleep(10) form1.refresh next
  • 1 year ago
    public sub AnimateForm1() for i as integer = 0 to 100 form1.width = i form1.height = i thread.sleep(10) form1.refresh next
  • 1 year ago
    Finally :-)
  • 1 year ago
    Is anyone intersted in working on Windows Live Social Netowkring site? this is all done in C# with a little Ajax. -Ryan Phillips engineerfinder@live.com
  • 1 year ago
    Is anyone interested in working on Windows Live Social Networking site? This is all done in C# with a little Ajax. -Ryan Phillips engineerfinder@live.com

Post a reply

Enter your message below

Sign in or Join us (it's free).

Want to stay in touch with what's going on? Follow us on twitter!