Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
GeneralRe: music files Pin
jphuphilly24-Feb-04 7:03
jphuphilly24-Feb-04 7:03 
GeneralCrystal Report batch console application Pin
Visionsoft24-Feb-04 3:53
Visionsoft24-Feb-04 3:53 
GeneralSorting DataGrid BoundColumn using DataGrid.SortCommand Pin
ajaylulia24-Feb-04 2:21
ajaylulia24-Feb-04 2:21 
GeneralRe: Sorting DataGrid BoundColumn using DataGrid.SortCommand Pin
Mazdak24-Feb-04 3:21
Mazdak24-Feb-04 3:21 
GeneralRe: Sorting DataGrid BoundColumn using DataGrid.SortCommand Pin
ajaylulia24-Feb-04 16:56
ajaylulia24-Feb-04 16:56 
GeneralAsynchronous sockets and message queues Pin
Rickard Andersson2024-Feb-04 2:08
Rickard Andersson2024-Feb-04 2:08 
GeneralRe: Windows Processes& Properties Pin
Heath Stewart24-Feb-04 5:05
protectorHeath Stewart24-Feb-04 5:05 
GeneralError: Malformed server response Pin
rosie224-Feb-04 0:33
rosie224-Feb-04 0:33 
GeneralRe: Error: Malformed server response Pin
Heath Stewart24-Feb-04 5:03
protectorHeath Stewart24-Feb-04 5:03 
GeneralDirectX Mesh Pin
SherKar23-Feb-04 23:08
SherKar23-Feb-04 23:08 
GeneralRe: DirectX Mesh Pin
Heath Stewart24-Feb-04 4:59
protectorHeath Stewart24-Feb-04 4:59 
Questioncontrols in a ListView??? Pin
Snowjim23-Feb-04 22:19
Snowjim23-Feb-04 22:19 
AnswerRe: controls in a ListView??? Pin
Heath Stewart24-Feb-04 4:56
protectorHeath Stewart24-Feb-04 4:56 
You can't add controls to the ListView like that - it's not a container. You can add controls but you need to owner draw everything, and I remember giving you links to a couple examples here on CodeProject. Use those and read about the List-View[^] common control for information on messages, notifications, styles, and such. .NET doesn't currently expose any simple way of doing this - you have to revert back to Win32 methods.

 

Microsoft MVP, Visual C#
My Articles
QuestionHow to get Log of all files used for a day Pin
Member 33502223-Feb-04 20:30
Member 33502223-Feb-04 20:30 
AnswerRe: How to get Log of all files used for a day Pin
Mazdak24-Feb-04 0:38
Mazdak24-Feb-04 0:38 
AnswerRe: How to get Log of all files used for a day Pin
Heath Stewart24-Feb-04 4:54
protectorHeath Stewart24-Feb-04 4:54 
QuestionHow to implement IDocHostUIHandler with c# ? Pin
benzite23-Feb-04 19:47
benzite23-Feb-04 19:47 
AnswerRe: How to implement IDocHostUIHandler with c# ? Pin
Heath Stewart24-Feb-04 4:50
protectorHeath Stewart24-Feb-04 4:50 
AnswerRe: How to implement IDocHostUIHandler with c# ? Pin
LongRange.Shooter24-Feb-04 11:00
LongRange.Shooter24-Feb-04 11:00 
GeneralRe: How to implement IDocHostUIHandler with c# ? Pin
benzite24-Feb-04 14:37
benzite24-Feb-04 14:37 
GeneralRe: How to implement IDocHostUIHandler with c# ? Pin
Heath Stewart25-Feb-04 2:40
protectorHeath Stewart25-Feb-04 2:40 
GeneralWithout a RDBMS or XML Pin
Sheriff Botros23-Feb-04 18:52
Sheriff Botros23-Feb-04 18:52 
GeneralRe: Without a RDBMS or XML Pin
Mazdak24-Feb-04 3:26
Mazdak24-Feb-04 3:26 
GeneralRe: Without a RDBMS or XML Pin
Heath Stewart24-Feb-04 4:37
protectorHeath Stewart24-Feb-04 4:37 
GeneralRe: Without a RDBMS or XML Pin
Nemanja Trifunovic24-Feb-04 6:23
Nemanja Trifunovic24-Feb-04 6:23 

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.