custom-controls
Using Model with none MVC application
I\'m trying to use a Model with my Asp.net page. But im not using MVC. I get an error when trying to inherit the model from a customcontrol. The error is[详细]
2023-04-08 13:46 分类:问答WPF Combobox deriving from derived doesn't work
HOPEFULLY, someone strong in WPF knows what\'s going on... The scenario I\'ve sampled below is also applicable to others too, like textbox, command buttons, etc...[详细]
2023-04-08 07:52 分类:问答UserControl custom property grayed
I\'m quite sure this is a stupid question, but all my tries failed. I have a custom control in which I\'d like to have a complex property exposing many properties. I want to do this because I would ha[详细]
2023-04-07 22:18 分类:问答how to get a user input in google maps using custom controls?
I have custom controls on my map with this tutorial http://code.google.com/apis/maps/documentation/javascript/controls.html#CustomDrawing[详细]
2023-04-07 15:24 分类:问答Custom control not being rendered
The idea behind the control below is to be able to show a Label inside of a TextBox when there isn\'t any text. To do this, I just took a working control that is similar, a SearchTextBox, but has too[详细]
2023-04-07 12:27 分类:问答Visual Studio 2010 C# Windows-Forms Editor Bug
I currently have an annoying bug with the Editor in Visual Studio 2010 Express. Whenever I add a CustomControl in the Editor, any changes I make after that to the form, isn\'t saved in the .cs File, w[详细]
2023-04-07 03:00 分类:问答Custom Control switching between two styles
I\'m making a custom control which has two very different styling needs. One for a basic look, and another for a more advanced look.[详细]
2023-04-06 19:07 分类:问答Adding a custom object to NIB in XCode 4.1 is way too much complicated compared to 3.2
In XCode 3.2, IB has a Classes tab in the Libra开发者_如何学Cry to let you add your own class to nib file. But in XCode 4.1 that tab is disappeared. There is an item called \"Custom Objects\" in objec[详细]
2023-04-06 10:00 分类:问答Custom DataGridView problem with bottom line
I faced with the problem with c开发者_StackOverflowustom DataGridView. I want to draw a bottom line, but I can\'t avoid of drawing this line that remain on cells when I scrolling the grid.[详细]
2023-04-05 16:57 分类:问答Validating custom Editing Control in DataGridView
I\'m creating a custom Editing Control for a DataGridView which is based on TextBox. This works fine, except for the fact that (although I can override the OnValidating event) setting e.Cancel to true[详细]
2023-04-05 13:34 分类:问答