0
votes
1answer
24 views
Custom Controls
I seem to be having problems with custom controls in WPF. I want to have a simple validating textbox where I can only put doubles. In Forms it was easy, just create a custom contro …
2
votes
6answers
78 views
UI for creating invoices
Currently, I'm in the process of making a custom solution for invoicing. I have created multiple ways for customers to create their template (HTML, Word, LaTex) and get invoices ac …
1
vote
1answer
12 views
Adding visible elements to a custom Panel in Silverlight 3
As I understand it, a Panel isn't meant to have any visible "chrome." The StackPanel, Grid and Canvas don't have any visible elements (with the exception of the gridlines, which t …
0
votes
2answers
50 views
Creating a WPF Custom Control
I'm currently creating a user interface using WPF and would like to display a pie-chart on my window. As far as I can see, this will involve creating a custom control - it is not a …
0
votes
1answer
30 views
My control is “not allowed here because it does not extend class ‘System.Web.UI.UserControl’”
Hi there
So I have another noodle-scratcher (for me anyway).
I'm trying to create my own custom control in a CMS I only have partial source code for (i.e. samples the vendor has …
0
votes
1answer
12 views
Getting your asp.net ajax component to work with $find()
I am working on an ASP.net Ajax custom control, I have tried to derive from ScriptControl and a I also modified my code to implement the IScriptControl interface and do the nesseca …
6
votes
4answers
286 views
BlackBerry - dropdown control with images
The ObjectChoiceField field meets all my requirements but it is not pretty.
This is what I have:
String pets[] = {"Dog", "Cat", "Duck" };
ObjectChoiceField dd =
new ObjectCh …
1
vote
3answers
37 views
Resolving viewstate/namespace conflicts
Hi, I have a listbox control. When the user clicks it, it tells a custom control to use a certain ID to use.
The custom control draws the same thing everytime(dynamically), just l …
0
votes
1answer
15 views
Custom MFC control prevents dialog creation
I have a custom MFC control, subclassing CWnd. Other than providing OnPaint and PreSubclassWindow implementations, it overrides no default functionality and does nothing weird in c …
1
vote
2answers
57 views
Blackberry - how to add fields to listfield?
I am using ListField but encouter a problem. How can i view it as i wish (not one by one)?
For instance, there is item1, item2, item3.
Can i jump from item1 to item3 directly, igno …
0
votes
2answers
48 views
Create custom controls with inner html c#
how can i create a custom control that accepts a inner html, like the usual .net datagrid or ajax tabbed control... something like this:
<KITT:tabs id="s" runat="server" >
…
1
vote
1answer
25 views
Blackberry - draw label in the center of custom ButtonField?
I created a CustomButtonField in blackberry using that i can able to set our own height and width of the button.The problem i m facing is i dont know how to show the label in the c …
0
votes
3answers
41 views
Does MFC have a built in grid control?
First what I want: The ability to display a grid with multiple columns, each cell having a custom render callback. So you might use such a control to display your inventory in a ga …
0
votes
2answers
34 views
Develop a Form Designer Application
I have been tasked to create a form designer application in Windows Forms. The application will be used to layout "controls" on a page. The controls would most likely be images t …
0
votes
2answers
80 views
How to make HyperLink in blackberry application?
Can anyone tell me how to make hyperlink in blackberry.If u have any idea pls share with me.If u can provide some code snippet.
