I'm using Visual Studio 2010 Ultimate, and intellisense is not working.
For example from the below code when i try to access methods inside e
it doesn't prompting me the available methods.
private: System::Void textBox1_KeyDown(System::Object^ sender, System::Windows::Forms::KeyEventArgs^ e){
}