MSFlexGrid使用技巧一例[8]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 callzjy 的 blog

    with msflexgrid1

    .textmatrix(i, 0) = i

    .textmatrix(i, 1) = archives(i)

    .rowheight(i) = 300

    end with

next i

end sub

 

private sub msflexgrid1_click()

dim c as integer, r as integer

with msflexgrid1

    c = .col

    r = .row

    if c > 1 and r > 0 then

        combo1.left = .left + .colpos(c) + 50

        combo1.top = .top + .rowpos(r) + 50

本文关键:callzjy VB 控件 MSFlexGrid Combo
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top