Click here to Skip to main content
15,906,106 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to set background image of treeview? Pin
Heath Stewart8-May-04 19:53
protectorHeath Stewart8-May-04 19:53 
GeneralRe: How to set background image of treeview? Pin
Dave Kreskowiak9-May-04 4:05
mveDave Kreskowiak9-May-04 4:05 
Generalterrain transformation of a 2d image into a 3d Pin
shedid7-May-04 15:36
shedid7-May-04 15:36 
GeneralRe: terrain transformation of a 2d image into a 3d Pin
kayhustle7-May-04 18:00
kayhustle7-May-04 18:00 
GeneralRe: terrain transformation of a 2d image into a 3d Pin
shedid9-May-04 10:26
shedid9-May-04 10:26 
GeneralMS Office Add-In's: Need References... Pin
Tony Archer7-May-04 14:01
Tony Archer7-May-04 14:01 
General<kicks self in head> Pin
Tony Archer7-May-04 14:21
Tony Archer7-May-04 14:21 
GeneralArticles not on Office Add-Ins Pin
Tony Archer7-May-04 15:15
Tony Archer7-May-04 15:15 
GeneralRe: Articles not on Office Add-Ins Pin
Heath Stewart8-May-04 19:52
protectorHeath Stewart8-May-04 19:52 
GeneralRe: Articles not on Office Add-Ins Pin
Tony Archer9-May-04 9:07
Tony Archer9-May-04 9:07 
GeneralRe: Articles not on Office Add-Ins Pin
Heath Stewart9-May-04 9:30
protectorHeath Stewart9-May-04 9:30 
GeneralNullReference Exception in system.dll at System.Net.Sockets.OverlappedAsyncResult.CompletionPortCallback Pin
kayhustle7-May-04 13:48
kayhustle7-May-04 13:48 
GeneralRe: NullReference Exception in system.dll at System.Net.Sockets.OverlappedAsyncResult.CompletionPortCallback Pin
Heath Stewart8-May-04 19:48
protectorHeath Stewart8-May-04 19:48 
GeneralRe: NullReference Exception in system.dll at System.Net.Sockets.OverlappedAsyncResult.CompletionPortCallback Pin
kayhustle10-May-04 20:35
kayhustle10-May-04 20:35 
GeneralRe: NullReference Exception in system.dll at System.Net.Sockets.OverlappedAsyncResult.CompletionPortCallback Pin
Heath Stewart11-May-04 2:59
protectorHeath Stewart11-May-04 2:59 
GeneralDisplaying long string in tab page label Pin
Flack7-May-04 13:15
Flack7-May-04 13:15 
GeneralRe: Displaying long string in tab page label Pin
leppie7-May-04 13:52
leppie7-May-04 13:52 
GeneralRe: Displaying long string in tab page label Pin
Flack7-May-04 14:55
Flack7-May-04 14:55 
GeneralRe: Displaying long string in tab page label Pin
Heath Stewart8-May-04 19:42
protectorHeath Stewart8-May-04 19:42 
GeneralOverriding OpenFileDialog Pin
MrEyes7-May-04 13:10
MrEyes7-May-04 13:10 
GeneralRe: Overriding OpenFileDialog Pin
CWIZO7-May-04 20:59
CWIZO7-May-04 20:59 
GeneralRe: Overriding OpenFileDialog Pin
Heath Stewart8-May-04 19:34
protectorHeath Stewart8-May-04 19:34 
Yeah - that doesn't work. OpenFileDialog uses the OPENFILENAME struct (documented in the Platform SDK). This can accept a dialog template as a field (requires a mask). Extending this simply won't work. Any experience with native Win32 programming would tell you that, as well as knowing that most everything Windows Forms merely encapsulates native functionality, like the GetOpenFileName API that the OpenFileDialog uses. See the IL using ildasm.exe for that class and you'll see.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Overriding OpenFileDialog Pin
Heath Stewart8-May-04 19:37
protectorHeath Stewart8-May-04 19:37 
GeneralRe: Overriding OpenFileDialog Pin
CWIZO8-May-04 19:46
CWIZO8-May-04 19:46 
QuestionGraphic problem? Pin
Alan Zhao7-May-04 11:48
Alan Zhao7-May-04 11:48 

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.