Click here to Skip to main content
15,890,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problems with Task Scheduler Pin
David Crow28-Jul-05 5:19
David Crow28-Jul-05 5:19 
GeneralRe: Problems with Task Scheduler Pin
beedub28-Jul-05 6:17
beedub28-Jul-05 6:17 
GeneralRe: Problems with Task Scheduler Pin
David Crow28-Jul-05 8:57
David Crow28-Jul-05 8:57 
QuestionHow to make a splitted frame? Pin
Olgun27-Jul-05 23:01
Olgun27-Jul-05 23:01 
AnswerRe: How to make a splitted frame? Pin
Mohammed F. Salem28-Jul-05 0:30
Mohammed F. Salem28-Jul-05 0:30 
GeneralRe: How to make a splitted frame? Pin
David Crow28-Jul-05 5:24
David Crow28-Jul-05 5:24 
GeneralRe: How to make a splitted frame? Pin
Olgun28-Jul-05 23:23
Olgun28-Jul-05 23:23 
QuestionHow do i convert CString from MFC application to String in Win32 application Pin
santoshskulkarni27-Jul-05 20:46
santoshskulkarni27-Jul-05 20:46 
hello all ,
i have some code in MFC which i have to write it in win 32 but i couldnt find a rightway can anybody help me regarding this. My code goes like this.

in MFC code is:
typedef unsigned short mtsChar_T;
.
.
mtsChar_T* pResultText;
.
.
CString res;
for(i=0; i< 100; i++)
{
if((pResultText + i)=='\0')
break;
res =res +(pResultText+i);
}
AfxMessageBox(res);

Now i have to write it in win 32sdk application , iahve tried the same code by just replacing Cstring wirh string but it doesnt complile .plz help me abt thisFrown | :(

Santosh
AnswerRe: How do i convert CString from MFC application to String in Win32 application Pin
Bob Stanneveld27-Jul-05 21:06
Bob Stanneveld27-Jul-05 21:06 
GeneralRe: How do i convert CString from MFC application to String in Win32 application Pin
santoshskulkarni27-Jul-05 22:14
santoshskulkarni27-Jul-05 22:14 
GeneralRe: How do i convert CString from MFC application to String in Win32 application Pin
Bob Stanneveld27-Jul-05 22:55
Bob Stanneveld27-Jul-05 22:55 
GeneralRe: How do i convert CString from MFC application to String in Win32 application Pin
santoshskulkarni28-Jul-05 0:58
santoshskulkarni28-Jul-05 0:58 
GeneralRe: How do i convert CString from MFC application to String in Win32 application Pin
John R. Shaw28-Jul-05 5:30
John R. Shaw28-Jul-05 5:30 
GeneralCView and Dialog Pin
Mohammed F. Salem27-Jul-05 20:35
Mohammed F. Salem27-Jul-05 20:35 
GeneralRe: CView and Dialog Pin
Cool Ju27-Jul-05 21:18
Cool Ju27-Jul-05 21:18 
GeneralRe: CView and Dialog Pin
Mohammed F. Salem27-Jul-05 22:22
Mohammed F. Salem27-Jul-05 22:22 
GeneralRe: CView and Dialog Pin
Cool Ju27-Jul-05 23:09
Cool Ju27-Jul-05 23:09 
GeneralRe: CView and Dialog Pin
Mohammed F. Salem27-Jul-05 23:58
Mohammed F. Salem27-Jul-05 23:58 
GeneralRe: CView and Dialog Pin
Satishkumar.B28-Jul-05 1:58
Satishkumar.B28-Jul-05 1:58 
GeneralRe: CView and Dialog Pin
Mohammed F. Salem28-Jul-05 2:32
Mohammed F. Salem28-Jul-05 2:32 
GeneralRe: CView and Dialog Pin
David Crow28-Jul-05 5:34
David Crow28-Jul-05 5:34 
GeneralRe: CView and Dialog Pin
David Crow28-Jul-05 5:31
David Crow28-Jul-05 5:31 
GeneralRe: CView and Dialog Pin
David Crow28-Jul-05 5:37
David Crow28-Jul-05 5:37 
GeneralRe: CView and Dialog Pin
Mohammed F. Salem28-Jul-05 7:13
Mohammed F. Salem28-Jul-05 7:13 
GeneralRe: CView and Dialog Pin
David Crow28-Jul-05 7:23
David Crow28-Jul-05 7:23 

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.