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!

Search results for query: *

  • Users: AceK
  • Content: Threads
  • Order by date
  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

    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