Maybe I'm just a little rusty having not played with B4PPC for a few weeks, but this problem seems to have got the better of me....
I have one Form that is hidden using it's visible property, this is accessible via the taskbar (my application is used on the desktop only!)
At a set time I want to display another Form much like a message box but with added options/controls.
This I've been able to do easily enough but for some reason I cannot change its size
The Form always occupies the same area as the first hidden Form would occupy. Setting the Form Height and Width does nothing.
I've tried refreshing the Form afterwards but this has no effect. As I am already using the door library to remove the control box I have also tried using this to set the Form height and Width but still no joy.
Are my problems due to having the first Form hidden and if so how can I overcome this?
I've tried Setting the Form screen size in the IDE but this affects both Forms
What I would like to acheive is a pop up message box with custom controls that will allow the user to accept, cancel or be reminded in x amount of days.
If needed I can attach my code but as I'm using several libraries I thought it best to ask the question first as am sure to have overlooked something really simple.
Regards,
RandomCoder
I have one Form that is hidden using it's visible property, this is accessible via the taskbar (my application is used on the desktop only!)
At a set time I want to display another Form much like a message box but with added options/controls.
This I've been able to do easily enough but for some reason I cannot change its size
The Form always occupies the same area as the first hidden Form would occupy. Setting the Form Height and Width does nothing.
I've tried refreshing the Form afterwards but this has no effect. As I am already using the door library to remove the control box I have also tried using this to set the Form height and Width but still no joy.
Are my problems due to having the first Form hidden and if so how can I overcome this?
I've tried Setting the Form screen size in the IDE but this affects both Forms
What I would like to acheive is a pop up message box with custom controls that will allow the user to accept, cancel or be reminded in x amount of days.
If needed I can attach my code but as I'm using several libraries I thought it best to ask the question first as am sure to have overlooked something really simple.
Regards,
RandomCoder