Click here to Skip to main content
15,893,381 members
Home / Discussions / C#
   

C#

 
GeneralRe: Add connetion properties Pin
Member 770765026-Mar-16 8:01
Member 770765026-Mar-16 8:01 
GeneralRe: Add connetion properties Pin
Dave Kreskowiak26-Mar-16 8:44
mveDave Kreskowiak26-Mar-16 8:44 
QuestionHow to add Windows firewall exception without admin privileges Pin
srikrishnathanthri26-Mar-16 2:31
srikrishnathanthri26-Mar-16 2:31 
AnswerRe: How to add Windows firewall exception without admin privileges Pin
OriginalGriff26-Mar-16 3:06
mveOriginalGriff26-Mar-16 3:06 
GeneralRe: How to add Windows firewall exception without admin privileges Pin
srikrishnathanthri27-Mar-16 18:57
srikrishnathanthri27-Mar-16 18:57 
GeneralRe: How to add Windows firewall exception without admin privileges Pin
Bernhard Hiller28-Mar-16 23:52
Bernhard Hiller28-Mar-16 23:52 
AnswerRe: How to add Windows firewall exception without admin privileges Pin
Dave Kreskowiak26-Mar-16 5:14
mveDave Kreskowiak26-Mar-16 5:14 
AnswerRe: How to add Windows firewall exception without admin privileges Pin
Patrice T27-Mar-16 11:11
mvePatrice T27-Mar-16 11:11 
QuestionHow display the file name in the right menu? Pin
youlu24-Mar-16 22:57
youlu24-Mar-16 22:57 
AnswerRe: How display the file name in the right menu? Pin
Eddy Vluggen25-Mar-16 0:47
professionalEddy Vluggen25-Mar-16 0:47 
GeneralRe: How display the file name in the right menu? Pin
youlu31-Mar-16 20:07
youlu31-Mar-16 20:07 
QuestionAsynchronous email sending with Retries Pin
Jassim Rahma24-Mar-16 3:36
Jassim Rahma24-Mar-16 3:36 
GeneralRe: Asynchronous email sending with Retries Pin
Sascha Lefèvre24-Mar-16 3:51
professionalSascha Lefèvre24-Mar-16 3:51 
AnswerRe: Asynchronous email sending with Retries Pin
Dave Kreskowiak24-Mar-16 3:52
mveDave Kreskowiak24-Mar-16 3:52 
QuestionHow win apps can programmatically login to asp.net mvc based web site Pin
Tridip Bhattacharjee23-Mar-16 1:43
professionalTridip Bhattacharjee23-Mar-16 1:43 
AnswerRe: How win apps can programmatically login to asp.net mvc based web site Pin
Pete O'Hanlon23-Mar-16 1:59
mvePete O'Hanlon23-Mar-16 1:59 
QuestionHow to view board component and capacitor Pin
regerteast22-Mar-16 18:36
regerteast22-Mar-16 18:36 
GeneralRe: How to view board component and capacitor Pin
PIEBALDconsult22-Mar-16 19:13
mvePIEBALDconsult22-Mar-16 19:13 
AnswerRe: How to view board component and capacitor Pin
Patrice T22-Mar-16 20:07
mvePatrice T22-Mar-16 20:07 
AnswerRe: How to view board component and capacitor Pin
Sascha Lefèvre22-Mar-16 23:02
professionalSascha Lefèvre22-Mar-16 23:02 
If you want to control certain physical parameters of a CPU, GPU or RAM then you will have to look for some motherboard-specific driver software with a documented API. Pretty sure there won't be a single one based on .NET so you would have to use P/Invoke or a C++/CLI-wrapper provided that it was your intention to ask for this in the C# forum.

If you want to control physical parameters of other circuit board components by software (since you mention capacitors) then the circuit board would have to be designed for that purpose as well, meaning it would have to have components dedicated to interface with your software and with other components to allow your software to control those other components. So it absolutely isn't possible to do this with an arbitrary circuit board, especially not just by knowing its coordinates..
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson


modified 23-Mar-16 5:11am.

QuestionRe: How to view board component and capacitor Pin
regerteast23-Mar-16 3:01
regerteast23-Mar-16 3:01 
AnswerRe: How to view board component and capacitor Pin
Pete O'Hanlon23-Mar-16 3:08
mvePete O'Hanlon23-Mar-16 3:08 
AnswerRe: How to view board component and capacitor Pin
Matt T Heffron23-Mar-16 13:16
professionalMatt T Heffron23-Mar-16 13:16 
GeneralRe: How to view board component and capacitor Pin
regerteast24-Mar-16 20:54
regerteast24-Mar-16 20:54 
GeneralRe: How to view board component and capacitor Pin
Eddy Vluggen25-Mar-16 0:50
professionalEddy Vluggen25-Mar-16 0:50 

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.