Click here to Skip to main content
15,916,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help I can't figure out how to update my edit box in visual c++ mfc Pin
Prakash Nadar6-Mar-04 6:29
Prakash Nadar6-Mar-04 6:29 
GeneralRe: Help I can't figure out how to update my edit box in visual c++ mfc Pin
Michael Dunn6-Mar-04 6:57
sitebuilderMichael Dunn6-Mar-04 6:57 
GeneralRe: Help I can't figure out how to update my edit box in visual c++ mfc Pin
Prakash Nadar6-Mar-04 7:03
Prakash Nadar6-Mar-04 7:03 
GeneralRe: Help I can't figure out how to update my edit box in visual c++ mfc Pin
MeterMan6-Mar-04 7:11
MeterMan6-Mar-04 7:11 
GeneralRe: Help I can't figure out how to update my edit box in visual c++ mfc Pin
Prakash Nadar6-Mar-04 7:26
Prakash Nadar6-Mar-04 7:26 
GeneralRe: Help I can't figure out how to update my edit box in visual c++ mfc Pin
MeterMan6-Mar-04 8:45
MeterMan6-Mar-04 8:45 
GeneralRe: Help I can't figure out how to update my edit box in visual c++ mfc Pin
Prakash Nadar6-Mar-04 14:46
Prakash Nadar6-Mar-04 14:46 
GeneralRe: Help I can't figure out how to update my edit box in visual c++ mfc Pin
MeterMan6-Mar-04 17:50
MeterMan6-Mar-04 17:50 
THANKs for you help. that cleared that error but now i get one more
it says run() is not a member of HWND which its not. its a member of CCASH3MFCDLG

I tried changing ts->_this->run(); to the following
CCash3mfcDlg::run();
and i get an error
C:\Downloads\cash3 mfc\cash3 mfcDlg.cpp(239) : error C2352: 'CCash3mfcDlg::run' : illegal call of non-static member function

i tried this as well

typedef struct ANOTHERTHREAD //structure for passing to the controlling function
{
CCash3mfcDlg* _this;
} ANOTHERTHREAD;

and then
ANOTHERTHREAD* ts = (ANOTHERTHREAD*)param;

it compiled with no errors but as soon as i start the thread it crashes

Frown | :(


Win32newb
if (user=="Win32newb")
{
CWnd::Messagebox
("DUH");
}
ELSE
{
CWnd::Messagebox
("HELP WIN32NEWB");
}

"Making windows programs worse than they already are"
GeneralRe: Help I can't figure out how to update my edit box in visual c++ mfc Pin
Prakash Nadar6-Mar-04 20:28
Prakash Nadar6-Mar-04 20:28 
GeneralRe: Help I can't figure out how to update my edit box in visual c++ mfc Pin
MeterMan6-Mar-04 20:57
MeterMan6-Mar-04 20:57 
GeneralRe: Help I can't figure out how to update my edit box in visual c++ mfc Pin
MeterMan6-Mar-04 7:03
MeterMan6-Mar-04 7:03 
GeneralRe: Help I can't figure out how to update my edit box in visual c++ mfc Pin
Michael Dunn6-Mar-04 8:30
sitebuilderMichael Dunn6-Mar-04 8:30 
GeneralRe: Help I can't figure out how to update my edit box in visual c++ mfc Pin
MeterMan6-Mar-04 9:27
MeterMan6-Mar-04 9:27 
GeneralVC .NET 2003 Serial Port Comms Pin
shultas6-Mar-04 5:39
shultas6-Mar-04 5:39 
GeneralRe: VC .NET 2003 Serial Port Comms Pin
bishbosh027-Mar-04 8:45
bishbosh027-Mar-04 8:45 
Generaliterator Pin
nss6-Mar-04 4:41
nss6-Mar-04 4:41 
GeneralRe: iterator Pin
Michael Dunn6-Mar-04 5:02
sitebuilderMichael Dunn6-Mar-04 5:02 
GeneralRe: iterator Pin
nss6-Mar-04 5:44
nss6-Mar-04 5:44 
GeneralRe: iterator Pin
Jörgen Sigvardsson6-Mar-04 14:31
Jörgen Sigvardsson6-Mar-04 14:31 
GeneralRe: iterator Pin
Nemanja Trifunovic6-Mar-04 15:06
Nemanja Trifunovic6-Mar-04 15:06 
GeneralRe: iterator Pin
Jörgen Sigvardsson6-Mar-04 15:16
Jörgen Sigvardsson6-Mar-04 15:16 
QuestionWhat does this mean? Pin
Link26005-Mar-04 21:18
Link26005-Mar-04 21:18 
AnswerRe: What does this mean? Pin
Prakash Nadar5-Mar-04 21:36
Prakash Nadar5-Mar-04 21:36 
AnswerRe: What does this mean? Pin
Roger Wright6-Mar-04 4:16
professionalRoger Wright6-Mar-04 4:16 
AnswerRe: What does this mean? Pin
Michael Dunn6-Mar-04 5:04
sitebuilderMichael Dunn6-Mar-04 5:04 

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.