It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Using Visual Studio 2010, Windows Forms Application. When creating a click event for a button the function parameters are as follows:
(System::Object^ sender, System::EventArgs^ e)
What is the meaning of the power symbol? Google isn't helping me search this as it ignores special characters ><
I know in c# it is an exclusive OR operator but that seems irrelevant here.
That looks like C++, not C#.
Did you see this in the documentation? If so, switch the documentation mode to C# and things will make a lot more sense.
If Visual Studio is generating this, you probably accidentally created a C++ project.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to create something like menu in android in Windows Phone. I found that there is something what would be good but I can't even find anywhere how it's named. I marked it red on screenshoot.
The element you are referring to is the ApplicationBar or "AppBar".
You can read more about it in the official documentation at http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff431813(v=vs.105).aspx
For examples of how to program with it see http://www.jeffblankenburg.com/2010/10/06/31-days-of-windows-phone-day-6-application-bar/
Note that this is a native Windows Phone element and does not correspond directly to the Android menu and users of each platform would likely expect them to behave differently on each platform.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I wish to design my own control in C# for visual studio.I have followed the link Create Custom Control and would like to see some more which involves making control from scratch
A simple search on StackOverflow and Google are a great place to start.
If you are wanting to create a control that handles its own rendering, you may want to look into using the objects in the System.Drawing namespace (namely System.Drawing.Graphics).
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
any one plz tell me how to differentiate the c# and silverlight interms of utility classes,ui controls(ui rendering) and package deployment?
i need to know all these details anyone plz help me out.
The Silverlight classes offered out-of-the-box are listed on MSDN - as are the various C# class libraries.
Assuming that your question comes from wanting to know which C# classes are not available in Silverlight (quite a few as I remember)
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is there in c# a library or a simple console or other application that i can include with my project to generate class diagram from .cs file ? Im talking about something like the visual studio class generator ;).
Assuming that you are looking for an integrated solution in your application : AutoDiagrammer
http://office.microsoft.com/en-us/visio-help/about-reverse-engineering-code-to-the-uml-HP081550745.aspx .. Maybe
VisualStudio - view class diagram
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Now i am currently working on a c# based application.In that application now i am working on design part.i am using visual studio 2008,i want a control like below image
which control is available like above image in visual studio.
i tried treeview.but i can't get the link like above image(here link is blue line).
How to do this?
if you move to some new technologies, most of the new features will available to you.
if you use WPF, you can achieve it. there is much flexibility in UI Decoration in it.
your desired design with custom item icons and colour link
if you use red controls: link