Tagged Questions

8
votes
3answers
1k views

How do I create a custom WPF control like a cartoon bubble with constant corners

I need to create a rectangle bubble with rounded corners with text inside, like a cartoon speech bubble. I need the bubble to expand horizontally and vertically depending on the size of the text it …
6
votes
2answers
1k views

WPF: What is the difference between a User Control Library and a Custom Control Library?

I am just coming up to speed on WPF and would like to create a reusable WPF control. When I look at the options for creating projects in Visual Studio, I see "WPF User Control Library" and "WPF …
5
votes
1answer
358 views

Text diff visualization control for WinForms or WPF

In continuation of the my previous question, are the any good controls for text diffs visualization? Something like StackOverflow's revision diff viewer but for WinForms or WPF Requirements: free, …
4
votes
4answers
3k views

Validating an ASP.NET user control from its parent page

I have an asp.net page with a button. This button generates and inserts a user control into the page, so many controls could exist on one page. I need to validate that a certain dynamically generated …
3
votes
1answer
208 views

Blackberry - fields layout animation

It's easy to show some animation within one field - BitmapField or Screen: Blackberry - background image/animation RIM OS 4.5.0 But what if you need to move fields, not just images? Like this: …
3
votes
3answers
1k views

Blackberry User Interface Design - Customizable UI?

I am trying to design a Blackberry Application and I am wondering if there are any resources on how to create custom user interface elements, skin existing ones and what other possibilities are there? …
3
votes
3answers
292 views

Trying to change the Border Color of a label

I'm working in VB, VS2008, winforms. I've got some labels to create, and I'm using the BorderStyle = FixedSingle. Is there any way to change the color of this border? It is always defaulting to …
3
votes
1answer
413 views

Custom JSF component attribute list

I'm writting a custom JSF component that will render image transitions for a set of specified images. The list of images to be used by the component will be specified by the users of the component. …
3
votes
8answers
762 views

UserControl as an interface, but visible in the Designer

So we have a C# WinForms project with a Form that contains a bazillion UserControls. Each UserControl naturally exposes all the UserControl methods, properties, etc. in addition to its own specific …
3
votes
9answers
305 views

What would you say to someone who wants to make everything a .NET control?

For example, we have some CSS rules to define our form layout. We use the following markup: <div class="foo"> <label class="bar req">Name<em>*</em></label> …
3
votes
5answers
1k views

Custom ASP.NET Container Control

I've been trying to create a custom control that works exactly like the Panel control except surrounded by a few divs and such to create a rounded box look. I haven't been able to find a decent …
3
votes
2answers
537 views

Add custom design time command to WinForms control

I have a custom WinForms control (inherits from control, i.e. without user interface jsut as Timer) to which I want to add a custom command add design time. This could be similar to the "right click …
2
votes
2answers
79 views

What is the best GUI library for blackberry java development?

What do you think is the most comprehensive and stable GUI library for Blackberry java development? I am currently using J4ME, anyone has any other experiences? A good GUI library should also have …
2
votes
3answers
48 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 example: <!-- …
2
votes
6answers
91 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 according to their …

1 2 3 4 5 16 next
15 30 50 per page