E
el_leon
hi everybody
I have a form which I need to attach to main window bottom, no matter what
the screen resolution it was. It's some kind of status bar of my own.
Does anyone know to make it stick to the application window bottom? Which
would be the code to be entered in the Form_Open() event? I mean, is there a
way to calculate the value of this variables?
numleft=0
numtop=5800
Forms.Item("ToDo").Move numleft, numtop
If there is a better way to make it, does anyone of you have an example?
thanks in advance, and happy new year to all of you
el_leon
I have a form which I need to attach to main window bottom, no matter what
the screen resolution it was. It's some kind of status bar of my own.
Does anyone know to make it stick to the application window bottom? Which
would be the code to be entered in the Form_Open() event? I mean, is there a
way to calculate the value of this variables?
numleft=0
numtop=5800
Forms.Item("ToDo").Move numleft, numtop
If there is a better way to make it, does anyone of you have an example?
thanks in advance, and happy new year to all of you
el_leon