Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
5answers
15k views

Where is the WPF Numeric UpDown control?

Possible duplicate: Good NumericUpDown equivalent in WPF? Getting into the first serious WPF project. It seems like there are a lot of basic controls flat out missing. Specifically, I am ...
1
vote
3answers
341 views

Maintain UpDown-Associate connection while recreating the associate

I have an TUpDown control whose Associate is set to an instance of a TEdit subclass. The edit class calls RecreateWnd in its overriden DoEnter method. Unfortunately this kills the buddy connection at ...
0
votes
1answer
201 views

Slide up and Slide down animation on Webview in Android

i have a list of chapters in a list.when user selects a chapter it get expanded and sub topics in that chapter lists. when user select the particular sub topic its contents get loaded in webview on ...
0
votes
0answers
104 views

Updown controls on Access continuous forms don't work if form is not loaded from design view

I have an access form (single form) with a subform that is a continouos form. In this continouos form, I use an UpDown control 6.0 to change the values of the data sets (through the events ...
0
votes
3answers
168 views

How do you create Stack Overflow-style Up-Down arrows?

I am trying to create vote up and down arrows similar to what exists here on Stack Overflow. Ideally I'd like to have them interact dynamically with a piece of text recording the number of votes, just ...
0
votes
1answer
71 views

updown control in wpf

I want to use a Similar control like domainUPDown control in my wpf application. How to do the using infragistic or any other way. I need a control like a textbox with up and down button. How to do ...
-1
votes
1answer
215 views

How to enable windows keys (pg up/pg down) on apple wireless keyboard on PC

Not very development related question but still. I have PC + Windows 7 + Apple wireless keyboard. Struggling to find a way to have pg up/pg down or home/end functionality out of it. No luck so far. ...