Click here to Skip to main content
15,915,600 members
Home / Discussions / C#
   

C#

 
GeneralRe: using inherited listviewitem Pin
leppie11-Apr-04 15:07
leppie11-Apr-04 15:07 
GeneralRe: using inherited listviewitem Pin
Anonymous12-Apr-04 5:18
Anonymous12-Apr-04 5:18 
GeneralRe: using inherited listviewitem Pin
Heath Stewart12-Apr-04 5:59
protectorHeath Stewart12-Apr-04 5:59 
GeneralIcon associated with file type Pin
DrGreen11-Apr-04 10:26
DrGreen11-Apr-04 10:26 
GeneralRe: Icon associated with file type Pin
Anonymous11-Apr-04 13:53
Anonymous11-Apr-04 13:53 
GeneralRe: Icon associated with file type Pin
Anonymous11-Apr-04 13:55
Anonymous11-Apr-04 13:55 
GeneralRe: Icon associated with file type Pin
DrGreen12-Apr-04 3:09
DrGreen12-Apr-04 3:09 
GeneralRe: Icon associated with file type Pin
Heath Stewart12-Apr-04 6:03
protectorHeath Stewart12-Apr-04 6:03 
Nope, you can use it without a file path. See a previous post of mine at http://www.codeproject.com/script/comments/forums.asp?msg=585938&forumid=1649&XtraIDs=1649&searchkw=SHGetFileInfo&sd=11%2F15%2F1999&ed=4%2F12%2F2004#xx585938xx[^] that's based on code I use in our application which mimics a Windows Explorer folder view (as one module in our application with many modules). Pay attention to my use of SHGFI.UseFileAttribute (which translates to SHGFI_USEFILEATTRIBUTE, and FILE_ATTRIBUTE_NORMAL in the call to SHGetFileInfo which I P/Invoke. This behavior is documented in the native SHGetFileInfo shell API documentation.

 

Microsoft MVP, Visual C#
My Articles
GeneralBeginner Pin
Member 73267111-Apr-04 9:31
Member 73267111-Apr-04 9:31 
GeneralRe: Beginner Pin
Nnamdi Onyeyiri11-Apr-04 9:44
Nnamdi Onyeyiri11-Apr-04 9:44 
GeneralRe: Beginner Pin
Michael Timoney11-Apr-04 14:39
Michael Timoney11-Apr-04 14:39 
Generalget system directory Pin
kendao11-Apr-04 5:44
kendao11-Apr-04 5:44 
GeneralRe: get system directory Pin
Mazdak11-Apr-04 6:25
Mazdak11-Apr-04 6:25 
GeneralDataSet in Parent Form - DataBinding from Child UserControl's Pin
Festus Redelinghuys11-Apr-04 4:42
Festus Redelinghuys11-Apr-04 4:42 
GeneralRe: DataSet in Parent Form - DataBinding from Child UserControl's Pin
Heath Stewart12-Apr-04 6:07
protectorHeath Stewart12-Apr-04 6:07 
GeneralRe: DataSet in Parent Form - DataBinding from Child UserControl's Pin
Festus Redelinghuys12-Apr-04 11:37
Festus Redelinghuys12-Apr-04 11:37 
GeneralRe: DataSet in Parent Form - DataBinding from Child UserControl's Pin
Heath Stewart13-Apr-04 2:48
protectorHeath Stewart13-Apr-04 2:48 
QuestionHow to do this OnPaint Event ?(about remote screen transmit) Pin
fu011-Apr-04 2:16
fu011-Apr-04 2:16 
AnswerRe: How to do this OnPaint Event ?(about remote screen transmit) Pin
leppie11-Apr-04 3:24
leppie11-Apr-04 3:24 
AnswerRe: How to do this OnPaint Event ?(about remote screen transmit) Pin
DrGreen12-Apr-04 10:46
DrGreen12-Apr-04 10:46 
GeneralTrayAutoArrange - please help! Pin
Anonymous11-Apr-04 0:43
Anonymous11-Apr-04 0:43 
GeneralImage - help me please Pin
Moon Boy10-Apr-04 21:34
Moon Boy10-Apr-04 21:34 
GeneralRe: Image - help me please Pin
Jay Shankar11-Apr-04 15:28
Jay Shankar11-Apr-04 15:28 
GeneralSocket Connection Pin
dabuskol10-Apr-04 20:33
dabuskol10-Apr-04 20:33 
QuestionPocketPC, how to execute another app? Pin
waynerbruce10-Apr-04 19:32
waynerbruce10-Apr-04 19:32 

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.