The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: debzequke on September 22, 2005, 12:05:42 AM

Title: Windows XP Collapsible Panel
Post by: debzequke on September 22, 2005, 12:05:42 AM
hello,
Can any one help me create Windows XP style Collapsible Panel. The one in the left side of the Windows Explorer with the links and shortcuts.
Is it possible in Asm.

thank you



i have attempted to create one but i would conclude, this is not opt way to implement. i have included source and  would be happy if some one would help me improve and suggest better way to work around.

[attachment deleted by admin]
Title: Re: Windows XP Collapsible Panel
Post by: sluggy on September 22, 2005, 01:18:40 AM
I moved this to a more suitable forum.
Title: Re: Windows XP Collapsible Panel
Post by: Bieb on September 22, 2005, 02:11:46 PM
It's certainly possible, but I'm afraid I don't know how to do it.  I'll be interested to see how it's done.
Title: Re: Windows XP Collapsible Panel
Post by: debzequke on September 24, 2005, 11:07:10 PM
Quote from: debzequke on September 22, 2005, 12:05:42 AM
hello,
Can any one help me create Windows XP style Collapsible Panel. The one in the left side of the Windows Explorer with the links and shortcuts.
Is it possible in Asm.

thank you



i have attempted to create one but i would conclude, this is not opt way to implement. i have included source and  would be happy if some one would help me improve and suggest better way to work around.

is there better way to slide and animate windows to move around instead of API call MoveWindow
Title: Re: Windows XP Collapsible Panel
Post by: James Ladd on September 25, 2005, 08:29:11 AM
I like what you have done !
Looks good to me.