Resize limit in MFC

Computer builds, hardware and software discussion or troubleshooting, including peripherals. Essentially a general place to talk about desktop computers.
Locked
Anonymous

Resize limit in MFC

Post by Anonymous »

I am a newbie to programming, I have kinda worked my way up to intermediate. But I only do MFC programming with Visual C++. I am still in High School, and all my knowledge is self taught from reading things here and there, no classes, so bare with me, lol. My problem is I wanna make a Dialog you can resize, but when I do It lets you resize it down to almost nothing. How do I limit how small the dialog can go to?

Thanks in advance for help.

Archived topic from Iceteks, old topic ID:2305, old post ID:19595
User avatar
Red Squirrel
Posts: 29214
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Resize limit in MFC

Post by Red Squirrel »

Welcome to the forum. :wave:

Hmm, mfc is quite limited, not sure if it's possible to do that. If it is, it's probably something complicated. I used to do mfc but found it was just a waste since it's just a bunch of wrappers on top of each other and classes for other classes etc... it's too high level and limits you allot.

Archived topic from Iceteks, old topic ID:2305, old post ID:19596
Honk if you love Jesus, text if you want to meet Him!
Locked