Click here to Skip to main content
15,921,959 members
Home / Discussions / C#
   

C#

 
GeneralRe: Open a NEW Web Browser Pin
Shehzad Salim19-Nov-03 22:28
Shehzad Salim19-Nov-03 22:28 
GeneralRe: Open a NEW Web Browser Pin
Husein21-Nov-03 22:44
Husein21-Nov-03 22:44 
QuestionSound recording? Pin
thomasa19-Nov-03 3:05
thomasa19-Nov-03 3:05 
AnswerRe: Sound recording? Pin
Heath Stewart19-Nov-03 4:12
protectorHeath Stewart19-Nov-03 4:12 
GeneralXslTransform and document() Pin
Daniele Fusi19-Nov-03 0:00
Daniele Fusi19-Nov-03 0:00 
GeneralRe: XslTransform and document() Pin
Philip Fitzsimons19-Nov-03 2:53
Philip Fitzsimons19-Nov-03 2:53 
GeneralDrag & drop files to explorer Pin
Serge R18-Nov-03 16:18
Serge R18-Nov-03 16:18 
GeneralRe: Drag & drop files to explorer Pin
Heath Stewart19-Nov-03 3:56
protectorHeath Stewart19-Nov-03 3:56 
GeneralRe: Drag & drop files to explorer Pin
Serge R19-Nov-03 4:49
Serge R19-Nov-03 4:49 
GeneralRe: Drag & drop files to explorer Pin
Serge R22-Nov-03 8:17
Serge R22-Nov-03 8:17 
GeneralRe: Drag & drop files to explorer Pin
Heath Stewart22-Nov-03 11:24
protectorHeath Stewart22-Nov-03 11:24 
GeneralRe: Drag & drop files to explorer Pin
Serge R22-Nov-03 13:20
Serge R22-Nov-03 13:20 
GeneralRe: Drag & drop files to explorer Pin
Heath Stewart24-Nov-03 4:06
protectorHeath Stewart24-Nov-03 4:06 
GeneralSwitching Between Forms Pin
pauldaly198218-Nov-03 16:04
pauldaly198218-Nov-03 16:04 
GeneralRe: Switching Between Forms Pin
mhmoud rawas18-Nov-03 19:47
mhmoud rawas18-Nov-03 19:47 
GeneralDetermining comctl32.dll version... Pin
ToddTTT18-Nov-03 14:42
ToddTTT18-Nov-03 14:42 
GeneralRe: Determining comctl32.dll version... Pin
leppie18-Nov-03 17:23
leppie18-Nov-03 17:23 
GeneralRe: Determining comctl32.dll version... Pin
Heath Stewart19-Nov-03 4:03
protectorHeath Stewart19-Nov-03 4:03 
An easy way that uses the .NET class library is like this:
Version v = OSFeature.Feature.GetVersionPresent(OSFeature.Themes);
Looking at the IL, the IsAppThemed native method is called internally, which will only work if comctl32.dll, version 6, is loaded (which means the binding is being redirected to the side-by-side native assembly).

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Determining comctl32.dll version... Pin
ToddTTT19-Nov-03 12:20
ToddTTT19-Nov-03 12:20 
GeneralRe: Determining comctl32.dll version... Pin
Husein21-Nov-03 22:55
Husein21-Nov-03 22:55 
GeneralAlgorithm help Pin
OmegaSupreme18-Nov-03 12:03
OmegaSupreme18-Nov-03 12:03 
GeneralRe: Algorithm help Pin
Christian Graus18-Nov-03 13:41
protectorChristian Graus18-Nov-03 13:41 
GeneralRe: Algorithm help Pin
OmegaSupreme18-Nov-03 14:32
OmegaSupreme18-Nov-03 14:32 
GeneralRe: Algorithm help Pin
Aryo Handono19-Nov-03 1:10
professionalAryo Handono19-Nov-03 1:10 
GeneralRe: Algorithm help Pin
OmegaSupreme19-Nov-03 2:18
OmegaSupreme19-Nov-03 2:18 

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.