Click here to Skip to main content
16,004,924 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: dangling pointers ? Pin
Ravi Bhavnani25-Oct-04 13:37
professionalRavi Bhavnani25-Oct-04 13:37 
GeneralRe: dangling pointers ? Pin
Asim N.25-Oct-04 15:39
Asim N.25-Oct-04 15:39 
GeneralRe: dangling pointers ? Pin
One Stone25-Oct-04 22:36
One Stone25-Oct-04 22:36 
QuestionHow to share data between DLLs Pin
yanping wang25-Oct-04 3:43
yanping wang25-Oct-04 3:43 
AnswerRe: How to share data between DLLs Pin
David Crow25-Oct-04 5:00
David Crow25-Oct-04 5:00 
AnswerRe: How to share data between DLLs Pin
Blake Miller25-Oct-04 5:11
Blake Miller25-Oct-04 5:11 
GeneralRenaming Registry Key Pin
sundu25-Oct-04 3:18
sundu25-Oct-04 3:18 
GeneralRe: Renaming Registry Key Pin
David Crow25-Oct-04 4:52
David Crow25-Oct-04 4:52 
There is no single function to do this. One way would be to use RegSaveKey() and RegRestoreKey(), but those only work on Windows NT 3.1 and later. Another way is to use a series of copy and delete calls.


"Opinions are neither right nor wrong. I cannot change your opinion of me. I can, however, change what influences your opinion." - David Crow


GeneralShowing a console window launched as hidden with CreateProcess()... Pin
wallacebw25-Oct-04 3:05
wallacebw25-Oct-04 3:05 
GeneralAccessing a VB DLL's functions from C++ Pin
esordini25-Oct-04 2:48
esordini25-Oct-04 2:48 
GeneralRe: Accessing a VB DLL's functions from C++ Pin
Cedric Moonen25-Oct-04 2:59
Cedric Moonen25-Oct-04 2:59 
GeneralCalling non-activex dlls from Visual C++ Pin
esordini25-Oct-04 2:45
esordini25-Oct-04 2:45 
GeneralCopy tables between 2 SQL Servers Pin
tgprakash25-Oct-04 2:25
tgprakash25-Oct-04 2:25 
GeneralRe: Copy tables between 2 SQL Servers Pin
David Crow25-Oct-04 4:57
David Crow25-Oct-04 4:57 
GeneralRe: Copy tables between 2 SQL Servers Pin
tgprakash25-Oct-04 18:32
tgprakash25-Oct-04 18:32 
GeneralRe: Copy tables between 2 SQL Servers Pin
David Crow26-Oct-04 8:08
David Crow26-Oct-04 8:08 
GeneralFill a tagSAFEARRAY with VARIANTs Pin
anderslundsgard25-Oct-04 2:09
anderslundsgard25-Oct-04 2:09 
Generalraw serial IrDA-port Pin
shibby25-Oct-04 1:49
shibby25-Oct-04 1:49 
GeneralChanging Menu font size Pin
Member 144737325-Oct-04 1:41
Member 144737325-Oct-04 1:41 
Generalon com in .NET Pin
ppp00125-Oct-04 1:20
ppp00125-Oct-04 1:20 
GeneralRe: on com in .NET Pin
Kevin McFarlane25-Oct-04 1:32
Kevin McFarlane25-Oct-04 1:32 
GeneralUpdateWindow() vs InvalidateRect() Pin
J.B.25-Oct-04 0:33
J.B.25-Oct-04 0:33 
GeneralRe: UpdateWindow() vs InvalidateRect() Pin
J.B.25-Oct-04 5:00
J.B.25-Oct-04 5:00 
Generalprevent desktop screen capture Pin
A_Yakout25-Oct-04 0:23
A_Yakout25-Oct-04 0:23 
GeneralRe: prevent desktop screen capture Pin
A_Yakout25-Oct-04 20:31
A_Yakout25-Oct-04 20:31 

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.