21. januar 2001 - 23:59Der er
2 kommentarer og 1 løsning
MSFlexGrid .CellPicture property ..
Da jeg er lidt doven og lige har re-inst\'ed så har jeg ikke fået installeret MSDN .. såe er der ikke en der lige kan fortælle mig hvordan faen .CellPicture funker ? Jeg ville mene at:
This example loads icons from the Visual Basic icon library into two cells in an MSFlexGrid control. You can use any two icons. Paste the code into the Declarations section of a form that has the MSFlexGrid control. Press F5 to run the program, and then click the form.
Private Sub Form_Click () \' Load the icons. MSFlexGrid1.Row = 1 MSFlexGrid1.Col = 1 Set MSFlexGrid1.CellPicture = _ LoadPicture(\"Icons\\Computer\\Trash02a.ico\") MSFlexGrid1.Row = 1 MSFlexGrid1.Col = 2 Set MSFlexGrid1.CellPicture = _ LoadPicture(\"Icons\\Computer\\Trash02b.ico\") End Sub
Det var sku ligefør jeg ikke kunne acceptere pga. \"For mange tilslutninger\" fejlen ... fuck hvor er det irriterende..
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.