Plain and simple. I want to do this:

http://www.codeproject.com/KB/dialog/csSlideForm/SlideForm_Main.gif

...on VB.NET, yet I haven't the least idea about where to start. I've searched plenty without luck. Thanks in advance.

Recommended Answers

All 2 Replies

Add a timer to your form and add some code like

If Form2.Left < Form1.Left + Form1.Width Then
   Form2.Left += 10
End If

I can't believe I couldn't think of something so simple. Thank you. Your help is very much appreciated.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.