K
K.N.Ranjit
Hi,
This is the 4th mail I'm sending regarding this problem.
I'm really not been able to sort this problem out.I'm not
been able to change my starting position of my cordinates
from top-left to bottom-left of my form.Thrice I got the
reply but unfortunately it did'nt work.Here is my coding.
private sub form_load(...)
dim y as integer
y=me.height
location.y = 0-y
In this place (ie) location.y is showing me a design error
itself.I actually wanted to use e.y but its not
recognizing in any object (ie) if I give (e.) then its not
showing me the contents whereas in form_mousemove alone
e.y is being shown.
Iam really waiting desperately for the full coding in
form_load (ie)I want to draw a line keeping my staring
cordinate in the bottom-left of the form.
Please .... provide me the coding.
Last time I got the reply like this y=maxheight-y
This didnt work out.
e.y signifies y coordintes
e.x signifies x coordinates.
if i give y = maxheight-y then I need to declare y but
practically not possible.
Anyway Please .... provide me the coding.
Thanking You,
K.N.Ranjit
This is the 4th mail I'm sending regarding this problem.
I'm really not been able to sort this problem out.I'm not
been able to change my starting position of my cordinates
from top-left to bottom-left of my form.Thrice I got the
reply but unfortunately it did'nt work.Here is my coding.
private sub form_load(...)
dim y as integer
y=me.height
location.y = 0-y
In this place (ie) location.y is showing me a design error
itself.I actually wanted to use e.y but its not
recognizing in any object (ie) if I give (e.) then its not
showing me the contents whereas in form_mousemove alone
e.y is being shown.
Iam really waiting desperately for the full coding in
form_load (ie)I want to draw a line keeping my staring
cordinate in the bottom-left of the form.
Please .... provide me the coding.
Last time I got the reply like this y=maxheight-y
This didnt work out.
e.y signifies y coordintes
e.x signifies x coordinates.
if i give y = maxheight-y then I need to declare y but
practically not possible.
Anyway Please .... provide me the coding.
Thanking You,
K.N.Ranjit