VS2010 C# cant see non overridden methods of controls
NickName:Rick cf Ask DateTime:2013-04-25T22:19:14

VS2010 C# cant see non overridden methods of controls

I am new to C# and wrote a simple winform with a list box with manually added items. I want to add code to the listbox mouse double click method but I cannot locate it anywhere - not even sure it is called mousedoubleclick. During edit if I double click on the list box it puts me into the SelectedIndexChanged method but all other default methods do not show in the drop down box on the top right. So how do I get to other methods? I manually coded it but it does not run at runtime.

In all other Visual Studio and VB all used/unused methods are visible for a control/object.

Copyright Notice:Content Author:「Rick cf」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/16217234/vs2010-c-sharp-cant-see-non-overridden-methods-of-controls

More about “VS2010 C# cant see non overridden methods of controls” related questions

Deploy a C program compiled in VS2010

I have a compiled an older C++ program that runs fine in debug mode in VS2010 converted to VC++ 6 but I have no idea how to package or deploy the application. VS2010 may not have anything to do with

Show Detail

Mono on VS2010?

I want to start doing a cross platform project that will run on Linux and Windows. I went to mono's website to check things out as I heard mono allows me to run c# on Linux, but when I arrived there

Show Detail

VS2010 project dependencies

I have a c++ project in VS2010 and a c# project that is to consume this c++ project output (it uses it for p/invoke). I was thinking that I could ensure that the c++ project was build before the c#

Show Detail

Python in VS2010

i'm trying to work out which language to work with in VS2010, c# or Python. I understand that there are better ide's for Python out there but i like the VS IDE environment. If Iron python can do

Show Detail

Where is vcbuild in VS2010?

I've upgraded to VS2010 and am looking for the vbuild executable. For VS2008, it was under: C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcpackages\vcbuild.exe Where is it for VS2010? ...

Show Detail

C1083: Cannot include iostream (VS2010)

I've had a couple different versions of Visual studio installed on my machine over the past 2 years. As of last week, I had VS2012, VS2010 and VS2010 express edition. This morning, I uninstalled the

Show Detail

cannot find dll vs2010 c

I have a managed exe calling a managed dll, both written in c, and compiled using vs2010 c++. When I run the program I get error that program can't start because the dll is missing from my compute...

Show Detail

Word Completion C# VS2010

I am having some issues with word completion in VS2010 running in windows 7. I have no word completion in C#, programming a web application. The word completion works fine in html, but in code beh...

Show Detail

Build ATL VS2010 project on CI server

I need to build VS2010 C++ ATL project on CI server with no VS2010 installed. The project can be successfully built on developers machine with VS2010 installed. But VS2010 cannot be installed to CI

Show Detail

C code compilation problems in VS2010

I'm trying to compile C programs in VS2010 Professional using cl.exe (64bit command line). Getting strange errors in VS2010 or VS2008. Same Code compiles & runs in GNU gcc without a problem (Cy...

Show Detail