Click here to Skip to main content
15,896,730 members
Home / Discussions / C#
   

C#

 
QuestionHow to make use of an API Pin
rockyl27-Dec-06 2:33
rockyl27-Dec-06 2:33 
AnswerRe: How to make use of an API Pin
Niiiissssshhhhhuuuuu27-Dec-06 2:39
Niiiissssshhhhhuuuuu27-Dec-06 2:39 
GeneralRe: How to make use of an API Pin
rockyl27-Dec-06 4:23
rockyl27-Dec-06 4:23 
AnswerRe: How to make use of an API Pin
User 665827-Dec-06 2:40
User 665827-Dec-06 2:40 
GeneralRe: How to make use of an API Pin
rockyl27-Dec-06 4:22
rockyl27-Dec-06 4:22 
GeneralRe: How to make use of an API Pin
Eric Dahlvang27-Dec-06 5:35
Eric Dahlvang27-Dec-06 5:35 
GeneralRe: How to make use of an API Pin
Tyler4527-Dec-06 4:47
Tyler4527-Dec-06 4:47 
GeneralRe: How to make use of an API Pin
rockyl27-Dec-06 4:57
rockyl27-Dec-06 4:57 
AnswerRe: How to make use of an API Pin
Dan Neely27-Dec-06 5:03
Dan Neely27-Dec-06 5:03 
AnswerRe: How to make use of an API Pin
Judah Gabriel Himango27-Dec-06 10:13
sponsorJudah Gabriel Himango27-Dec-06 10:13 
Questionavicap32.dll Question Pin
Andrei Ungureanu27-Dec-06 2:25
Andrei Ungureanu27-Dec-06 2:25 
AnswerRe: avicap32.dll Question Pin
Niiiissssshhhhhuuuuu27-Dec-06 2:34
Niiiissssshhhhhuuuuu27-Dec-06 2:34 
GeneralRe: avicap32.dll Question Pin
Andrei Ungureanu27-Dec-06 3:10
Andrei Ungureanu27-Dec-06 3:10 
GeneralRe: avicap32.dll Question Pin
Laubi27-Dec-06 11:27
Laubi27-Dec-06 11:27 
GeneralRe: avicap32.dll Question Pin
Niiiissssshhhhhuuuuu27-Dec-06 16:52
Niiiissssshhhhhuuuuu27-Dec-06 16:52 
QuestionHow do I call a C# DLL Using Visual Studio 2005 ( C# Code) Pin
Peter Usinga27-Dec-06 1:15
Peter Usinga27-Dec-06 1:15 
AnswerRe: How do I call a C# DLL Using Visual Studio 2005 ( C# Code) Pin
Andrei Ungureanu27-Dec-06 2:26
Andrei Ungureanu27-Dec-06 2:26 
AnswerRe: How do I call a C# DLL Using Visual Studio 2005 ( C# Code) Pin
ednrgc28-Dec-06 6:32
ednrgc28-Dec-06 6:32 
QuestionHow to change column order in DataGrid Pin
AndrusM27-Dec-06 0:45
AndrusM27-Dec-06 0:45 
QuestionHow to move to first column in DataGrid Pin
AndrusM27-Dec-06 0:44
AndrusM27-Dec-06 0:44 
Question.net 2.0 visual style Pin
fmardani27-Dec-06 0:35
fmardani27-Dec-06 0:35 
AnswerRe: .net 2.0 visual style [modified] Pin
Luc Pattyn27-Dec-06 6:57
sitebuilderLuc Pattyn27-Dec-06 6:57 
GeneralRe: .net 2.0 visual style Pin
Dan Neely27-Dec-06 7:24
Dan Neely27-Dec-06 7:24 
GeneralRe: .net 2.0 visual style Pin
Luc Pattyn27-Dec-06 8:14
sitebuilderLuc Pattyn27-Dec-06 8:14 
AnswerRe: .net 2.0 visual style Pin
Thomas Stockwell28-Dec-06 7:28
professionalThomas Stockwell28-Dec-06 7:28 
The visual style for all of the .NET frameworks is what the machine is currently using. With XP for example, their are 3 visual styles: luna, metallic, and homestead. All of the .NET frameworks (as long as the code or manifest files are provided in the application) will use the visual style specified. The main differences in the UI between .NET 1.1 and .NET 2.0 would have to be the new ToolStrip, MenuStrip, and ContextStrip which are still dependent on the visual style (if render property is system defined). The strips which have replaced the menus and toolbars of .NET 1.x have a newer appearance that can only be used on systems with the .NET 2.0 framework installed. This new appearance will help in giving your application an interface similar to that of Office 2000-2003.

Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my homepage Oracle Studios[^]

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.