Tagged Questions

2
votes
4answers
210 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 ...
0
votes
4answers
57 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?
0
votes
2answers
153 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 ...