Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
GeneralRe: Arrays Pin
Wolfgang Loder16-Mar-03 9:46
Wolfgang Loder16-Mar-03 9:46 
GeneralRe: Arrays Pin
Bo Hunter16-Mar-03 13:20
Bo Hunter16-Mar-03 13:20 
GeneralSomeone Take a look at this Project. Pin
Bo Hunter16-Mar-03 15:56
Bo Hunter16-Mar-03 15:56 
GeneralDataGrid Column Properties Pin
Idealius16-Mar-03 4:17
Idealius16-Mar-03 4:17 
GeneralRe: DataGrid Column Properties Pin
Stephane Rodriguez.16-Mar-03 10:06
Stephane Rodriguez.16-Mar-03 10:06 
GeneralA Problem in my Application! Pin
leila_ata15-Mar-03 20:59
leila_ata15-Mar-03 20:59 
GeneralRe: A Problem in my Application! Pin
Stephane Rodriguez.15-Mar-03 21:22
Stephane Rodriguez.15-Mar-03 21:22 
GeneralA question of form, and size... Pin
Antoine Dubuc15-Mar-03 17:40
Antoine Dubuc15-Mar-03 17:40 
Of course, this has happened to you... Poke tongue | ;-P

You had a control, like a MediaPlayer, on your form.
You had it full-sized into a panel, which was not docked
-but anchored in a properly useful way, say 'Top-Left'.
Andi The form loads with the MediaPlayer. Each has its own
size fetched (from last time) from the registry.

So far so good.
The problem start when you resize the form.

You figured that: when the form has loaded the user will
resize the form to his convenience, and load a movie.
That is the user's sole function. Wink | ;)

...And...
(The MediaPlayer, ...'Full'y docked into its panel...
will be well-sized with the resized form.)



*Wrong!* (Herein the Jeopardy buzz..)



The MediaPlayer, being docked 'full' into the panel,
is supposed to stretch along the panel as the form is
resized by the user. This seems normal.

Actually, when the user resize the form, the panel is
resized but the MediaPlayer it contains is not resized
along. The MediaPlayer keeps it loaded size even though
its container(the panel) and the form have been resized.

And my question is: 'Why?' -and how can I fix it!!!

Thanks,

Antoine





'Use obstacles as stepping stone' Orison Sweet Marden
GeneralRe: A question of form, and size... Pin
Stephane Rodriguez.15-Mar-03 20:53
Stephane Rodriguez.15-Mar-03 20:53 
GeneralHiding a TabPage Pin
monrobot1315-Mar-03 16:54
monrobot1315-Mar-03 16:54 
GeneralRe: Hiding a TabPage Pin
Stephane Rodriguez.15-Mar-03 21:12
Stephane Rodriguez.15-Mar-03 21:12 
GeneralRe: Hiding a TabPage Pin
monrobot1316-Mar-03 11:45
monrobot1316-Mar-03 11:45 
GeneralRe: Hiding a TabPage Pin
Nathan Blomquist16-Mar-03 14:00
Nathan Blomquist16-Mar-03 14:00 
GeneralRe: Hiding a TabPage Pin
monrobot1317-Mar-03 4:53
monrobot1317-Mar-03 4:53 
GeneralNew guid as default value in column Pin
..Hubert..15-Mar-03 14:27
..Hubert..15-Mar-03 14:27 
Generaldatabinding and controls Pin
..Hubert..15-Mar-03 14:10
..Hubert..15-Mar-03 14:10 
GeneralRe: databinding and controls Pin
leppie15-Mar-03 20:27
leppie15-Mar-03 20:27 
GeneralRe: databinding and controls Pin
..Hubert..16-Mar-03 11:34
..Hubert..16-Mar-03 11:34 
Generalstrong type in XML Pin
Michal Januszczyk15-Mar-03 5:52
sussMichal Januszczyk15-Mar-03 5:52 
GeneralRe: strong type in XML Pin
Stephane Rodriguez.15-Mar-03 6:52
Stephane Rodriguez.15-Mar-03 6:52 
GeneralRe: strong type in XML Pin
Jeff J15-Mar-03 10:10
Jeff J15-Mar-03 10:10 
GeneralRe: strong type in XML Pin
Stephane Rodriguez.15-Mar-03 11:17
Stephane Rodriguez.15-Mar-03 11:17 
GeneralStarting Process problem Pin
Mazdak15-Mar-03 5:41
Mazdak15-Mar-03 5:41 
GeneralRe: Starting Process problem Pin
Stephane Rodriguez.15-Mar-03 6:31
Stephane Rodriguez.15-Mar-03 6:31 
GeneralRe: Starting Process problem Pin
Mazdak15-Mar-03 9:33
Mazdak15-Mar-03 9:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.