View previous topic :: View next topic |
Author |
Message |
iPromise Grandmaster Cheater
Reputation: -1
Joined: 27 Jun 2009 Posts: 529 Location: Canada
|
Posted: Thu Mar 18, 2010 4:06 pm Post subject: Forms in Dlls |
|
|
Hello,
I'm tired of using CreateWindowEx() for my forms in my dll for it is time consuming and really hard to debug problems that may occur on the GUI. So I was planning to add a windows form to my dll, which didn't work, so I tried changing options, adding /clr, etc, but it never worked out, does anyone have an idea or an alternative for me?
Thanks.
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Thu Mar 18, 2010 4:08 pm Post subject: |
|
|
dialogs
|
|
Back to top |
|
 |
iPromise Grandmaster Cheater
Reputation: -1
Joined: 27 Jun 2009 Posts: 529 Location: Canada
|
Posted: Thu Mar 18, 2010 8:03 pm Post subject: |
|
|
what do you mean.
|
|
Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Thu Mar 18, 2010 10:04 pm Post subject: |
|
|
He means adding dialog resource(s) to your project and calling DialogBox on the specific ID given to it.
_________________
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Fri Mar 19, 2010 7:15 am Post subject: |
|
|
|
|
Back to top |
|
 |
iPromise Grandmaster Cheater
Reputation: -1
Joined: 27 Jun 2009 Posts: 529 Location: Canada
|
Posted: Fri Mar 19, 2010 7:17 am Post subject: |
|
|
oh, thanks i'll look into it.
|
|
Back to top |
|
 |
|