Are you still having trouble with sizing a control inside a fixedd dialog?
Email a sample snippet and I'll fix it for you. jmXpressATlookDOTca
Regards,
Jules

SUB Rz_SetUser(BYVAL hDlg&, BYVAL ControlID&, BYVAL N&, BYVAL UData&) IF N&<1 OR N&>4 THEN EXIT SUB IF ControlID&=0 THEN SetProp hDlg&, BYVAL MAKLNG(App_UserDataAtom&(N&), 0), UData& ELSE SetProp GetDlgItem(hDlg&, ControlID&), BYVAL MAKLNG(App_UserDataAtom&(N&), 0), UData& END IF END SUB FUNCTION Rz_GetUser(BYVAL hDlg&, BYVAL ControlID&, BYVAL N&) AS LONG IF N&<1 OR N&>4 THEN FUNCTION=0 EXIT FUNCTION END IF IF ControlID&=0 THEN FUNCTION=GetProp(hDlg&,BYVAL MAKLNG(App_UserDataAtom&(N&), 0)) ELSE FUNCTION=GetProp(GetDlgItem(hDlg&, ControlID&),BYVAL MAKLNG(App_UserDataAtom&(N&), 0)) END IF END FUNCTION
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Leave a comment: