Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Embedding a dialog into preferences window (Read 4341 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Embedding a dialog into preferences window

anyone knows how to embed an own dialog into foobar's preferences window?

thanks for the help


Embedding a dialog into preferences window

Reply #2
i currently have my preferences dialog working fine, but not embedded into foobar's pref window.

as the description says:
caller is responsible for embedding it into preferences dialog itself.

how can it be done?

 

Embedding a dialog into preferences window

Reply #3
Create the dialog as a child window of the parent window handle you get.
Full-quoting makes you scroll past the same junk over and over.

Embedding a dialog into preferences window

Reply #4
Yirkhaoda?
elevatorladylevitateme

Embedding a dialog into preferences window

Reply #5
oh thank you, i just had to write STYLE WS_CHILD into my dialog's rc file.
works great!

Embedding a dialog into preferences window

Reply #6
Hey look, Windows dialog stuff... *shiver*