Click here to Skip to main content
15,899,634 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiononpaint() Problem Pin
Neo Andreson29-Aug-07 2:27
Neo Andreson29-Aug-07 2:27 
AnswerRe: onpaint() Problem Pin
_AnsHUMAN_ 29-Aug-07 2:34
_AnsHUMAN_ 29-Aug-07 2:34 
AnswerRe: onpaint() Problem Pin
David Crow29-Aug-07 3:06
David Crow29-Aug-07 3:06 
QuestionInter-process communication over network Pin
baerten29-Aug-07 1:43
baerten29-Aug-07 1:43 
AnswerRe: Inter-process communication over network Pin
led mike29-Aug-07 5:03
led mike29-Aug-07 5:03 
Questionhow can i set the setting to automatically resize dialog box of my application when i changed resolution of my computer Pin
rajneshmalik29-Aug-07 1:33
rajneshmalik29-Aug-07 1:33 
AnswerRe: how can i set the setting to automatically resize dialog box of my application when i changed resolution of my computer Pin
Hamid_RT29-Aug-07 1:48
Hamid_RT29-Aug-07 1:48 
AnswerRe: how can i set the setting to automatically resize dialog box of my application when i changed resolution of my computer Pin
Emilio Garavaglia29-Aug-07 1:51
Emilio Garavaglia29-Aug-07 1:51 
You can make the dialog resizable and with scrollbars (it's a dialog style), but then you have also to handle scrolling by repositioning the controls according to the thumbs positions.

Anyway, if you have large "dialogs" you've probably created a wrong metaphor in the user interface.
Good dialogs shouldn't be wider than about 600 x 400 (otherwise they must be prepared to handle scrolling and zooming).

So consider the idea to break your dialog in multiple "pages" using tabbed dialog pages.
It will probably end in a better usability than a scrollable dialog.



2 bugs found.
> recompile ...
65534 bugs found.
D'Oh! | :doh:

AnswerRe: how can i set the setting to automatically resize dialog box of my application when i changed resolution of my computer Pin
KarstenK29-Aug-07 3:03
mveKarstenK29-Aug-07 3:03 
Questionhow can i delete file after reading from any directory Pin
rajneshmalik29-Aug-07 1:25
rajneshmalik29-Aug-07 1:25 
AnswerRe: how can i delete file after reading from any directory Pin
chandu00429-Aug-07 1:36
chandu00429-Aug-07 1:36 
AnswerRe: how can i delete file after reading from any directory Pin
_AnsHUMAN_ 29-Aug-07 1:41
_AnsHUMAN_ 29-Aug-07 1:41 
AnswerRe: how can i delete file after reading from any directory Pin
Hamid_RT29-Aug-07 1:52
Hamid_RT29-Aug-07 1:52 
AnswerRe: how can i delete file after reading from any directory Pin
toxcct29-Aug-07 2:05
toxcct29-Aug-07 2:05 
GeneralRe: how can i delete file after reading from any directory Pin
Hamid_RT29-Aug-07 2:50
Hamid_RT29-Aug-07 2:50 
AnswerRe: how can i delete file after reading from any directory Pin
Mark Salsbery29-Aug-07 7:37
Mark Salsbery29-Aug-07 7:37 
QuestionRegistered COM component not found in registry Pin
rajeev8229-Aug-07 1:22
rajeev8229-Aug-07 1:22 
AnswerRe: Registered COM component not found in registry Pin
KarstenK29-Aug-07 3:05
mveKarstenK29-Aug-07 3:05 
NewsSuggestion to members. Pin
chandu00429-Aug-07 1:21
chandu00429-Aug-07 1:21 
GeneralRe: Suggestion to members. Pin
toxcct29-Aug-07 2:06
toxcct29-Aug-07 2:06 
QuestionDec to bin Pin
Larsson29-Aug-07 1:04
Larsson29-Aug-07 1:04 
GeneralRe: Dec to bin Pin
_AnsHUMAN_ 29-Aug-07 1:43
_AnsHUMAN_ 29-Aug-07 1:43 
GeneralRe: Dec to bin Pin
chandu00429-Aug-07 1:46
chandu00429-Aug-07 1:46 
AnswerRe: Dec to bin [modified] Pin
_AnsHUMAN_ 29-Aug-07 1:31
_AnsHUMAN_ 29-Aug-07 1:31 
GeneralRe: Dec to bin Pin
chandu00429-Aug-07 1:44
chandu00429-Aug-07 1:44 

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.