How to do form effect in VB6
-
Help wanted Please help me I'm looking for the code to make form effect those effect are similiar to the powerpoint slide effect can anyone please help me? your help will be much apperciated:-D Gary
You would have to write your own Form class, inheriting from the .NET Form class and supply your own properties to control what effect you want. You would then have to write your own code to draw the form the way you wanted (owner drawn forms/controls), for each effect that you wanted. RageInTheMachine9532
-
Help wanted Please help me I'm looking for the code to make form effect those effect are similiar to the powerpoint slide effect can anyone please help me? your help will be much apperciated:-D Gary
Lots of examples on www.planetsourcecode.com Grtz, Guus