Click here to Skip to main content
15,919,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert a number in Cstring and then CString in number? Pin
Immunity1831-May-07 8:13
Immunity1831-May-07 8:13 
GeneralRe: Convert a number in Cstring and then CString in number? Pin
Immunity1831-May-07 8:17
Immunity1831-May-07 8:17 
GeneralRe: Convert a number in Cstring and then CString in number? Pin
Roger Stoltz31-May-07 8:19
Roger Stoltz31-May-07 8:19 
GeneralRe: Convert a number in Cstring and then CString in number? Pin
jmjack8823-Dec-09 21:02
jmjack8823-Dec-09 21:02 
Questiongetting the class members to pop up? Pin
ldsdbomber31-May-07 6:03
ldsdbomber31-May-07 6:03 
AnswerRe: getting the class members to pop up? Pin
David Crow31-May-07 6:11
David Crow31-May-07 6:11 
GeneralRe: getting the class members to pop up? Pin
ldsdbomber31-May-07 6:25
ldsdbomber31-May-07 6:25 
GeneralRe: getting the class members to pop up? Pin
David Crow31-May-07 6:31
David Crow31-May-07 6:31 
ldsdbomber wrote:
...at the "->" it refuses to pop up the available methods of the class.


I've had this happen in a few instances where the method that I was currently in had not yet been added to the class. For example:

void MyClass:DoSomething( void )
{
    CChartSerie* pLineSerieCol = m_ChartCtrl.AddSerie(CChartSerie::stLineSerie);
    pLineSerieCol->SetName("Energy Data");
    pLineSerieCol->SetColor(0x00ff0000);
}
If the DoSomething() method had not yet been added to MyClass, then Intellisense would fail to work. This does not appear to be the case with you however.

ldsdbomber wrote:
I wonder if it is humanly possible to feel more like a muppet than I do today


Only if you are you sprouting fur in odd places.


"A good athlete is the result of a good and worthy opponent." - David Crow

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: getting the class members to pop up? Pin
Vaclav_31-May-07 16:36
Vaclav_31-May-07 16:36 
QuestionUnicode setting bby default in IDE Pin
tom groezer31-May-07 5:10
tom groezer31-May-07 5:10 
AnswerRe: Unicode setting bby default in IDE Pin
toxcct31-May-07 5:27
toxcct31-May-07 5:27 
Questiondisplaying png's with GDI+ Pin
Adno31-May-07 4:58
Adno31-May-07 4:58 
AnswerRe: displaying png's with GDI+ Pin
Jun Du31-May-07 5:09
Jun Du31-May-07 5:09 
QuestionRe: displaying png's with GDI+ Pin
Mark Salsbery31-May-07 6:15
Mark Salsbery31-May-07 6:15 
AnswerRe: displaying png's with GDI+ Pin
Adno31-May-07 15:04
Adno31-May-07 15:04 
GeneralRe: displaying png's with GDI+ Pin
Mark Salsbery31-May-07 15:16
Mark Salsbery31-May-07 15:16 
QuestionRe: displaying png's with GDI+ Pin
Hamid_RT31-May-07 18:39
Hamid_RT31-May-07 18:39 
QuestionHow to Upload (.doc) file in MySQL Database Pin
Y_Kaushik31-May-07 4:45
Y_Kaushik31-May-07 4:45 
AnswerRe: How to Upload (.doc) file in MySQL Database Pin
David Crow31-May-07 5:03
David Crow31-May-07 5:03 
Generalhiding a console app Pin
Rage31-May-07 4:04
professionalRage31-May-07 4:04 
GeneralRe: hiding a console app Pin
toxcct31-May-07 4:12
toxcct31-May-07 4:12 
GeneralRe: hiding a console app Pin
Rage31-May-07 4:22
professionalRage31-May-07 4:22 
GeneralRe: hiding a console app Pin
toxcct31-May-07 4:28
toxcct31-May-07 4:28 
GeneralRe: hiding a console app Pin
Rage31-May-07 5:22
professionalRage31-May-07 5:22 
GeneralRe: hiding a console app Pin
toxcct31-May-07 5:24
toxcct31-May-07 5:24 

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.