Click here to Skip to main content
16,007,472 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUNICODE and ifstream Pin
11-Dec-01 22:01
suss11-Dec-01 22:01 
GeneralRe: UNICODE and ifstream Pin
Joaquín M López Muñoz11-Dec-01 22:17
Joaquín M López Muñoz11-Dec-01 22:17 
GeneralRe: UNICODE and ifstream Pin
11-Dec-01 22:36
suss11-Dec-01 22:36 
GeneralShowing window contents while dragging.. Pin
11-Dec-01 20:01
suss11-Dec-01 20:01 
GeneralRe: Showing window contents while dragging.. Pin
Erik Funkenbusch11-Dec-01 21:56
Erik Funkenbusch11-Dec-01 21:56 
GeneralRe: Showing window contents while dragging.. Pin
11-Dec-01 22:11
suss11-Dec-01 22:11 
GeneralRe: Showing window contents while dragging.. Pin
11-Dec-01 22:22
suss11-Dec-01 22:22 
GeneralYou change this Registry key... Pin
Atul Dharne11-Dec-01 23:26
Atul Dharne11-Dec-01 23:26 
The Registry Key which controls show contents of window while dragging is

Key: [HKEY_CURRENT_USER\Control Panel\Desktop]
Name: DragFullWindows
Type: REG_SZ (String Value)
Value: (0=disable, 1=enable)

You can use API RegOpenKey, RegCreateKey... in your app to check if it exists.
If so check the value and toggle it to your needs. If not create it.

Atul Dharne


Roll eyes | :rolleyes:

#include "codeproject_users_experience_"
using namespace codeproject;
GeneralRe: Showing window contents while dragging.. Pin
Michael Dunn12-Dec-01 9:03
sitebuilderMichael Dunn12-Dec-01 9:03 
GeneralWho has file open on server Pin
WalthamstowBoyInSydney11-Dec-01 16:19
WalthamstowBoyInSydney11-Dec-01 16:19 
GeneralRe: Who has file open on server Pin
Erik Funkenbusch11-Dec-01 22:01
Erik Funkenbusch11-Dec-01 22:01 
GeneralRe: Who has file open on server Pin
Bill Wilson12-Dec-01 13:26
Bill Wilson12-Dec-01 13:26 
GeneralRe: Who has file open on server Pin
WalthamstowBoyInSydney12-Dec-01 16:44
WalthamstowBoyInSydney12-Dec-01 16:44 
GeneralRe: Who has file open on server Pin
Bill Wilson13-Dec-01 5:58
Bill Wilson13-Dec-01 5:58 
GeneralCString::Replace in C++ without MFC Pin
11-Dec-01 15:14
suss11-Dec-01 15:14 
GeneralRe: CString::Replace in C++ without MFC Pin
Nick Blumhardt11-Dec-01 15:39
Nick Blumhardt11-Dec-01 15:39 
GeneralRe: CString::Replace in C++ without MFC Pin
Alvaro Mendez12-Dec-01 8:00
Alvaro Mendez12-Dec-01 8:00 
GeneralNewbie in need of a little help Pin
John L. DeVito11-Dec-01 12:50
professionalJohn L. DeVito11-Dec-01 12:50 
GeneralRe: Newbie in need of a little help Pin
Jon Sagara11-Dec-01 12:58
Jon Sagara11-Dec-01 12:58 
GeneralRe: Newbie in need of a little help Pin
11-Dec-01 18:30
suss11-Dec-01 18:30 
GeneralRe: If I'm not mistaken... Pin
Atul Dharne11-Dec-01 23:38
Atul Dharne11-Dec-01 23:38 
QuestionHowto get text from editbox of another application? Pin
Goa11-Dec-01 12:46
Goa11-Dec-01 12:46 
AnswerRe: Howto get text from editbox of another application? Pin
Christian Graus11-Dec-01 13:03
protectorChristian Graus11-Dec-01 13:03 
GeneralRe: Howto get text from editbox of another application? Pin
Goa11-Dec-01 13:36
Goa11-Dec-01 13:36 
GeneralRe: Howto get text from editbox of another application? Pin
Christian Graus11-Dec-01 13:41
protectorChristian Graus11-Dec-01 13:41 

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.