Click here to Skip to main content
15,917,538 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is there a way to transfer files to remote computer of different domain using remote server's username and password??? (c# , console) Pin
surender.m23-Jun-11 19:11
surender.m23-Jun-11 19:11 
Questionreduce of picture to fit panel size Pin
Eddie198722-Jun-11 23:57
Eddie198722-Jun-11 23:57 
AnswerRe: reduce of picture to fit panel size Pin
OriginalGriff23-Jun-11 0:24
mveOriginalGriff23-Jun-11 0:24 
GeneralRe: reduce of picture to fit panel size Pin
mahendren29-Jun-11 2:05
mahendren29-Jun-11 2:05 
QuestionPainting issue while running two different threads Pin
Piyush Vaishnav22-Jun-11 23:29
Piyush Vaishnav22-Jun-11 23:29 
AnswerRe: Painting issue while running two different threads Pin
Dave Kreskowiak23-Jun-11 2:36
mveDave Kreskowiak23-Jun-11 2:36 
AnswerRe: Painting issue while running two different threads Pin
BobJanova23-Jun-11 4:44
BobJanova23-Jun-11 4:44 
QuestionTextBoxes, ListView, DataGrid or something else? Pin
TheBlindWatchmaker22-Jun-11 13:31
TheBlindWatchmaker22-Jun-11 13:31 
Hi all,

I am working on a an application that needs to do the following:
1. Query the registry for all the keys (approx. 100) that are written by another application and
2. Displays this information on a form.
3. Write this information to a log file.

I am using Visual Studio .NET 2010 on a Win 7 machine. The limitation I have to work with is that I have to use the .NET 3.5 framework since that is what is installed with Win 7.

I have steps 1 and 3 figured out but I have a question about step 2.

What control(s) should I use to display this information? The display itself can be very simple, for example:

REGISTRY KEY VALUE
KEY 1 0
KEY 2 20
KEY 3 0x3FF
...

NOTE: The Key names will be populated in advance by the application. The Values will be populated upon each query.

Should I use several TextBoxes? This appears to be the brute force method and not very scalable.

I tried playing with a ListView but it doesn't seem like I can update only the "Value" column.

What would you suggest?
AnswerRe: TextBoxes, ListView, DataGrid or something else? Pin
Mycroft Holmes22-Jun-11 14:11
professionalMycroft Holmes22-Jun-11 14:11 
GeneralRe: TextBoxes, ListView, DataGrid or something else? Pin
TheBlindWatchmaker22-Jun-11 14:40
TheBlindWatchmaker22-Jun-11 14:40 
GeneralRe: TextBoxes, ListView, DataGrid or something else? Pin
Mycroft Holmes22-Jun-11 14:49
professionalMycroft Holmes22-Jun-11 14:49 
GeneralRe: TextBoxes, ListView, DataGrid or something else? Pin
Wayne Gaylard22-Jun-11 20:59
professionalWayne Gaylard22-Jun-11 20:59 
GeneralRe: TextBoxes, ListView, DataGrid or something else? Pin
TheBlindWatchmaker23-Jun-11 11:22
TheBlindWatchmaker23-Jun-11 11:22 
GeneralRe: TextBoxes, ListView, DataGrid or something else? Pin
BobJanova23-Jun-11 22:45
BobJanova23-Jun-11 22:45 
AnswerRe: TextBoxes, ListView, DataGrid or something else? Pin
BobJanova23-Jun-11 1:07
BobJanova23-Jun-11 1:07 
QuestionGSM Modem Pin
marshall_donuts22-Jun-11 7:46
marshall_donuts22-Jun-11 7:46 
AnswerRe: GSM Modem Pin
jschell22-Jun-11 9:19
jschell22-Jun-11 9:19 
GeneralRe: GSM Modem Pin
marshall_donuts26-Jun-11 14:46
marshall_donuts26-Jun-11 14:46 
GeneralRe: GSM Modem Pin
Andy41129-Jun-11 2:45
Andy41129-Jun-11 2:45 
Questionitextsharp colums question Pin
cromster22-Jun-11 5:17
cromster22-Jun-11 5:17 
AnswerRe: itextsharp colums question Pin
cromster11-Jul-11 5:18
cromster11-Jul-11 5:18 
QuestionPassing one of struct (from array) to other method (in different files) Pin
Blubbo22-Jun-11 5:16
Blubbo22-Jun-11 5:16 
QuestionRe: Passing one of struct (from array) to other method (in different files) Pin
MicroVirus22-Jun-11 5:55
MicroVirus22-Jun-11 5:55 
AnswerRe: Passing one of struct (from array) to other method (in different files) Pin
Blubbo22-Jun-11 7:03
Blubbo22-Jun-11 7:03 
AnswerRe: Passing one of struct (from array) to other method (in different files) Pin
MicroVirus22-Jun-11 8:29
MicroVirus22-Jun-11 8:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.