mfc >> faq after "." , the member can not display, why?

by Ajay Kalra » Mon, 20 Mar 2006 09:06:22 GMT

If you like intellisense, you should check out visual assist from
wholetomato. I have been using it for a long time and it is very
useful. Its not free but there is free trial. Worth checking out.

------
Ajay Kalra
XXXX@XXXXX.COM



mfc >> faq after "." , the member can not display, why?

by Ajay Kalra » Mon, 20 Mar 2006 10:51:33 GMT






http://www.wholetomato.com/





mfc >> faq after "." , the member can not display, why?

by fcvcnet » Mon, 20 Mar 2006 13:25:13 GMT

I tried , it is cool thought it will be slowly.
Do you know how to make the tip like wholetomato's tip, I like it.
Thank you.

"Ajay Kalra" < XXXX@XXXXX.COM >
: XXXX@XXXXX.COM ...






faq after "." , the member can not display, why?

by Ajay Kalra » Mon, 20 Mar 2006 22:27:02 GMT

> Do you know how to make the tip like wholetomato's tip,

I am not sure what you mean. Do you mean intellisense or the splash
screen that appears with the tip?

--------
Ajay Kalra
XXXX@XXXXX.COM



faq after "." , the member can not display, why?

by fcvcnet » Tue, 21 Mar 2006 09:33:34 GMT

Thanks , but what is wholetomato and where I can get it?

"Ajay Kalra" < XXXX@XXXXX.COM >
??????: XXXX@XXXXX.COM ...




Similar Threads

1. faq after "." , the member can not display, why?

2. why const member, reference member can only be initialized not assigned

Hey loser why don't you do something productive with your life rather
than sulk like a dog

3. why const member, reference member can only be initialized not assigned

4. FAQ or not FAQ?

5. Could not bind to the new display member error - CSharp/C#

6. Why abstracts are not displayed?

Hi,

I'm using VS .Net 2003.  I want to add abstracts for my own DLL. I used "///" and the auto generated codes in IDE, for example:

/// <summary>
/// something...
/// </summary>
/// <returns>what returned</returns>

But when I added the DLL to other projects, I couldn't find any abstracts.  Is there any switch in the compiler?

Thank you.

-- 
"Forward Galaxia"

7. Why could not display the string?

8. why ListBox can not display my CString correctly?

I have a CString:

CString Description = "Raw data";
CString data = "123.45";
CString addr = "Texas";
CString cs;
cs.Format("%s\tData=%s:%d\t",Description,data,addr);

...
CListBox list;
list.AddString(cs);

the "\t" is displayed as square symbol. not tab. why?