User Profile

Collapse

Profile Sidebar

Collapse
buhnik
buhnik
Last Activity: Sep 5 '07, 12:03 PM
Joined: Aug 22 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • buhnik
    replied to how to read a excel file in c#.net
    in .NET
    [You have to uesd
    using Excel1 = Microsoft.Offic e.Interop.Excel ;
    Excel1.Applicat ion m_KeletoXL;
    Excel1.Workbook m_KeletexcelWor kbook;
    Excel1.Workshee t m_KeletoSheet;
    Excel1.Range m_KeletRange;
    Array m_myvalues;
    m_oSheet[IndexShett].get_Range(rowS tart, rowEnd).Font.Bo ld = true;
    m_oSheet[IndexShett].get_Range(rowS tart, rowEnd).Font.Co lor = ColorTranslator .ToWin...
    See more | Go to post

    Leave a comment:


  • buhnik
    started a topic Ran set color to column of listview
    in .NET

    Ran set color to column of listview

    Hello !
    I use in listview in my program ( at #C )
    I want to set color to titles of column at listview.
    I understood that is problem at #C so I need to used win32 message
    I try to use LVM_SETBKCOLOR to check if I know to use this message but I can't operate those message .
    Can I used any win32 message to set colors to titles of column ?
    See more | Go to post
    Last edited by buhnik; Aug 22 '07, 09:50 AM. Reason: mistakes
No activity results to display
Show More
Working...