btw, isn't PopupMenu1.Popup(Button1.Left, Button1.Top + Button1.Highet);
the same?
eitan71 9 months ago
@eitan71 Unfortunately no, Button1.Left would be the co-ordinate relative to the form, not the screen. If you did PopupMenu1.Popup(0,0) the menu would appear in the top left corner of the screen, not the form.
codegearguru 9 months ago
greate vid
Thanks you
just please, for those who doesn't speak english as their main laguage, please talk a little slower
keep up the good work :)
btw, isn't PopupMenu1.Popup(Button1.Left, Button1.Top + Button1.Highet);
the same?
eitan71 9 months ago
@eitan71 Unfortunately no, Button1.Left would be the co-ordinate relative to the form, not the screen. If you did PopupMenu1.Popup(0,0) the menu would appear in the top left corner of the screen, not the form.
codegearguru 9 months ago
greate vid
Thanks you
just please, for those who doesn't speak english as their main laguage, please talk a little slower
keep up the good work :)
eitan71 9 months ago