Click here to Skip to main content
15,910,980 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need Your Help!!!! Pin
Rage27-Apr-05 22:36
professionalRage27-Apr-05 22:36 
GeneralRe: Need Your Help!!!! Pin
ThatsAlok27-Apr-05 23:07
ThatsAlok27-Apr-05 23:07 
Generalimport TStringGrid component to MFC Pin
27-Apr-05 15:51
suss27-Apr-05 15:51 
QuestionCan Use VirtualAllocEx( ) to Get Memory from Other Process? Pin
macauit27-Apr-05 14:49
macauit27-Apr-05 14:49 
AnswerRe: Can Use VirtualAllocEx( ) to Get Memory from Other Process? Pin
Ryan Binns27-Apr-05 19:15
Ryan Binns27-Apr-05 19:15 
AnswerRe: Can Use VirtualAllocEx( ) to Get Memory from Other Process? Pin
stolid_rock27-Apr-05 19:21
stolid_rock27-Apr-05 19:21 
GeneralCannot find file bug Pin
Jorgen E.27-Apr-05 13:21
Jorgen E.27-Apr-05 13:21 
Generalinitializing pointers / handles Pin
mkuhac27-Apr-05 12:52
mkuhac27-Apr-05 12:52 
what is the difference between (c):
HMENU hMenu = NULL;
and
HMENU hMenu = (HMENU) NULL;

or (c++):
HMENU hMenu = 0;
and
HMENU hMenu = reinterpret_cast<HMENU>(0);

Is cast operator while initializing pointers really necessary?
GeneralRe: initializing pointers / handles Pin
Ryan Binns27-Apr-05 19:17
Ryan Binns27-Apr-05 19:17 
GeneralPlugin doesnt detect *.html, Netscape Pin
shaikh_zuber27-Apr-05 12:10
shaikh_zuber27-Apr-05 12:10 
GeneralLinking Problem !! Something to do with Multi-threading Pin
Mohammad Tarik27-Apr-05 11:58
Mohammad Tarik27-Apr-05 11:58 
GeneralRe: Linking Problem !! Something to do with Multi-threading Pin
Taka Muraoka27-Apr-05 21:17
Taka Muraoka27-Apr-05 21:17 
GeneralRe: Linking Problem !! Something to do with Multi-threading Pin
Mohammad Tarik28-Apr-05 0:01
Mohammad Tarik28-Apr-05 0:01 
GeneralInternet Explorer as an activex control Pin
Jörgen Sigvardsson27-Apr-05 11:34
Jörgen Sigvardsson27-Apr-05 11:34 
GeneralRe: Internet Explorer as an activex control Pin
Michael Dunn27-Apr-05 12:06
sitebuilderMichael Dunn27-Apr-05 12:06 
GeneralRe: Internet Explorer as an activex control Pin
Jörgen Sigvardsson27-Apr-05 12:21
Jörgen Sigvardsson27-Apr-05 12:21 
GeneralRe: Internet Explorer as an activex control Pin
Jörgen Sigvardsson27-Apr-05 12:37
Jörgen Sigvardsson27-Apr-05 12:37 
GeneralRe: Internet Explorer as an activex control Pin
Michael Dunn28-Apr-05 5:36
sitebuilderMichael Dunn28-Apr-05 5:36 
Generalsimple equation problem Pin
CNewbie27-Apr-05 9:30
CNewbie27-Apr-05 9:30 
GeneralRe: simple equation problem Pin
Ravi Bhavnani27-Apr-05 9:35
professionalRavi Bhavnani27-Apr-05 9:35 
GeneralRe: simple equation problem Pin
CNewbie27-Apr-05 9:41
CNewbie27-Apr-05 9:41 
GeneralRe: simple equation problem Pin
LunaticFringe27-Apr-05 9:47
LunaticFringe27-Apr-05 9:47 
GeneralRe: simple equation problem Pin
CNewbie27-Apr-05 9:51
CNewbie27-Apr-05 9:51 
GeneralRun exe file problem !!! Pin
WDI27-Apr-05 9:18
WDI27-Apr-05 9:18 
GeneralRe: Run exe file problem !!! Pin
Abhi Lahare27-Apr-05 15:42
Abhi Lahare27-Apr-05 15:42 

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.