Click here to Skip to main content
15,891,905 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dot Net Crystal Report Pin
peshawarcoder14-Sep-06 19:38
peshawarcoder14-Sep-06 19:38 
QuestionQuestion about grabbing webpage using WebBrowser Control. [modified] Pin
rryyjw13-Sep-06 17:57
rryyjw13-Sep-06 17:57 
QuestionHow do I manipulate certain windows services? Pin
Muhammad Kanji13-Sep-06 14:40
Muhammad Kanji13-Sep-06 14:40 
AnswerRe: How do I manipulate certain windows services? Pin
Andrei Ungureanu13-Sep-06 21:28
Andrei Ungureanu13-Sep-06 21:28 
Questionlist Box Pin
TAREQ F ABUZUHRI13-Sep-06 14:08
TAREQ F ABUZUHRI13-Sep-06 14:08 
AnswerRe: list Box Pin
Nader Elshehabi13-Sep-06 14:17
Nader Elshehabi13-Sep-06 14:17 
GeneralRe: list Box Pin
TAREQ F ABUZUHRI13-Sep-06 14:35
TAREQ F ABUZUHRI13-Sep-06 14:35 
GeneralRe: list Box Pin
Nader Elshehabi13-Sep-06 14:43
Nader Elshehabi13-Sep-06 14:43 
Hello

1- Make an ImageList control from your ToolBox, and fill it with images
2- Make a ListView from your Toolbox and set the view mode to details or whatever suits you
3- Fill it with your items
4- Use the following code sample to associate an item with a certain image:
MyList.Items[X].ImageList = MyImageList;
MyList.Items[X].ImageIndex = Y;

Replace X, and Y with appropriate numbers.

RegardsRose | [Rose]

GeneralRe: list Box Pin
TAREQ F ABUZUHRI13-Sep-06 15:05
TAREQ F ABUZUHRI13-Sep-06 15:05 
Answerhi see this link Pin
premkamalg13-Sep-06 19:05
premkamalg13-Sep-06 19:05 
GeneralRe: list Box Pin
mav.northwind14-Sep-06 8:59
mav.northwind14-Sep-06 8:59 
GeneralRe: list Box Pin
TAREQ F ABUZUHRI14-Sep-06 6:03
TAREQ F ABUZUHRI14-Sep-06 6:03 
GeneralRe: list Box Pin
Nader Elshehabi14-Sep-06 9:14
Nader Elshehabi14-Sep-06 9:14 
QuestionPrinting Tiff's Pin
HahnTech13-Sep-06 13:53
HahnTech13-Sep-06 13:53 
AnswerRe: Printing Tiff's Pin
Nader Elshehabi13-Sep-06 14:32
Nader Elshehabi13-Sep-06 14:32 
QuestionModify a Printed File and Resend it to a Printer Pin
Dowfen13-Sep-06 13:52
Dowfen13-Sep-06 13:52 
Questionsetup file Pin
TAREQ F ABUZUHRI13-Sep-06 13:04
TAREQ F ABUZUHRI13-Sep-06 13:04 
AnswerRe: setup file Pin
Christian Graus13-Sep-06 13:10
protectorChristian Graus13-Sep-06 13:10 
AnswerRe: setup file Pin
Nader Elshehabi13-Sep-06 13:35
Nader Elshehabi13-Sep-06 13:35 
QuestionSo Many ADO Data Providers Which Should I Use? Pin
redfish3413-Sep-06 12:39
redfish3413-Sep-06 12:39 
AnswerRe: So Many ADO Data Providers Which Should I Use? Pin
Nader Elshehabi13-Sep-06 12:49
Nader Elshehabi13-Sep-06 12:49 
GeneralRe: So Many ADO Data Providers Which Should I Use? Pin
redfish3413-Sep-06 17:50
redfish3413-Sep-06 17:50 
QuestionSetup doesnt generate reg keys Pin
Gutec13-Sep-06 10:48
Gutec13-Sep-06 10:48 
QuestionPrint page with out a footer. Pin
spark12800013-Sep-06 10:10
spark12800013-Sep-06 10:10 
QuestionGet domain name from email address Pin
MyRunner2313-Sep-06 9:34
MyRunner2313-Sep-06 9:34 

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.