Skip to main content

Questions tagged [user-control]

2 votes
3 answers
184 views

I’m building a framework with many parallel implementations of strategy patterns, and I want to know the best way to handle the user’s choice of the set of strategies. E.g. I want to calculate the ...
armoured-moose's user avatar
2 votes
1 answer
243 views

I am a self-learning programmer (with a fair share of python knowledge), and currently a company asked to develop a simple application so that they can track employee expenses (and I thought of using ...
drec4s's user avatar
  • 121
8 votes
4 answers
10k views

Let's say I have multiple microservices like authorization service (OAuth2 with JWT), VideoService and MyApplicationService. The VideoService provides videos for MyApplicationService. Both services ...
Maaaaa's user avatar
  • 191
11 votes
3 answers
12k views

I develop a WPF application using MVVM and I am learning how to do things best. I have a WPF form with selectors, two list with search fields, and some other elements. Currently all is in one form ...
Edgar's user avatar
  • 293
2 votes
2 answers
125 views

Current Situation I maintain a website that has a simple form that users fill out with simple engineering data. They press Submit, and the PHP code takes over and does various basic arithmetic on ...
Dennis's user avatar
  • 8,267
0 votes
1 answer
508 views

In currently developing a project where I'm going to use a lot of combobox, in order to avoid repeating a lot of code I'm planning on building a user control containing a ComboBox that retrieve the ...
SilentRage47's user avatar
0 votes
1 answer
403 views

I am inheriting a legacy code. The legacy code has lot of web forms and each web form does not have much of functionality other than hosting a user control. My question is - Should we create a user ...
Siva Senthil's user avatar
-1 votes
2 answers
499 views

On some generic functions, it seems that accessing a function on mainform directly from the usercontrol is easier than raising an event. For example: A function on main form that displays one desired ...

15 30 50 per page