Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. georgehoaghea

    do not use UP DOWN arrows in combobox

    Thank you Marcia! You completely right with NODEFAULT. George
  2. georgehoaghea

    do not use UP DOWN arrows in combobox

    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 =...
  3. georgehoaghea

    MSGraph TickLabels Font Size

    Thanks Dave, Giving me a bunch of examples to change control and seeing me code working to you, I tried again. My olecontrol1 is little on the form. I have just placed mychart.Width = 650 and mychart.Height = 430 BEFORE changing TickLabels size, not AFTER(the way that I used before) and it works...
  4. georgehoaghea

    MSGraph TickLabels Font Size

    Thanks Dave but no change using OBJECT reference . I find this strange because when I use TickLabels.Font.ColorIndex, it changes font's color, but using TickLabels.Font.Size, font's size does not change. Same problem for Legend.Font.Size. What it can be?
  5. georgehoaghea

    MSGraph TickLabels Font Size

    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 =...

Part and Inventory Search

Back
Top