|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Flexgrid (what rows are displayed)
Hi,
I am using VB6 and a flexgrid grid. The grid varies on length but can be over 100 rows long. The size of the grid means only 10 rows are shown at once and you must scroll to view the rest. IS there any way to find out what rows are shown on the screen ie top and bottom visible row. I cannot seem to find details of this. Also is there any limit on the compiled exe size for a normal program as one of mine is a 1200k .exe file with about 35 forms. Thanks for any help given. Nick |
|
#2
|
|||
|
|||
|
Hy,
MSFlexGrid1.TopRow - gives you the first visible row. You then can easily caluclate the rest of the rows displayed. Nazer Mohideen |
|
#3
|
|||
|
|||
|
only *.com files have the limatations. Exe files have no such limitations.
|
|
#4
|
|||
|
|||
|
Thanks for the toprow line.Its sorted quite a few problems i had.
Nick |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Flexgrid (what rows are displayed) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|