Click here to Skip to main content
15,905,028 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: how to change DataGrid specific column alignment to Center in C# programmatically Pin
Pete O'Hanlon29-May-14 0:15
mvePete O'Hanlon29-May-14 0:15 
GeneralRe: how to change DataGrid specific column alignment to Center in C# programmatically Pin
ven75330-May-14 2:04
ven75330-May-14 2:04 
GeneralRe: how to change DataGrid specific column alignment to Center in C# programmatically Pin
Pete O'Hanlon30-May-14 2:13
mvePete O'Hanlon30-May-14 2:13 
GeneralRe: how to change DataGrid specific column alignment to Center in C# programmatically Pin
Dave Kreskowiak29-May-14 1:47
mveDave Kreskowiak29-May-14 1:47 
GeneralRe: how to change DataGrid specific column alignment to Center in C# programmatically Pin
ven75330-May-14 2:05
ven75330-May-14 2:05 
GeneralRe: how to change DataGrid specific column alignment to Center in C# programmatically Pin
Dave Kreskowiak30-May-14 4:12
mveDave Kreskowiak30-May-14 4:12 
AnswerRe: how to change DataGrid specific column alignment to Center in C# programmatically Pin
Eddy Vluggen29-May-14 20:59
professionalEddy Vluggen29-May-14 20:59 
GeneralRe: how to change DataGrid specific column alignment to Center in C# programmatically Pin
ven75330-May-14 2:09
ven75330-May-14 2:09 
GeneralRe: how to change DataGrid specific column alignment to Center in C# programmatically Pin
Eddy Vluggen30-May-14 5:28
professionalEddy Vluggen30-May-14 5:28 
QuestionHelp with loop Pin
byka27-May-14 8:26
byka27-May-14 8:26 
AnswerRe: Help with loop Pin
Eddy Vluggen27-May-14 8:59
professionalEddy Vluggen27-May-14 8:59 
QuestionRetrieving the .NET 4.0 install path from a batch file Pin
Frank W. Wu23-May-14 5:55
Frank W. Wu23-May-14 5:55 
AnswerRe: Retrieving the .NET 4.0 install path from a batch file Pin
Richard MacCutchan23-May-14 6:11
mveRichard MacCutchan23-May-14 6:11 
GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Frank W. Wu23-May-14 6:19
Frank W. Wu23-May-14 6:19 
GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Richard MacCutchan23-May-14 6:41
mveRichard MacCutchan23-May-14 6:41 
GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Frank W. Wu23-May-14 6:47
Frank W. Wu23-May-14 6:47 
GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Richard MacCutchan23-May-14 7:02
mveRichard MacCutchan23-May-14 7:02 
GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Richard MacCutchan23-May-14 7:41
mveRichard MacCutchan23-May-14 7:41 
GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Frank W. Wu23-May-14 9:21
Frank W. Wu23-May-14 9:21 
GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Richard MacCutchan23-May-14 11:38
mveRichard MacCutchan23-May-14 11:38 
AnswerRe: Retrieving the .NET 4.0 install path from a batch file Pin
Eddy Vluggen23-May-14 7:31
professionalEddy Vluggen23-May-14 7:31 
Simple; create a console-application that retrieves the path. Call it from the batch-file.

That's how it SHOULD be done. If the network-admin complains that he won't allow foreign executables, simply upload the sourcecode to do it (as a text-file) and compile it on the target-machine itself.

If he still complains, make it a simple powershell-script. If he keeps complaining, send him here.

Yes, can also be done with the commands already available, and that way should be avoided. A hint below;
REGEDIT.EXE [ /L:system | /R:user ] /E exportfile.REG "registry_key"
Now you have the complete key in a text-file. Next, research "FOR".
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Frank W. Wu23-May-14 9:23
Frank W. Wu23-May-14 9:23 
QuestionRe: Retrieving the .NET 4.0 install path from a batch file Pin
Eddy Vluggen23-May-14 9:45
professionalEddy Vluggen23-May-14 9:45 
Questionleast corner detection Pin
Member 1043467423-May-14 0:24
Member 1043467423-May-14 0:24 
SuggestionRe: least corner detection Pin
Richard Deeming23-May-14 1:27
mveRichard Deeming23-May-14 1:27 

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.