2
votes
2answers
14 views
WPF: How to accept both string and FrameworkElement in dependency property (like wpf Label does)?
Hi, I am creating a custom WPF control that should have several content slots.
I'd like the user to be able to use either string, or a FrameworkElement as a value of property, for …
1
vote
3answers
21 views
Blackberry - how to resize image?
I wanted to know if we can resize an image. Suppose if we want to draw an image of 200x200 actual size with a size of 100 x 100 size on our blackberry screen.
Thanks
0
votes
3answers
23 views
placing widget in listbox/dropdown in gwt
hi,
i am using gwt to build my web site.
i would like to create a dropdown/listbox that contains no just text but also images, meaning that in the drop down there will be a what …
0
votes
1answer
15 views
Blackberry - how to animate Custom Field?
I have created a custom field class "Seek" to draw a fillrectangle.
class Seek extends Field {
int fill;
protected void layout(int width, int height) {
setExtent(320, …
0
votes
2answers
17 views
Windows Mobile: how to hide Size property on a Custom Control.
Hello!
I'm developing a Windows Mobile WinForm app with C# and .Net Compact Framework 2.0 SP2.
I have a control that inhertit from System.Windows.Form.Control that I want to make …
1
vote
2answers
18 views
iphone BPM tempo button
i want to create a button that allows the user to tap on it and thereby set a beats per minute. i will also have touches moved up and down on it to adjust faster and slower. (i hav …
0
votes
1answer
23 views
Why does this CustomValidator not fire?
public sealed class IntegerBox : TextBox
{
#region constants
private const string RangeConstraintValidatorID = "rangeConstraintValidator";
#endregion
#region chi …
0
votes
1answer
30 views
Is there a User Control Library project type in VS 2010
I was looking for it all night, but it seems that the project type is not on vs 2010.
But the main problem is, I want to make a custom control (or a user control compiled to a dll …
1
vote
1answer
23 views
.NET Compact Framework 2.0 AutoSize Label.
Hello.
I trying to make a Control that inherits from System.Windows.Form.Label that can resize to fit its text.
I'm trying to override OnTextChanged method to use System.Drawing. …
0
votes
3answers
70 views
creating a .NET custom control
I want to create a control which is basically a ListBox, but each ListItem is a collection of controls. So each item of that list box is a combination of a Label, a CheckBox, a Tim …
1
vote
2answers
37 views
Set ClientRectangle in custom form in C#
In C# I have custom form of None border style which override onPaint event and draw custom background with transparency key. I want to set my own client rectangle value (so content …
0
votes
1answer
39 views
How do I go about getting a page to restart processing in C#?
I'm working with a CMS which allows you to develop your own custom controls which get dynamically included at runtime. So I have a custom control which alters a datasource (NHibern …
0
votes
3answers
44 views
Custom phone numbers control
I have a database that stores an arbitrary number of phone numbers. There are a few pages that (should) allow admins to change these numbers and add them.
I plan to create a custo …
0
votes
2answers
23 views
Reusable Custom Control with Properties
I have built a Custom Control Class that makes it much easier to build a side bar element in my html.
The problem I am running into is that when I set the "Text" property, the las …
0
votes
1answer
20 views
Reliable/easy way to replace Windows.Forms control with a derived control?
I didn't follow my own best practices (use only derived controls), and I dragged a regular Windows Forms control to my form, wired it up and used it on my form ;-(
Now I need to c …
