Click here to Skip to main content
16,006,570 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I have a editbox in my toolbar and want change background color Pin
whofmans1-May-03 21:03
whofmans1-May-03 21:03 
GeneralRe: I have a editbox in my toolbar and want change background color Pin
David Crow2-May-03 4:15
David Crow2-May-03 4:15 
QuestionCString Bug??? Pin
levay1-May-03 4:52
levay1-May-03 4:52 
AnswerRe: CString Bug??? Pin
David Crow1-May-03 5:07
David Crow1-May-03 5:07 
GeneralRe: CString Bug??? Pin
levay1-May-03 5:15
levay1-May-03 5:15 
GeneralRe: CString Bug??? Pin
David Crow1-May-03 5:39
David Crow1-May-03 5:39 
GeneralRe: CString Bug??? Pin
levay1-May-03 5:49
levay1-May-03 5:49 
GeneralRe: CString Bug??? Pin
levay1-May-03 6:10
levay1-May-03 6:10 
Here is another strange point. After making the statement above about "performing a Mid(5,20)", I tried that exact number (I was just using those numbers as an example. I had up till this point, used the vars I had available in the loop). That didn't work! In order to make the error stop, I have to pull at least 48 chars in the mid:

<br />
strTemp = String.Mid(106, 48);<br />


It doesn't matter where in the string I start. Mid(1,48), Mid(1000,48). Just as long as I pull at least 48 chars from the string. Anything less, creates the error.

*big shrug*
AnswerRe: CString Bug??? Pin
Nitron1-May-03 5:38
Nitron1-May-03 5:38 
GeneralRe: CString Bug??? Pin
levay1-May-03 5:52
levay1-May-03 5:52 
GeneralRe: CString Bug??? Pin
Nitron1-May-03 5:54
Nitron1-May-03 5:54 
GeneralRe: CString Bug??? Pin
David Crow1-May-03 7:45
David Crow1-May-03 7:45 
GeneralRe: CString Bug??? Pin
levay1-May-03 9:00
levay1-May-03 9:00 
AnswerRe: CString Bug??? Pin
Rein Hillmann1-May-03 6:30
Rein Hillmann1-May-03 6:30 
GeneralRe: CString Bug??? Pin
levay1-May-03 7:02
levay1-May-03 7:02 
AnswerRe: CString Bug??? Pin
John R. Shaw2-May-03 22:24
John R. Shaw2-May-03 22:24 
Generalmultiline list view Pin
SanjiDeluxe1-May-03 4:30
SanjiDeluxe1-May-03 4:30 
GeneralRe: multiline list view Pin
RobJones1-May-03 5:03
RobJones1-May-03 5:03 
GeneralRe: multiline list view Pin
happosai1-May-03 7:35
happosai1-May-03 7:35 
Generalopen solitare Pin
InternetMill1-May-03 4:28
InternetMill1-May-03 4:28 
GeneralRe: open solitare Pin
Nick Parker1-May-03 4:44
protectorNick Parker1-May-03 4:44 
GeneralRe: open solitare Pin
David Crow1-May-03 5:19
David Crow1-May-03 5:19 
Generalinstall .inf file with C++ code Pin
aslm1-May-03 4:00
aslm1-May-03 4:00 
GeneralRe: install .inf file with C++ code Pin
John R. Shaw2-May-03 22:51
John R. Shaw2-May-03 22:51 
GeneralADO AddNew Record Pin
roshanak1-May-03 3:37
roshanak1-May-03 3:37 

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.