Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - CXTResizeDialog Getting Started
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTResizeDialog Getting Started

 Post Reply Post Reply
Author
Message
eric_hill View Drop Down
Newbie
Newbie
Avatar

Joined: 13 February 2006
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote eric_hill Quote  Post ReplyReply Direct Link To This Post Topic: CXTResizeDialog Getting Started
    Posted: 28 August 2006 at 3:19pm
I'm trying to learn how to use the resizable dialog class CXTResizeDialog.  I've looked at a few examples (the BrowseEdit example primarily) and have replicated the functionality that I believe is needed to resize a simple dialog.  My problem is that when I call SetResize on the default OK button (IDOK) the button is shown initially, but when I resize the dialog, the button disappears.

I'm using the following line of code to set the button to be resizable:
    SetResize(IDOK, SZ_BOTTOM_RIGHT, SZ_BOTTOM_RIGHT);

What am I missing?
Back to Top
eric_hill View Drop Down
Newbie
Newbie
Avatar

Joined: 13 February 2006
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote eric_hill Quote  Post ReplyReply Direct Link To This Post Posted: 29 August 2006 at 12:46pm
Well, I guess I wasn't missing anything.  I built a brand new project to try and reproduce the issue and it worked perfectly the first time.    Oh well.

If at first you don't succeed, destroy all the evidence that you tried.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.