As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
The file system explorer window in Vista and Windows 7 has a bar at the top of the window where one can type in the address to look at. When you leave the field it turns from being a text edit field to a field with buttons and drop down menus that can be used for navigating.
Are there any existing components like this? How can one go about building this type of component?
Spy++ shows it to be a ToolbarWindow32. So it is just a toolbar but functionality seems to have been added to it.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm building a C# program like Windows Remote Desktop Connection.
I use Microsft RDP Client Control - version 8 to do that
There are some features I don't know how to do.
Disable (Enable) Desktop Backround
Font Smoothing
Visual style
I've found most of features at AdvancedSettings -> AdvancedSettings8. But I can't find these features there.
Can anybody help me?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need the customized Texbox like the below in Silverlight or Windows Phone platforms. That will be splitted based on the mask which has been applied to the control. I was looking over the internet and did not find anything.
I guess you cannot get away without creating a custom control. If you say split should be based on some mask, then, I guess, there could potentially be any number of text boxes inside, i.e. from 1 to unlimited (theoretically). Then you probably need to consider moving input focus between fields based on user input. Based on all this, custom control is what you need. If you have no previous experience with custom controls in WP or Silverlight, I suggest you to take a look here.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am trying to use a ribbon in my application.
I followed this tutorial on CodeProject using Visual Studio 2012.
Everything works until I compile the project.
If I close Form design then Visual Studio gives me this error:
There is no stack trace or error line information available for this
error
Next, all panels and tabs from ribbon disappear. It Doesn´t matter if I save the solution or when I close a Form.
I try it with sample from CodeProject and I put it in my project, but both ended with this error.
Is there some possibility to clear this error? Or do you know of another solution for a ribbon?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to look at the Visual tree as like Snoop in WPF.. Is there any tool for Windows phone application ?
You can have a look at Silverlight Spy - Silverlight Spy extension.
XAML SPY is the updated Silverlight Spy.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Please suggest a good calendar control which i can use in my app in windows phone 7.
My requirement is to change the background color of selected date and also have multi select option.
When I was in need of a calendar control, I had found these.
http://maheshprasad.blogspot.in/2010/12/calendar-control-for-windows-phone-7.html
http://wpcontrols.codeplex.com/
But I ended up making my own custom calendar.
our calendar should do what you want: http://www.componentone.com/SuperProducts/CalendarPhone/.
But it's not free