02-19-2014, 02:23 PM
Well I figured it out... the diaalog editor won't let me resize a control (label/checkbox) but by tweaking the code a bit I found that if you change the value of the default value given to something larger it worked fine... eg:
26 Static 0x5400000C 0x0 246 136 48 10 "Save File when done?"
would show
_ Save Fil
By changing the 48 to a 90 it worked.
26 Static 0x5400000C 0x0 246 136 90 10 "Save File when done?"
I don't know why it won't let me resize in XP in the dialog editor, but it won't.
NOTE: I just read the post by Kevin and Magnet and tried it and it worked... thanks guys. That's all I needed to know! Just by holding down the right mouse button and dragging while over a control you can resize. Couldn't figure that out! Sometimes its the simple things that ellude you the most yanno? LOL
26 Static 0x5400000C 0x0 246 136 48 10 "Save File when done?"
would show
_ Save Fil
By changing the 48 to a 90 it worked.
26 Static 0x5400000C 0x0 246 136 90 10 "Save File when done?"
I don't know why it won't let me resize in XP in the dialog editor, but it won't.
NOTE: I just read the post by Kevin and Magnet and tried it and it worked... thanks guys. That's all I needed to know! Just by holding down the right mouse button and dragging while over a control you can resize. Couldn't figure that out! Sometimes its the simple things that ellude you the most yanno? LOL