|
|
I think that VS Premium is the version that the most users going to use it. And isn't heavey. Ultimate has all features (very cool).
Christian Amado
MCITP | MCTS | MOS | MTA
Olimpia ☆ ★★★
Please mark as answer, if it helps.
|
|
|
|
|
My favorite part if the Magazine.
For some reason I never get it though.
|
|
|
|
|
Visual Studio 2012 RC Ultimate, Windows 7 32bit, WinForms Application
Hi guys
Have been googling this all morning with no easy answer.
I placed a button on a form and double clicked the button to create the click event. After a while I realized I did not name the button. So I named it from "button2" to "btnShowTheResults" in the Properties panel.
So now the button has the new name property, but the event is still called "button2_Click".
How do I update all the events to they have the new Name property without corrupting the Form?
Thank you
|
|
|
|
|
NJKotze wrote: How do I update all the events
I believe that you would have to do this manually.
Why is common sense not common?
Never argue with an idiot. They will drag you down to their level where they are an expert.
Sometimes it takes a lot of work to be lazy
Please stand in front of my pistol, smile and wait for the flash - JSOP 2012
|
|
|
|
|
I am afraid (unless there's an Extension I don't know about) that the best way to do this is:
Immediately after you change the name of the Control: type control-h, and do a complete find-and-replace across the Project (or the entire Solution ?), changing the previous control name to the new name.
Or, you could manually change the name of the Click EventHandler, then go into the Properties Window / Event inspector for the Control, and wire-up the Click to the changed-name EventHandler.
Personally I would use find-and-replace.
best, Bill
~
Confused by Windows 8 ? This may help: [ ^] !
|
|
|
|
|
robel pinto robot tlenor net
|
|
|
|
|
Please post your messages in English,
so anyone can understand you.
|
|
|
|
|
Hello everyone,
I have a really serious problem with Visual studio 2010. I'm developping an ADDIN for Outlook 2010 and 2007. Since I wanted to test it in Outlook 2007, I removed Office 2010 and installed Office 2007. Since that I got this error when I launch the project : "Quote: windows forms designer package did not load correctly
The project doesn't even load the classes !!!
Have and idea ??
Thanks in advance for any help.
Riadh
|
|
|
|
|
I don't think this is anything to do with Visual Studio 11 or .NET 4.5.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
I was thinking it is a problem of the IDE !! The IDE does not load any project anymore.
|
|
|
|
|
See here[^].
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
The link gives the same page. Anyway I'm sorry if ths is not the right place to post my problem. But my visual studio is failing to load packages, specifically windows forms designer package
|
|
|
|
|
In future, try posting questions like this in the Visual Studio forum here[^]. Now, as to your problem, at a command line enter the following command devenv /resetsettings. (Hint - you may need to go to the installation folder for Visual Studio to run this; open up the shortcut and copy it down).
|
|
|
|
|
ok thanks for answering I'll try it ! I'll post where you told me
|
|
|
|
|
How to create report using dataset in vb.net???
|
|
|
|
|
Is this something to do with VS11 or .NET 4.5?
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
Just answer my question,,,, I'm beginner,,,, Up to you,,,,
|
|
|
|
|
As you have posted this in the wrong forum, you are unlikely to get any answers other than ones pointing out that this is not the right forum. Try the Visual Basic[^] forum instead.
You need to ask your question somewhere more appropriate, and you need to add more information to your question. What you have there is unlikely to be enough to offer any useful detail.
|
|
|
|
|
Akbarblack wrote: Just answer my question And, what's the magic word?
Akbarblack wrote: I'm beginner So perhaps you have not heard of search engines[^].
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
What is MVC really? Is "model-view-controller" basically the way all ASP.NET programs in Visual Studio are made? Is it the default way WPF applications are arranged?
|
|
|
|
|
Tryy reading some of these[^].
|
|
|
|
|
|
You can find information about ASP.NET MVC here: http://www.asp.net/mvc[^]
WPF use another model.
Christian Amado
MCITP | MCTS | MOS | MTA
Olimpia ☆ ★★★
Please mark as answer, if it helps.
|
|
|
|
|
Hello everyone,
For starters, I apologize for my English, I used google translate.
For some years that I give up trying to fix this bug which now describe.
It's Reading and Pixel Graphics.
I do not know if the bug is on the graphics or the reading of pixels.
The images describe the problem better.
1 - http://upperpix.com/pm-YSV8.html[^]
2 - http://upperpix.com/pm-QDA3.html[^]
The reading of pixels is done using an object created by me.
The 'object works fine, then incorrect values are not due to some incorrect completion of the object.
the position of "Mouse Y" is at 0 but the values I read one more.
If, however, change the first color of "LinearGradientBrush" and select an almost black color or a color with RGB values that are close to 0, the value is correct.
I do not know how to solve the problem, I wrote a series of forums but no one has been able to help me.
Thank you and I apologize for the English, I hope you understand something.
Bye.
|
|
|
|