Siegmund Baumann
New Member
2 Posts |
Posted - Jun 23 2005 : 02:28:43 AM
|
Hello,
In a very simple windows forms application (generated by the wizard) the designer normally adds this variable System::ComponentModel::Container ^components; If I now type components-> then a list box with suggestions is displayed. Now my problem: If the file contains this line using namespace System::ComponentModel; and the member is declared without full namespace qualification Container ^ test; then no suggestion is made if I type test->
I repeated this several times. Always the same result. Then I switch the allow accronyms option on and off. Now the suggestion was displayed. I have a lot of problems like this: In most cases in my C++/CLI programs no suggestions are displayed. If I think, I got a reproducable bug and I try several times the same thing, then suggestions are displayed from time to time.
What should I do? I'm using Beta 2 and Build 1416.
Kind regards S. Baumann |
|