Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Making a Thread wait and not exit after the controlling function exits Pin
Rajesh R Subramanian7-Oct-09 3:24
professionalRajesh R Subramanian7-Oct-09 3:24 
GeneralRe: Making a Thread wait and not exit after the controlling function exits Pin
Hari_168-Oct-09 18:28
Hari_168-Oct-09 18:28 
AnswerRe: Making a Thread wait and not exit after the controlling function exits Pin
Rajesh R Subramanian8-Oct-09 19:44
professionalRajesh R Subramanian8-Oct-09 19:44 
QuestionReg Database Pin
thangvel6-Oct-09 21:26
thangvel6-Oct-09 21:26 
QuestionCString + OPENFILENAME Pin
raviteja20206-Oct-09 21:18
raviteja20206-Oct-09 21:18 
AnswerRe: CString + OPENFILENAME Pin
CPallini6-Oct-09 21:25
mveCPallini6-Oct-09 21:25 
GeneralRe: CString + OPENFILENAME Pin
raviteja20206-Oct-09 22:46
raviteja20206-Oct-09 22:46 
QuestionRe: CString + OPENFILENAME Pin
CPallini6-Oct-09 22:51
mveCPallini6-Oct-09 22:51 
raviteja2020 wrote:
Now the problem is, I would like to declare a public variable so that it can do the work of both the variable types.
So I need a variable type as a combination of CString and OPENFILENAME.


Nope. You don't need that. You may share, for instance, the CString object (and make it interact properly with the OPENFILENAME struct).

Could you please post the relevant code?
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

AnswerRe: CString + OPENFILENAME Pin
raviteja20206-Oct-09 23:03
raviteja20206-Oct-09 23:03 
GeneralRe: CString + OPENFILENAME Pin
Richard MacCutchan6-Oct-09 23:19
mveRichard MacCutchan6-Oct-09 23:19 
GeneralRe: CString + OPENFILENAME Pin
CPallini6-Oct-09 23:29
mveCPallini6-Oct-09 23:29 
AnswerRe: CString + OPENFILENAME Pin
Stuart Dootson6-Oct-09 21:28
professionalStuart Dootson6-Oct-09 21:28 
AnswerRe: CString + OPENFILENAME Pin
KarstenK6-Oct-09 21:52
mveKarstenK6-Oct-09 21:52 
AnswerRe: CString + OPENFILENAME Pin
David Crow7-Oct-09 3:33
David Crow7-Oct-09 3:33 
QuestionUsage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
ratprita6-Oct-09 20:33
ratprita6-Oct-09 20:33 
AnswerRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
Michael Schubert6-Oct-09 20:41
Michael Schubert6-Oct-09 20:41 
AnswerRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
goonyangxiaofang6-Oct-09 20:41
goonyangxiaofang6-Oct-09 20:41 
GeneralRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
ratprita6-Oct-09 21:22
ratprita6-Oct-09 21:22 
GeneralRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
CPallini6-Oct-09 21:25
mveCPallini6-Oct-09 21:25 
GeneralRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
Richard MacCutchan6-Oct-09 23:22
mveRichard MacCutchan6-Oct-09 23:22 
AnswerRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
CPallini6-Oct-09 21:20
mveCPallini6-Oct-09 21:20 
AnswerRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
KarstenK6-Oct-09 21:55
mveKarstenK6-Oct-09 21:55 
AnswerRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
Rajesh R Subramanian6-Oct-09 22:03
professionalRajesh R Subramanian6-Oct-09 22:03 
AnswerRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
wangningyu6-Oct-09 22:34
wangningyu6-Oct-09 22:34 
GeneralRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
Michael Schubert6-Oct-09 22:44
Michael Schubert6-Oct-09 22:44 

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.