Current location: Hot Scripts Forums » Programming Languages » Visual Basic » Help using LVM_REDRAWITEMS


Help using LVM_REDRAWITEMS

Reply
  #1 (permalink)  
Old 07-07-06, 03:25 AM
method method is offline
Wannabe Coder
 
Join Date: Jul 2006
Posts: 228
Thanks: 0
Thanked 0 Times in 0 Posts
Arrow Help using LVM_REDRAWITEMS

could any one show me how i can send an external listview a refresh using LVM_REDRAWITEMS .Thanks

I want to send refresh after setting the color


visual basic code
Code:
  lItemPos = 0& ' first item
    SendMessage hwnd, LVM_SETITEMSTATE, lItemPos, ByVal lxprocLVITEM
           
          'SendMessage hwnd, LVM_SETTEXTBKCOLOR, 0, hexdec(16711935)
           'SendMessage hwnd, LVM_SETTEXTBKCOLOR, 0, 16711935
           'SendMessage hwnd, LVM_SETTEXTBKCOLOR, 0&, 0&
          SendMessage hwnd, LVM_SETTEXTBKCOLOR, 0, 16711935

     => here i want to send a refresh to listview
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 01:15 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.