Click here to Skip to main content
15,915,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionvalue that should be passed in MAKEINTRESOURCE function for application main icon Pin
learningvisualc17-Feb-10 19:41
learningvisualc17-Feb-10 19:41 
AnswerRe: value that should be passed in MAKEINTRESOURCE function for application main icon Pin
«_Superman_»17-Feb-10 19:59
professional«_Superman_»17-Feb-10 19:59 
QuestionCListCtrl with Radio Button. Pin
Le@rner17-Feb-10 19:15
Le@rner17-Feb-10 19:15 
AnswerRe: CListCtrl with Radio Button. Pin
«_Superman_»17-Feb-10 19:29
professional«_Superman_»17-Feb-10 19:29 
QuestionSystem Drive Pin
john563217-Feb-10 19:12
john563217-Feb-10 19:12 
AnswerRe: System Drive Pin
«_Superman_»17-Feb-10 19:25
professional«_Superman_»17-Feb-10 19:25 
AnswerRe: System Drive Pin
BIJU Manjeri17-Feb-10 19:27
BIJU Manjeri17-Feb-10 19:27 
QuestionRAM Pin
john563217-Feb-10 18:56
john563217-Feb-10 18:56 
AnswerRe: RAM Pin
«_Superman_»17-Feb-10 19:11
professional«_Superman_»17-Feb-10 19:11 
AnswerRe: RAM Pin
BIJU Manjeri17-Feb-10 19:18
BIJU Manjeri17-Feb-10 19:18 
QuestionMessage Removed Pin
17-Feb-10 16:24
tokime17-Feb-10 16:24 
AnswerRe: problem to get continuous output (neural network using matlab) Pin
Tim Craig17-Feb-10 20:57
Tim Craig17-Feb-10 20:57 
Questionmulticast client side libraries C++ Pin
Alan Kurlansky17-Feb-10 8:12
Alan Kurlansky17-Feb-10 8:12 
AnswerRe: multicast client side libraries C++ Pin
Richard MacCutchan17-Feb-10 12:53
mveRichard MacCutchan17-Feb-10 12:53 
AnswerRe: multicast client side libraries C++ Pin
Alan Kurlansky18-Feb-10 10:09
Alan Kurlansky18-Feb-10 10:09 
QuestionHow can I open a password protected (encrypted) access Database with CDatabase Object. Pin
A&Ms17-Feb-10 7:23
A&Ms17-Feb-10 7:23 
QuestionRe: How can I open a password protected (encrypted) access Database with CDatabase Object. Pin
Maximilien17-Feb-10 8:01
Maximilien17-Feb-10 8:01 
QuestionRe: How can I open a password protected (encrypted) access Database with CDatabase Object. Pin
A&Ms17-Feb-10 8:11
A&Ms17-Feb-10 8:11 
QuestionRe: How can I open a password protected (encrypted) access Database with CDatabase Object. Pin
David Crow17-Feb-10 8:32
David Crow17-Feb-10 8:32 
AnswerRe: How can I open a password protected (encrypted) access Database with CDatabase Object. Pin
A&Ms17-Feb-10 8:58
A&Ms17-Feb-10 8:58 
QuestionHow to set Display Default 96DPI setting Without Restating of Sytem in VC++? Pin
OSHO58017-Feb-10 6:21
OSHO58017-Feb-10 6:21 
Hi Alls,
I have Set the 96DPI . But problem is that this is showing that my Dpi is 96. but the Screen has no any effect. but if i restart the system . All the requirement has fullfill. but i dont want to restart my Computer. so Please help me. how can i acheive my prob. I am also giving my Code . please modify my code and send me as soon as possible.


CRegKey key;


CString strKeyName = "SYSTEM\\CurrentControlSet\\Hardware Profiles\\Current\\Software\\Fonts";
if(key.Open(HKEY_LOCAL_MACHINE,strKeyName) ==ERROR_SUCCESS)
{

if(key.SetValue(96L,"LogPixels") != ERROR_SUCCESS)
{
}

This is my code. please give me solution that how can i fix my problem. main problem is that i donot want to restart my computer. so please edit my code and send me as soon as possible.
Thanks
Prabhat
GeneralRe: How to set Display Default 96DPI setting Without Restating of Sytem in VC++? Pin
David Crow17-Feb-10 7:24
David Crow17-Feb-10 7:24 
AnswerRe: How to set Display Default 96DPI setting Without Restating of Sytem in VC++? Pin
Gary R. Wheeler21-Feb-10 2:10
Gary R. Wheeler21-Feb-10 2:10 
Questionhow to unescape &quot Pin
sashoalm17-Feb-10 3:44
sashoalm17-Feb-10 3:44 
QuestionRe: how to unescape &quot Pin
David Crow17-Feb-10 4:08
David Crow17-Feb-10 4:08 

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.