Jump to content



Photo

GUICtrlCreateListView


  • Please log in to reply
1 reply to this topic

#1 slaughter

slaughter

    Prodigy

  • Active Members
  • PipPipPip
  • 153 posts

Posted 15 November 2007 - 05:10 PM

Hello agian,
This time i have truble of seting a font only in one colum
I nead to change first col font in to biger one and other ones in list viev stay the same.Is this posible ?

untitled.JPG

in picture i culd chane only for all table
but i whant the time colum to have biger numbers and rest of them to stay as it is smaler font





#2 Madza91

Madza91

    Madža91

  • Active Members
  • PipPipPipPipPipPip
  • 531 posts

Posted 15 November 2007 - 05:30 PM

Something like this:

#include <GuiConstants.au3> GuiCreate("MyGUI", 392, 316,-1, -1 , BitOR($WS_OVERLAPPEDWINDOW, $WS_CLIPSIBLINGS)) $List_1 = GUICtrlCreateListView("Name | Lastname", 30, 40, 200, 149) $item1 = GUICtrlCreateListViewItem("1",$List_1) GUICtrlSetColor(-1,0xFFFFFF) $item2 = GUICtrlCreateListViewItem("2",$List_1) GuiSetState() While 1     $msg = GuiGetMsg()     Select     Case $msg = $GUI_EVENT_CLOSE         ExitLoop     Case Else     ;;;     EndSelect WEnd Exit


:P

This is a help forum not a "write this for me" forum.

(Sorry for bad English) :)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users