P
platz
Hi,
I use a ListView that allows the user to reorder the columns.
After some research I found out that to get the new order of columns,
I had to grab into unmanaged code in the user32.dll. I succesfully
used the code provided here:
http://groups.google.dk/groups?q=//[email protected]&rnum=2
Now, my next problem is to determine when the user has reordered the
columns. Since no appropriate event has been implemented in .NET I
assume I have to use user32.dll again. Problem is: I do not know C++
and I am unfamiliar with the Windows API.
Next thing is, that I will need to do the same with columns rezised
and column sorted - how can I know, when those aspects have been
changed and how can I get information on to what they have been
changed?
Thanks in advance!
PPlatz
I use a ListView that allows the user to reorder the columns.
After some research I found out that to get the new order of columns,
I had to grab into unmanaged code in the user32.dll. I succesfully
used the code provided here:
http://groups.google.dk/groups?q=//[email protected]&rnum=2
Now, my next problem is to determine when the user has reordered the
columns. Since no appropriate event has been implemented in .NET I
assume I have to use user32.dll again. Problem is: I do not know C++
and I am unfamiliar with the Windows API.
Next thing is, that I will need to do the same with columns rezised
and column sorted - how can I know, when those aspects have been
changed and how can I get information on to what they have been
changed?
Thanks in advance!
PPlatz