Window Re-sizing problem

  • Thread starter Thread starter Himavath
  • Start date Start date
H

Himavath

Hi All,

Here we are making a desktop tray windows application
which is having the skinnable features of windows media
player, We are developing the application with C#......
what we want is how windows media player is able to expand
(Resize) the form ... we are using picture box controls to
hold on the skin images.

The problem while you are resizing windows media player it
is getting resized very smoothly. but in our case its
moving like one frame at a time and ultimately getting re-
sized its no where smooth like windows media player.

We are pretty new in .net so it will be really good if
some can provide us with us valuable info regarding the
problem.

Thaks in advance,
Himavath Garre
..
 
Hello,

Himavath said:
Here we are making a desktop tray windows application
which is having the skinnable features of windows media
player, We are developing the application with C#......
what we want is how windows media player is able to expand
(Resize) the form ... we are using picture box controls to
hold on the skin images.

The problem while you are resizing windows media player it
is getting resized very smoothly. but in our case its
moving like one frame at a time and ultimately getting re-
sized its no where smooth like windows media player.

Maybe it's better to draw the skin onto the form directly in it's 'Paint'
event handler instead of using controls for holding the images.

Please do not post the same question more than once.
 
Back
Top