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

C / C++ / MFC

 
GeneralProcess and parent Pin
vikramlinux28-Mar-05 19:11
vikramlinux28-Mar-05 19:11 
GeneralRe: Process and parent Pin
DasdaDAS29-Mar-05 20:00
DasdaDAS29-Mar-05 20:00 
Generalstring vs CString problems. Pin
mlatimer28-Mar-05 19:06
mlatimer28-Mar-05 19:06 
GeneralRe: string vs CString problems. Pin
ThatsAlok28-Mar-05 20:27
ThatsAlok28-Mar-05 20:27 
GeneralRe: string vs CString problems. Pin
mlatimer29-Mar-05 0:17
mlatimer29-Mar-05 0:17 
GeneralRe: string vs CString problems. Pin
mlatimer29-Mar-05 0:18
mlatimer29-Mar-05 0:18 
GeneralRe: string vs CString problems. Pin
ThatsAlok29-Mar-05 0:43
ThatsAlok29-Mar-05 0:43 
GeneralRe: string vs CString problems. Pin
David Crow29-Mar-05 4:57
David Crow29-Mar-05 4:57 
mlatimer wrote:
cs1 = m_sRootURL.Left(10);
s1 = cs1.GetString(); // ok


At this point, what is the fourth character in s1?

mlatimer wrote:
cs1 = m_sRootURL.Left(16);
s1 = cs1.GetString(); // not ok, s1 = "5rf"


At this point, what is the 14th and 15th characters in m_sRootURL?


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


Generalwsprintf help Pin
28-Mar-05 18:49
suss28-Mar-05 18:49 
GeneralRe: wsprintf help Pin
Michael Dunn29-Mar-05 0:00
sitebuilderMichael Dunn29-Mar-05 0:00 
QuestionPlease let me know the alternate to using threads? Pin
ledallam28-Mar-05 18:23
ledallam28-Mar-05 18:23 
GeneralBMPs VC++ 7 Pin
Don1228-Mar-05 17:56
Don1228-Mar-05 17:56 
GeneralToolBar Pin
Anand for every one28-Mar-05 17:50
Anand for every one28-Mar-05 17:50 
GeneralLoading BMPS VC++7 Pin
Don1228-Mar-05 17:48
Don1228-Mar-05 17:48 
QuestionShare file\folder dialog? Pin
RobJones28-Mar-05 16:45
RobJones28-Mar-05 16:45 
QuestionHow does it piece of code work??? Pin
28-Mar-05 16:31
suss28-Mar-05 16:31 
AnswerRe: How does it piece of code work??? Pin
Christian Graus28-Mar-05 16:45
protectorChristian Graus28-Mar-05 16:45 
AnswerRe: How does it piece of code work??? Pin
toxcct28-Mar-05 18:39
toxcct28-Mar-05 18:39 
Generaldisplaying images in Visual C++ Pin
a-huge28-Mar-05 16:05
a-huge28-Mar-05 16:05 
GeneralRe: displaying images in Visual C++ Pin
Christian Graus28-Mar-05 16:15
protectorChristian Graus28-Mar-05 16:15 
GeneralRe: displaying images in Visual C++ Pin
a-huge28-Mar-05 16:30
a-huge28-Mar-05 16:30 
GeneralRe: displaying images in Visual C++ Pin
Christian Graus28-Mar-05 16:42
protectorChristian Graus28-Mar-05 16:42 
GeneralRe: displaying images in Visual C++ Pin
a-huge28-Mar-05 21:45
a-huge28-Mar-05 21:45 
GeneralRe: displaying images in Visual C++ Pin
Christian Graus29-Mar-05 12:13
protectorChristian Graus29-Mar-05 12:13 
GeneralCreate wizard in VC++ Pin
swati2428-Mar-05 15:17
swati2428-Mar-05 15:17 

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.