Click here to Skip to main content
16,011,170 members
Home / Discussions / C#
   

C#

 
Generallaunch file viewer from c# program Pin
elena123454-Dec-03 9:03
elena123454-Dec-03 9:03 
GeneralRe: launch file viewer from c# program Pin
Heath Stewart4-Dec-03 9:40
protectorHeath Stewart4-Dec-03 9:40 
QuestionA way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 8:29
Radoslav Bielik4-Dec-03 8:29 
AnswerRe: A way to control graphic card driver? Pin
Daniel Turini4-Dec-03 8:53
Daniel Turini4-Dec-03 8:53 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 9:19
Radoslav Bielik4-Dec-03 9:19 
GeneralRe: A way to control graphic card driver? Pin
Heath Stewart4-Dec-03 9:37
protectorHeath Stewart4-Dec-03 9:37 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 9:46
Radoslav Bielik4-Dec-03 9:46 
GeneralRe: A way to control graphic card driver? Pin
Heath Stewart4-Dec-03 10:18
protectorHeath Stewart4-Dec-03 10:18 
Oh...I see, sorry.

This really warrants that you visit NVIDIA's web site and see if they have an SDK to download, or at least API documentation. This is nothing that is covered by C# or the .NET Framework (since C# is really just a language that targets the CLR, but anyway...).

You'll most likely end-up P/Invoking native calls to their drivers or some library that is installed as part of nView.

For more information on P/Invoke, see the System.Runtime.InteropServices.DllImportAttribute. This will allow you to call native methods from managed code.

 

-----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: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 10:49
Radoslav Bielik4-Dec-03 10:49 
GeneralRe: A way to control graphic card driver? Pin
Noah Duke4-Dec-03 9:53
Noah Duke4-Dec-03 9:53 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 10:02
Radoslav Bielik4-Dec-03 10:02 
GeneralAccessing the Image of a System.Web.UI.WebControls.HyperLink Pin
mkushner4-Dec-03 8:17
mkushner4-Dec-03 8:17 
GeneralRe: Accessing the Image of a System.Web.UI.WebControls.HyperLink Pin
Heath Stewart4-Dec-03 9:31
protectorHeath Stewart4-Dec-03 9:31 
GeneralProduct to automatically convert VB.Net projects to C# – Beta Testers wanted Pin
Roger L Jack4-Dec-03 7:00
Roger L Jack4-Dec-03 7:00 
GeneralRe: How to capture data from the local serial port through a Aspx page situated in a Web Server ?? Pin
Colin Angus Mackay4-Dec-03 6:18
Colin Angus Mackay4-Dec-03 6:18 
GeneralResources Pin
Guinness4Strength4-Dec-03 4:31
Guinness4Strength4-Dec-03 4:31 
GeneralRe: Resources Pin
Not Active4-Dec-03 4:38
mentorNot Active4-Dec-03 4:38 
GeneralRe: Resources Pin
Guinness4Strength4-Dec-03 4:40
Guinness4Strength4-Dec-03 4:40 
GeneralRe: Resources Pin
Not Active4-Dec-03 5:04
mentorNot Active4-Dec-03 5:04 
GeneralRe: Resources Pin
Heath Stewart4-Dec-03 6:13
protectorHeath Stewart4-Dec-03 6:13 
GeneralRe: Resources Pin
Not Active4-Dec-03 6:26
mentorNot Active4-Dec-03 6:26 
GeneralRe: Resources Pin
Guinness4Strength4-Dec-03 7:11
Guinness4Strength4-Dec-03 7:11 
GeneralRe: Resources Pin
Guinness4Strength4-Dec-03 7:22
Guinness4Strength4-Dec-03 7:22 
GeneralRe: Resources Pin
Heath Stewart4-Dec-03 9:21
protectorHeath Stewart4-Dec-03 9:21 
GeneralRe: Resources Pin
Guinness4Strength4-Dec-03 10:39
Guinness4Strength4-Dec-03 10:39 

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.