Click here to Skip to main content
15,897,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: To resize the code section of a PE file Pin
Iain Clarke, Warrior Programmer5-Feb-08 0:53
Iain Clarke, Warrior Programmer5-Feb-08 0:53 
GeneralRe: To resize the code section of a PE file Pin
zon_cpp5-Feb-08 1:32
zon_cpp5-Feb-08 1:32 
GeneralOT Pin
CPallini5-Feb-08 2:32
mveCPallini5-Feb-08 2:32 
GeneralRe: To resize the code section of a PE file Pin
Stephen Hewitt5-Feb-08 1:01
Stephen Hewitt5-Feb-08 1:01 
GeneralRe: To resize the code section of a PE file Pin
zon_cpp5-Feb-08 1:36
zon_cpp5-Feb-08 1:36 
GeneralRe: To resize the code section of a PE file Pin
Stephen Hewitt5-Feb-08 11:58
Stephen Hewitt5-Feb-08 11:58 
GeneralRe: To resize the code section of a PE file Pin
CPallini5-Feb-08 2:36
mveCPallini5-Feb-08 2:36 
QuestionHow to access a variable declared in other class Pin
hari prasad sathpadi4-Feb-08 22:39
hari prasad sathpadi4-Feb-08 22:39 
class fontdlg
{
public:
void a()
{
CFontDlg dlg;
COLORREF color=dlg.GetColor();
}
}


I want to use color is other class, so how can i use color variable in other class. For that how should i declare.
AnswerRe: How to access a variable declared in other class Pin
CPallini4-Feb-08 22:52
mveCPallini4-Feb-08 22:52 
AnswerRe: How to access a variable declared in other class Pin
Hamid_RT5-Feb-08 1:04
Hamid_RT5-Feb-08 1:04 
GeneralRe: How to access a variable declared in other class Pin
CPallini5-Feb-08 2:02
mveCPallini5-Feb-08 2:02 
GeneralRe: How to access a variable declared in other class Pin
Hamid_RT5-Feb-08 4:21
Hamid_RT5-Feb-08 4:21 
GeneralWin32 API for admin rights detection Pin
dharani4-Feb-08 22:34
dharani4-Feb-08 22:34 
GeneralRe: Win32 API for admin rights detection Pin
Rajesh R Subramanian4-Feb-08 23:40
professionalRajesh R Subramanian4-Feb-08 23:40 
GeneralAbout Window update Pin
manish.patel4-Feb-08 21:23
manish.patel4-Feb-08 21:23 
GeneralSave image in database Pin
Paulraj G4-Feb-08 21:15
Paulraj G4-Feb-08 21:15 
Generalcstring to tchar conversion Pin
Francis K Antony4-Feb-08 20:53
Francis K Antony4-Feb-08 20:53 
General[Message Deleted] Pin
Paulraj G4-Feb-08 21:08
Paulraj G4-Feb-08 21:08 
GeneralRe: cstring to tchar conversion Pin
Cedric Moonen4-Feb-08 21:11
Cedric Moonen4-Feb-08 21:11 
GeneralRe: cstring to tchar conversion Pin
Rajesh R Subramanian4-Feb-08 21:26
professionalRajesh R Subramanian4-Feb-08 21:26 
GeneralRe: cstring to tchar conversion Pin
Rajkumar R4-Feb-08 21:53
Rajkumar R4-Feb-08 21:53 
GeneralRe: cstring to tchar conversion Pin
Rajesh R Subramanian4-Feb-08 22:08
professionalRajesh R Subramanian4-Feb-08 22:08 
GeneralRe: cstring to tchar conversion Pin
CPallini4-Feb-08 22:18
mveCPallini4-Feb-08 22:18 
GeneralRe: cstring to tchar conversion Pin
Rajesh R Subramanian4-Feb-08 22:25
professionalRajesh R Subramanian4-Feb-08 22:25 
GeneralRe: cstring to tchar conversion Pin
CPallini4-Feb-08 22:36
mveCPallini4-Feb-08 22:36 

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.