Click here to Skip to main content
15,911,306 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSTLPort anyone ??? Pin
Christian Graus2-Jan-02 13:09
protectorChristian Graus2-Jan-02 13:09 
AnswerRe: STLPort anyone ??? Pin
Philip Patrick2-Jan-02 23:44
professionalPhilip Patrick2-Jan-02 23:44 
GeneralRe: STLPort anyone ??? Pin
Christian Graus3-Jan-02 0:02
protectorChristian Graus3-Jan-02 0:02 
GeneralRe: STLPort anyone ??? Pin
Philip Patrick3-Jan-02 0:09
professionalPhilip Patrick3-Jan-02 0:09 
GeneralRe: STLPort anyone ??? Pin
Alexander Berthold3-Jan-02 0:10
Alexander Berthold3-Jan-02 0:10 
GeneralRe: STLPort anyone ??? Pin
Christian Graus3-Jan-02 1:29
protectorChristian Graus3-Jan-02 1:29 
GeneralGetting Monitor Name Pin
2-Jan-02 12:23
suss2-Jan-02 12:23 
GeneralRe: Getting Monitor Name Pin
Nish Nishant2-Jan-02 16:36
sitebuilderNish Nishant2-Jan-02 16:36 
Try this out:-

enumerate all keys under :-
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class

For each key check the defaul value. For one of them the default value will be "Monitors"

Open that key. For me it was this key :-
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96E-E325-11CE-BFC1-08002BE10318}

It will have subkeys. I had only one called "0000". Open that key :-
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96E-E325-11CE-BFC1-08002BE10318}\0000

See the value of this string - DriverDesc. For me it was "Default Monitor" as I hadnt installed my monitor's driver yet. The info you see in device manager is taken from this key. You'll also find other interesting details here like DriverDate, InfPath etc.

Good luck

Nish

Sonork ID 100.9786 voidmain
www.busterboy.org
If you don't find me on CP, I'll be at Bob's HungOut
GeneralRe: Getting Monitor Name Pin
3-Jan-02 6:13
suss3-Jan-02 6:13 
GeneralBook advice please! Pin
Rickard Andersson202-Jan-02 11:50
Rickard Andersson202-Jan-02 11:50 
GeneralRe: Book advice please! Pin
Tomasso7-Jan-02 7:00
Tomasso7-Jan-02 7:00 
GeneralFor whom the Mutex waits Pin
Bill Wilson2-Jan-02 10:30
Bill Wilson2-Jan-02 10:30 
GeneralVertical PropertySheet Tab Labels Pin
Ken Goguen2-Jan-02 9:42
Ken Goguen2-Jan-02 9:42 
GeneralMapping interfaces to IIDs Pin
Klaus Probst2-Jan-02 9:10
Klaus Probst2-Jan-02 9:10 
GeneralRe: Mapping interfaces to IIDs Pin
Bill Wilson2-Jan-02 10:22
Bill Wilson2-Jan-02 10:22 
GeneralRe: Mapping interfaces to IIDs Pin
Klaus Probst2-Jan-02 10:34
Klaus Probst2-Jan-02 10:34 
Questionright way to save listbox data = ? Pin
Kuniva2-Jan-02 8:28
Kuniva2-Jan-02 8:28 
AnswerRe: right way to save listbox data = ? Pin
Carlos Antollini2-Jan-02 9:28
Carlos Antollini2-Jan-02 9:28 
Generalrandom access writing? Pin
Kuniva2-Jan-02 11:22
Kuniva2-Jan-02 11:22 
GeneralRe: random access writing? Pin
Carlos Antollini3-Jan-02 2:43
Carlos Antollini3-Jan-02 2:43 
GeneralRe: random access writing? Pin
Kuniva3-Jan-02 2:49
Kuniva3-Jan-02 2:49 
GeneralRe: random access writing? Pin
Kuniva3-Jan-02 3:00
Kuniva3-Jan-02 3:00 
GeneralRe: random access writing? Pin
Carlos Antollini3-Jan-02 3:09
Carlos Antollini3-Jan-02 3:09 
GeneralDumping data structures binary into a file Pin
slacker2-Jan-02 7:31
slacker2-Jan-02 7:31 
GeneralRe: Dumping data structures binary into a file Pin
Erik Funkenbusch2-Jan-02 8:51
Erik Funkenbusch2-Jan-02 8:51 

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.