Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using Array LIst Pin
Nader Elshehabi10-Sep-06 9:16
Nader Elshehabi10-Sep-06 9:16 
QuestionUsing Binary Trees Pin
aynka200010-Sep-06 7:14
aynka200010-Sep-06 7:14 
AnswerRe: Using Binary Trees Pin
User 665810-Sep-06 7:37
User 665810-Sep-06 7:37 
QuestionRe: create a PKI certificate with RSA public/private key. Pin
edchan10-Sep-06 4:25
edchan10-Sep-06 4:25 
AnswerRe: create a PKI certificate with RSA public/private key. Pin
Nader Elshehabi10-Sep-06 5:03
Nader Elshehabi10-Sep-06 5:03 
GeneralRe: create a PKI certificate with RSA public/private key. Pin
edchan10-Sep-06 5:49
edchan10-Sep-06 5:49 
GeneralRe: create a PKI certificate with RSA public/private key. Pin
Nader Elshehabi10-Sep-06 6:00
Nader Elshehabi10-Sep-06 6:00 
QuestionHow can I implement IPC between two applications(VB and C# ) Pin
Orchid8510-Sep-06 4:23
Orchid8510-Sep-06 4:23 
AnswerRe: How can I implement IPC between two applications(VB and C# ) Pin
Nader Elshehabi10-Sep-06 4:54
Nader Elshehabi10-Sep-06 4:54 
QuestionConnectionTimeout Pin
TAREQ F ABUZUHRI10-Sep-06 4:01
TAREQ F ABUZUHRI10-Sep-06 4:01 
AnswerRe: ConnectionTimeout Pin
TAREQ F ABUZUHRI10-Sep-06 4:41
TAREQ F ABUZUHRI10-Sep-06 4:41 
AnswerRe: ConnectionTimeout Pin
Nader Elshehabi10-Sep-06 4:50
Nader Elshehabi10-Sep-06 4:50 
GeneralRe: ConnectionTimeout Pin
TAREQ F ABUZUHRI10-Sep-06 6:00
TAREQ F ABUZUHRI10-Sep-06 6:00 
GeneralRe: ConnectionTimeout Pin
Nader Elshehabi10-Sep-06 6:06
Nader Elshehabi10-Sep-06 6:06 
QuestionShow sort header arrow and image in listview 2.0 Pin
ika210-Sep-06 1:23
ika210-Sep-06 1:23 
Hi...
In my application I have some listviews. I wanted to improve their appeareance adding an image to the headers. This is easy using smallimagelist of the listview class. The problem is that I want to show the sort arrow. For this I do it in this way:

IntPtr hHeader = Win32.SendMessage(this.Handle,Win32.LVM_GETHEADER,IntPtr.Zero,IntPtr.Zero);<br />
.<br />
.<br />
(more code)<br />
.<br />
.<br />
.<br />
Win32.SendMessage2(hHeader,Win32.HDM_SETITEM,new IntPtr(columnIndex),ref hd);


But when I click a header, the images dissapears.

Does anybody know a solution for this issue?

thanks
AnswerRe: Show sort header arrow and image in listview 2.0 Pin
Nader Elshehabi10-Sep-06 3:17
Nader Elshehabi10-Sep-06 3:17 
GeneralRe: Show sort header arrow and image in listview 2.0 Pin
ika210-Sep-06 3:34
ika210-Sep-06 3:34 
GeneralRe: Show sort header arrow and image in listview 2.0 Pin
Nader Elshehabi10-Sep-06 4:38
Nader Elshehabi10-Sep-06 4:38 
GeneralRe: Show sort header arrow and image in listview 2.0 Pin
Arjun "Mjolnir" Bahree10-Sep-06 3:38
Arjun "Mjolnir" Bahree10-Sep-06 3:38 
QuestionA 2D graphics via Direct3D - gaming engin Pin
HRiazi10-Sep-06 0:37
HRiazi10-Sep-06 0:37 
AnswerRe: A 2D graphics via Direct3D - gaming engin Pin
Nader Elshehabi10-Sep-06 1:00
Nader Elshehabi10-Sep-06 1:00 
AnswerRe: A 2D graphics via Direct3D - gaming engin Pin
Arjun "Mjolnir" Bahree10-Sep-06 3:46
Arjun "Mjolnir" Bahree10-Sep-06 3:46 
AnswerRe: A 2D graphics via Direct3D - gaming engin Pin
Judah Gabriel Himango10-Sep-06 7:37
sponsorJudah Gabriel Himango10-Sep-06 7:37 
QuestionShow a still image in wondows media player Pin
Yasamin Mokri9-Sep-06 21:26
Yasamin Mokri9-Sep-06 21:26 
AnswerRe: Show a still image in wondows media player Pin
Nader Elshehabi10-Sep-06 2:40
Nader Elshehabi10-Sep-06 2:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.