The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
4answers
122 views

C# how can I open a box to update the user on progress?

I want to open a window that will display some text like "Validating input" and hold it open until a method is finished. I can't do this with messagebox. Any ideas guys?
3
votes
4answers
114 views

How to visually reject user input in a table?

In the programming of a table-based application module (i.e. the user mostly enters tabular data in an already laid-out table), how would you reject user input for a given cell? The scenario is: the ...
164
votes
25answers
3k views

How to get users to read error messages?

If you program for a nontechnical audience, you find yourself at a high risk that users will not read your carefully worded and enlightening error messages, but just click on the first button ...
3
votes
6answers
3k views

Help on a UI for time tracking

I'm trying to think an interface for a time-keeping system that will let users see "at a glance" how much time still needs to be completed. This is complicated by the fact that there are no fixed ...
2
votes
4answers
276 views

Software to simplify displaying build status on a big visible monitor for team?

I had a little bit of budget left at year end and I wanted to start a little skunk works project to display build status what everyone was working on (our team is aobut 10 folks all told). I am ...
2
votes
5answers
250 views

What application do you use to publish screenshots and code inside your company?

I feel a need to show my screen to other people. To ask for help or show how to do things. I also feel a need to report on my progress, like with twitter-like report style. That information don't ...
1
vote
1answer
287 views

Does WPF have an easy way to display a navigable series of images?

I'm making my first WPF application, and its purpose is to generate 6 images from some data. Ideally I'd like to display them in the window, with little "forward" and "back" buttons, and a text ...
1
vote
2answers
195 views

What is the best way to display and edit a large array of hex data in WinForms?

I am looking to display an array from 128 to 512 bytes in size of hexadecimal data (0x00 to 0xFF) in a 16 X n grid-like display. It needs the capability of selecting a single element or group of ...
2
votes
2answers
1k views

How to display a VRML model with .NET?

I have a request to display VRML models within a .NET application. Does someone know an easy way, maybe with standard .NET components, to achieve this? What are the issues I maybe have to face when ...
3
votes
6answers
3k views

Best or favorite website navigation examples [closed]

What do you consider to be the best examples of website navigation and why? I'm trying to design a secondary navigation menu and I need a little inspiration, but I'm also interested just in general ...