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
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
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?