how to use combolist of vsFlexArray in GUI



hellow,

I created a GUI and I used an ActiveX vsFlexArray I've met
but I want as I click on a cell I display table of choice to
edit my cells, and I want to know how to use the property
'Combolist'

best regards
.



Relevant Pages

  • how to use combolist of vsFlexArray in GUI
    ... I created a GUI and I used an ActiveX vsFlexArray I've met ... but I want as I click on a cell I display table of choice to ...
    (comp.soft-sys.matlab)
  • Re: how to use combolist of vsFlexArray in GUI
    ... I created a GUI and I used an ActiveX vsFlexArray I've met ... but I want as I click on a cell I display table of choice to ...
    (comp.soft-sys.matlab)
  • Re: help collecting data.
    ... Dim GetC As String ... the code in the cell that I want the order numbers(info from column C ... "Otto Moehrbach" wrote: ... display them both, seperated by a comma ...
    (microsoft.public.excel.misc)
  • RE: Create a "cell button" to hide selected cells.
    ... What I'd like to do, however, is to select a range of columns to display so I ... Dim intPickMonth As Integer ... Create a ComboBox on Cell A1 ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Performance hit because of Datetime.Now
    ... cell has to paint it raises event for each cell & in that event ... Whatever the cost of retrieving DateTime.Now, it should pale in comparison to the cost of actually updating the GUI. ... It seems to me that if your data rate is so high that you're running into a performance issue with DateTime.Now, then one important fix you probably should make is to throttle the GUI update. ... Keeping track of invalidated displayed data and updating the UI once a second, or even once every half second, would surely not in any way diminish the user experience, but would significantly improve any performance issue you're having with respect to redrawing the UI. ...
    (microsoft.public.dotnet.framework)