T O P I C R E V I E W |
horeaper |
Posted - Jul 20 2009 : 04:08:27 AM The following code:
PictureBox ^pictureBox1 = gcnew PictureBox(); pictureBox1->
After the "->", for example I want to select the "Size" property, I saw "get_Size" and "set_Size" methods that doesn't exist under VC2005's new cli syntax. Perhaps you should hide them if I'm not using /cli:oldSyntax.
- Sorry for my poor English if that's causing any trouble to you ^_^ |
3 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Aug 22 2009 : 7:22:00 PM case=29929 is fixed in build 1731 |
feline |
Posted - Jul 22 2009 : 12:15:55 PM I am seeing the same effect here. Thank you for the clear description.
case=29929
For me turning on:
VA Options -> Advanced -> Listboxes -> Get content from default Intellisense
fixes this problem, so you might want to try this. |
horeaper |
Posted - Jul 20 2009 : 04:14:24 AM Forgot to mention, this problem exist from the first time I use VAX until now (1727). It's not a big problem but you guys fix bugs very quick so I think it's time to bring this one to the daylight XD. |