Hi
I try to don't use arrows in combobox, except if dropdowned.
Looking to thread184-603260 it gave me a way. But it doesn't work properly.
KeyPress event:
IF This.mDrop =.F.
DO CASE
CASE nKeyCode == 24 &&down
IF This.ListIndex >= 1 and This.ListIndex < This.ListCount
This.ListIndex =...
Hi
I want to use MSGraph(9.0) to create charts. Trying to control TickLabels.Font.Size with the code below it does not work, but TickLabels.Font.ColorIndex works. Any idea why?
mychart=thisform.Oleboundcontrol1
...
for i = 1 to mychart.Axes.Count
mychart.Axes(i).TickLabels.Font.Size =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.