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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AceK

  1. AceK

    DragDrop OBJECTS

    I have 2 Frames objects and 2 Msflexgrid object. I have Msflexgrid object as an array. Msflexgrid1(0) and Msflexgrid1(1).I am trying to Move(drag) Msflexgrid1 object whichever I click (0) or (1) from Frame1 to drop it on to Frame2 object and vise Versa. Fram1 to Fram2 or Frame2 to Frame1. I...
  2. AceK

    Drag Drop Two Objects

    I have 2 Frames objects and 2 Msflexgrid object. I have Msflexgrid object as an array. Msflexgrid1(0) and Msflexgrid1(1).I am trying to Move(drag) Msflexgrid1 object whichever I click (0) or (1) from Frame1 to drop it on to Frame2 object and vise Versa. Fram1 to Fram2 or Frame2 to Frame1. I...
  3. AceK

    How to Set MSFLEXGRID.CellHeight property

    It worked , It worked PS2 It worked I didn't have to change the Rowheight all I had to do is change the .Font Size after creating the ROWS Let me know if u need the code Thanks
  4. AceK

    How to Set MSFLEXGRID.CellHeight property

    No PS42 RowHeight(.Row) has the same functionality as .cellHeight. You can set RowHeight to zero to create invisible rows, or to –1 to reset the row height to its default value. The default row height varies according to the current font size. It didn't work, I would think why is such a...
  5. AceK

    How to Set MSFLEXGRID.CellHeight property

    With MSFlexGrid1(0) .FixedRows = 0 .Rows = 3 .Cols = 1 .ColWidth(0) = 1980 .Width = 1980 .Height = 720 .Left = 50 .Top = 150 .BorderStyle = 0 .BackColorBkg = &H4040& .Row = 0 .Col = 0...

Part and Inventory Search

Back
Top