約6,590件1ページ目

2022/4/27 -アカウント統合により過去記事再掲:元の投稿日 2016年03月29日例えばダイアログのサイズを変更した時↓サイズ変更すると・・・あらあら、まあまあ。

2023/6/16 -ユーザーがダイアログ ボックスをサイズ変更するときに、ダイアログのコントロールのサイズを変更したり、X と Y の方向に移動したりできます。

2020/5/15 -MFCダイアログペースのプロジェクトでダイアログをユーザーがドラッグ&ドロップでリサイズできないようにするやり方が分からず困っています。 以下の ...

2011/10/17 -ダイアログのサイズを変更するとWM_SIZEメッセージが届きます。このメッセージが届いたときにAdjustLayout関数を実行すればよいので、リソースエディタで ...

2008/9/24 -I am writing a program which has two panes (via CSplitter ), however I am having problems figuring out out to resize the controls in each frame.

2013/1/15 -This will change the size of the dialog, but you will need to move and resize the control inside the dialog using the same function but with the ...

2009/5/2 -This OnSize function resizes one large control in a dialog. The one control grows horizontally and vertically to fill the dialog.

2012/4/25 -ウィンドウサイズ変更時のイベントメッセージ // // 操作 - ウィンドウ変更なし // OnEnterSizeMove // OnSizing // // OnSizing // OnExitSizeMove

1999/7/2 -I'm trying to make a regular dialog box resizable at run time (design-time is not an option). So I thought that it would be as simple as changing its style.

2011/6/27 -Changing the size of a control at runtime is just a matter of calling SetWindowPos whenever you want the resize to take place.