Click here to Skip to main content
15,909,437 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan't use Undo in Edit View Pin
Max++26-Dec-06 3:07
Max++26-Dec-06 3:07 
AnswerRe: Can't use Undo in Edit View Pin
prasad_som26-Dec-06 4:33
prasad_som26-Dec-06 4:33 
GeneralRe: Can't use Undo in Edit View Pin
Max++26-Dec-06 4:46
Max++26-Dec-06 4:46 
GeneralRe: Can't use Undo in Edit View Pin
Max++26-Dec-06 5:44
Max++26-Dec-06 5:44 
AnswerRe: Can't use Undo in Edit View Pin
prasad_som26-Dec-06 18:12
prasad_som26-Dec-06 18:12 
GeneralRe: Can't use Undo in Edit View Pin
karle26-Dec-06 8:33
karle26-Dec-06 8:33 
QuestionHow to get files and folders name of windows\\system32 directory for Windows XP 64 bit OS by programming Pin
ashtwin26-Dec-06 2:43
ashtwin26-Dec-06 2:43 
AnswerRe: How to get files and folders name of windows\\system32 directory for Windows XP 64 bit OS by programming Pin
Michael Dunn26-Dec-06 15:55
sitebuilderMichael Dunn26-Dec-06 15:55 
ashtwin wrote:
my all hierarchy of files and folders is coming properly but Files and folder of C:\windows\system32 directory are not coming properly , here it is showing the files and folders of C:\windows\systemWOW64 directory


This is the correct behavior. Win64 virtualizes some parts of the file system and registry for Win32 apps for compatibility reasons. You can disable this feature by calling Wow64DisableWow64FsRedirection()


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

Ford, what's this fish doing in my ear?

AnswerRe: How to get files and folders name of windows\\system32 directory for Windows XP 64 bit OS by programming Pin
ashtwin26-Dec-06 23:26
ashtwin26-Dec-06 23:26 
QuestionUDP multicast problem Pin
eli1502197926-Dec-06 2:21
eli1502197926-Dec-06 2:21 
AnswerRe: UDP multicast problem Pin
Mark Salsbery26-Dec-06 5:58
Mark Salsbery26-Dec-06 5:58 
QuestionStopping user interaction from dialogs. How ? Pin
Sakthiu26-Dec-06 1:31
Sakthiu26-Dec-06 1:31 
QuestionRe: Stopping user interaction from dialogs. How ? Pin
prasad_som26-Dec-06 2:05
prasad_som26-Dec-06 2:05 
QuestionRe: Stopping user interaction from dialogs. How ? Pin
Sakthiu26-Dec-06 2:16
Sakthiu26-Dec-06 2:16 
QuestionRe: Stopping user interaction from dialogs. How ? Pin
prasad_som26-Dec-06 2:25
prasad_som26-Dec-06 2:25 
QuestionHow to count items in list view control and select default value in combo box Pin
amitmistry_petlad 26-Dec-06 0:54
amitmistry_petlad 26-Dec-06 0:54 
AnswerRe: How to count items in list view control and select default value in combo box Pin
prasad_som26-Dec-06 1:45
prasad_som26-Dec-06 1:45 
GeneralRe: How to count items in list view control and select default value in combo box Pin
amitmistry_petlad 26-Dec-06 2:06
amitmistry_petlad 26-Dec-06 2:06 
AnswerRe: How to count items in list view control and select default value in combo box Pin
prasad_som26-Dec-06 2:16
prasad_som26-Dec-06 2:16 
GeneralRe: How to count items in list view control and select default value in combo box Pin
amitmistry_petlad 26-Dec-06 2:38
amitmistry_petlad 26-Dec-06 2:38 
AnswerRe: How to count items in list view control and select default value in combo box Pin
prasad_som26-Dec-06 2:45
prasad_som26-Dec-06 2:45 
GeneralRe: How to count items in list view control and select default value in combo box Pin
amitmistry_petlad 26-Dec-06 2:56
amitmistry_petlad 26-Dec-06 2:56 
AnswerRe: How to count items in list view control and select default value in combo box Pin
prasad_som26-Dec-06 3:02
prasad_som26-Dec-06 3:02 
GeneralRe: How to count items in list view control and select default value in combo box [modified] Pin
amitmistry_petlad 27-Dec-06 3:13
amitmistry_petlad 27-Dec-06 3:13 
AnswerRe: How to count items in list view control and select default value in combo box Pin
prasad_som27-Dec-06 17:21
prasad_som27-Dec-06 17:21 

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.