If you go into Solution Explorer and Add a new or existing icon file, the editor will automatically open up with the file.
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman
The only way to add a reference as a project is to bring the project into the solution.
The difficult we do right away... ...the impossible takes slightly longer.
Thanks Richard. I had already tried that. Although its red, I do see ordinal 7138 in the export list of MFC90U.DLL.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous
John Simmons / outlaw programmer wrote:
I remember back in the good old days we could shift-click or something like that, but it doesn't seem to work.
Have you tried ctrl-clicking the control prior to the one where you want the changed order to begin?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous
You can modify your project such that myAppVer1.c and myAppVer3.c are excluded from the build, and the output file is called myApp.obj. Use the mouse right-click on the project and select Properties to see what can be changed. Alternatively you can create multiple projects within a solution that include only specific source files from a common directory, again using the Properties.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
You may use the Productivity Power Tools[^].
From link[^]:
Once you have it installed, you can turn brace completion on or off by going to Tools->Options->Productivity power tools->All Extensions->Automatic Brace Completion
Or you need to use Resharper(Also it has similar option).
thatraja
FREE Code Conversion VB6 ASP VB.NET C# ASP.NET C++ JAVA PHP DELPHI | Nobody remains a virgin, Life screws everyone :sigh:
Richard Andrew x64 wrote:
In VS 2010 C#, is it possible to force the IDE to regenerate the designer code file?
I have just always deleted the designer.cs file, opened the form back up in the Designer, done a "Save" and a "Build" and that does it for me, usually.
Sincerely Yours, Brian Hart
This is not a question about Visual Studio. You should ask in either the database forum or the VB.NET forum. :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
Thanks for pointing out the obvious. The point is I don't want to select every time because I use the Find or "Find and Replace" quite frequently. If the file type is default to .cs but all projects I work with have files ending in .vb, I will have a whole heck of time changing that to .vb each time I do a search. Anyway, I have found the solution. Thanks.
I finally found a link to the source for the old vbpowerpack. if anyone is interested heres the link http://www.hackchina.com/dlpre.php?lang=en&id=131030
Please don't use these forums for promoting web sites.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman