hi,
im new at c#. after using python i need c# for some windows app.
my problem is: i have an axshockwaveflashobject in my prog. but its size stable. i want to change it with general desing. if user grow up the window it should change with it. how can i do that? i think i need to take form's size information and give it to objects size parameters but donno how to do that :S

Recommended Answers

All 2 Replies

All in all it's control, and any control has Anchor property which helps you resize the control corresponding to form size.

ty very much. solved

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.