Click here to Skip to main content
16,006,768 members
Home / Discussions / C#
   

C#

 
GeneralRe: Multiple Inheritance Pin
tidge6-Aug-03 4:43
tidge6-Aug-03 4:43 
GeneralRe: Multiple Inheritance Pin
tidge6-Aug-03 4:45
tidge6-Aug-03 4:45 
Generalhowto search SQL Server Pin
don7cry5-Aug-03 16:47
don7cry5-Aug-03 16:47 
GeneralRe: howto search SQL Server Pin
Alex Korchemniy5-Aug-03 18:31
Alex Korchemniy5-Aug-03 18:31 
GeneralRe: howto search SQL Server Pin
don7cry5-Aug-03 20:31
don7cry5-Aug-03 20:31 
GeneralRe: howto search SQL Server Pin
Alexander Kojevnikov5-Aug-03 23:27
Alexander Kojevnikov5-Aug-03 23:27 
GeneralRe: howto search SQL Server Pin
Alexander Kojevnikov6-Aug-03 3:38
Alexander Kojevnikov6-Aug-03 3:38 
GeneralHelp with P/Invoke question in Win NT 4.0! Pin
CodeFriendly5-Aug-03 14:45
CodeFriendly5-Aug-03 14:45 
I have built a .net control which works well in XP and Win 2000, but fails in NT 4.0 and throws an exception FileLoadException.

Why would it fail in NT and work well in Win2000 and XP?

In my code, where I am declaring P/Invoke functions, I have the following:

[DllImport("uxtheme.dll")]
static public extern int SetWindowTheme(IntPtr h, string s1, string s2);

But the thing is I do not call this unmanaged function in my entire control's source code.
Its just declared. That's all.

Do you think this could be causing the problem of FileLoadException when I try to run it in NT 4.0 (because there is no uxtheme.dll in NT 4.0).

Note that although I have declared it in my code, I never call this function at all.
Do you think I need to remove this declaration from my code and rebuild it to run it in NT 4.0 box.


GeneralRe: Help with P/Invoke question in Win NT 4.0! Pin
Alex Korchemniy5-Aug-03 18:30
Alex Korchemniy5-Aug-03 18:30 
GeneralRe: Help with P/Invoke question in Win NT 4.0! Pin
CodeFriendly5-Aug-03 20:26
CodeFriendly5-Aug-03 20:26 
GeneralDial Up Pin
deanoA5-Aug-03 14:44
deanoA5-Aug-03 14:44 
QuestionHow to do partial Regex matching? Pin
Alvaro Mendez5-Aug-03 12:04
Alvaro Mendez5-Aug-03 12:04 
AnswerRe: How to do partial Regex matching? Pin
Arun Bhalla5-Aug-03 13:38
Arun Bhalla5-Aug-03 13:38 
AnswerRe: How to do partial Regex matching? Pin
Julian Bucknall [MSFT]5-Aug-03 14:42
Julian Bucknall [MSFT]5-Aug-03 14:42 
GeneralSet the currentcell doesnt work in form load Pin
Ista5-Aug-03 9:50
Ista5-Aug-03 9:50 
GeneralRe: Set the currentcell doesnt work in form load Pin
Marc Clifton5-Aug-03 14:13
mvaMarc Clifton5-Aug-03 14:13 
GeneralRe: Set the currentcell doesnt work in form load Pin
Furty5-Aug-03 16:37
Furty5-Aug-03 16:37 
GeneralRe: Set the currentcell doesnt work in form load Pin
Ista6-Aug-03 4:25
Ista6-Aug-03 4:25 
GeneralContainter like controls Pin
Alex Korchemniy5-Aug-03 9:32
Alex Korchemniy5-Aug-03 9:32 
GeneralRe: Containter like controls Pin
Ista5-Aug-03 9:46
Ista5-Aug-03 9:46 
GeneralRe: Containter like controls Pin
Alex Korchemniy5-Aug-03 13:48
Alex Korchemniy5-Aug-03 13:48 
GeneralRe: Containter like controls Pin
Marc Clifton5-Aug-03 14:22
mvaMarc Clifton5-Aug-03 14:22 
GeneralRe: Containter like controls Pin
Alex Korchemniy5-Aug-03 18:25
Alex Korchemniy5-Aug-03 18:25 
GeneralRe: Containter like controls Pin
Furty5-Aug-03 14:19
Furty5-Aug-03 14:19 
QuestionWhat is the @ for? Pin
Alvaro Mendez5-Aug-03 8:45
Alvaro Mendez5-Aug-03 8:45 

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.