Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralRe: noob inherritance prob Pin
bjoernen6-Nov-03 4:43
bjoernen6-Nov-03 4:43 
GeneralRe: noob inherritance prob Pin
Jeff Varszegi6-Nov-03 7:30
professionalJeff Varszegi6-Nov-03 7:30 
GeneralRe: noob inherritance prob Pin
R. Thomas6-Nov-03 20:16
R. Thomas6-Nov-03 20:16 
GeneralUserControls Pin
Den2Fly6-Nov-03 1:42
Den2Fly6-Nov-03 1:42 
GeneralEnable xp themes via code in 1.0 Pin
Roger Alsing6-Nov-03 1:04
Roger Alsing6-Nov-03 1:04 
GeneralRe: Enable xp themes via code in 1.0 Pin
Heath Stewart6-Nov-03 4:40
protectorHeath Stewart6-Nov-03 4:40 
GeneralRe: Enable xp themes via code in 1.0 Pin
Roger Alsing6-Nov-03 4:45
Roger Alsing6-Nov-03 4:45 
GeneralRe: Enable xp themes via code in 1.0 Pin
Heath Stewart6-Nov-03 11:33
protectorHeath Stewart6-Nov-03 11:33 
No, it doesn't use "black magic". The concept is simple and could be found by reading the docs for the Theme API. The manifest file (with appropriate sections) redirects any calls to a file (in this case, comctl32.dll) to a side-by-side assembly. .NET 1.1 requires that you do this before starting the application (Application.Run) because it uses a manifest file called XPThemes.manifest (in the .NET 1.1 runtime directory) to accomplish the same thing.

This is the only way to do it in 1.0. If you don't believe me, MSDN has a couple articles outlining the same thing.

"Magic" is the art of misdirection. Theming is the art of redirection. It's all in the documentation for the Theme API.

 

-----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-----
QuestionHow can I change memory with IntPtr Pin
System_Reflection5-Nov-03 21:52
System_Reflection5-Nov-03 21:52 
AnswerRe: How can I change memory with IntPtr Pin
Corinna John6-Nov-03 0:58
Corinna John6-Nov-03 0:58 
GeneralAnimated/skinned mesh in C# Pin
bjoernen5-Nov-03 21:38
bjoernen5-Nov-03 21:38 
GeneralRe: Animated/skinned mesh in C# Pin
nematzade23-May-10 5:51
nematzade23-May-10 5:51 
GeneralEmbedded Icons and ImageList Pin
pnolan5-Nov-03 20:19
pnolan5-Nov-03 20:19 
GeneralRe: Embedded Icons and ImageList Pin
Heath Stewart6-Nov-03 4:07
protectorHeath Stewart6-Nov-03 4:07 
GeneralDataGrid Column Resize Pin
pnolan5-Nov-03 20:15
pnolan5-Nov-03 20:15 
GeneralRe: DataGrid Column Resize Pin
Daniel Zaharia5-Nov-03 22:37
Daniel Zaharia5-Nov-03 22:37 
GeneralC# Client Server Database Application Pin
Cenray. G5-Nov-03 19:39
Cenray. G5-Nov-03 19:39 
GeneralRe: C# Client Server Database Application Pin
mhmoud rawas5-Nov-03 20:39
mhmoud rawas5-Nov-03 20:39 
Questionhow to delete one file in network share folder with .NET Pin
don7cry5-Nov-03 19:18
don7cry5-Nov-03 19:18 
AnswerRe: how to delete one file in network share folder with .NET Pin
mhmoud rawas5-Nov-03 20:27
mhmoud rawas5-Nov-03 20:27 
GeneralRe: how to delete one file in network share folder with .NET Pin
don7cry5-Nov-03 21:52
don7cry5-Nov-03 21:52 
Generalhelp me, please! Pin
don7cry5-Nov-03 16:10
don7cry5-Nov-03 16:10 
GeneralRe: help me, please! Pin
mhmoud rawas5-Nov-03 18:34
mhmoud rawas5-Nov-03 18:34 
GeneralRe: help me, please! Pin
don7cry5-Nov-03 19:19
don7cry5-Nov-03 19:19 
GeneralAccess Richtext/Memo Field and C# Pin
bjulien5-Nov-03 15:04
bjulien5-Nov-03 15:04 

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.