Click here to Skip to main content
15,916,030 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is it possoble to create left mouse click ConextMenu? Pin
Martin#17-Apr-07 6:56
Martin#17-Apr-07 6:56 
QuestionGet Hardware Information in C sharp Pin
sottos17-Apr-07 6:15
sottos17-Apr-07 6:15 
AnswerRe: Get Hardware Information in C sharp Pin
Tarakeshwar Reddy17-Apr-07 6:24
professionalTarakeshwar Reddy17-Apr-07 6:24 
GeneralRe: Get Hardware Information in C sharp Pin
sottos17-Apr-07 6:40
sottos17-Apr-07 6:40 
QuestionASCII code Pin
marwan_siala17-Apr-07 5:57
marwan_siala17-Apr-07 5:57 
AnswerRe: ASCII code Pin
Guffa17-Apr-07 6:04
Guffa17-Apr-07 6:04 
QuestionInvoke xsd.exe thru code Pin
nikanth17-Apr-07 5:22
nikanth17-Apr-07 5:22 
AnswerRe: Invoke xsd.exe thru code Pin
kubben17-Apr-07 5:38
kubben17-Apr-07 5:38 
You should be able to use the Process.Start to call it.
Looking at the shortcut from the .net command prompt that knows about the xsd.exe program
It has this for .net 2.0:
%comspec% /k ""C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"" x86
and this for .net 1.1:
%comspec% /k "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat"
So if you call that then you could call the xsd.exe with what ever parameters.

Hope that helps.
Ben
GeneralRe: Invoke xsd.exe thru code Pin
nikanth18-Apr-07 2:39
nikanth18-Apr-07 2:39 
GeneralRe: Invoke xsd.exe thru code Pin
kubben18-Apr-07 2:54
kubben18-Apr-07 2:54 
QuestionApp config files Pin
eliea17-Apr-07 5:18
eliea17-Apr-07 5:18 
AnswerRe: App config files Pin
eliea17-Apr-07 5:19
eliea17-Apr-07 5:19 
QuestionCannot get data saved to my SQL dbase Pin
tvance92917-Apr-07 5:01
tvance92917-Apr-07 5:01 
AnswerRe: Cannot get data saved to my SQL dbase Pin
mdv11321-Apr-07 10:25
mdv11321-Apr-07 10:25 
QuestionCreating a console typewriter-like program Pin
sharpiesharpie17-Apr-07 5:01
sharpiesharpie17-Apr-07 5:01 
AnswerRe: Creating a console typewriter-like program Pin
girm17-Apr-07 5:23
girm17-Apr-07 5:23 
QuestionSerialization issues with .NET Remoting Pin
mmfranke17-Apr-07 4:16
mmfranke17-Apr-07 4:16 
AnswerRe: Serialization issues with .NET Remoting Pin
Pete O'Hanlon17-Apr-07 4:52
mvePete O'Hanlon17-Apr-07 4:52 
GeneralRe: Serialization issues with .NET Remoting Pin
mmfranke17-Apr-07 5:12
mmfranke17-Apr-07 5:12 
GeneralRe: Serialization issues with .NET Remoting Pin
Pete O'Hanlon17-Apr-07 5:20
mvePete O'Hanlon17-Apr-07 5:20 
GeneralRe: Serialization issues with .NET Remoting Pin
mmfranke17-Apr-07 5:50
mmfranke17-Apr-07 5:50 
GeneralRe: Serialization issues with .NET Remoting Pin
Pete O'Hanlon17-Apr-07 9:52
mvePete O'Hanlon17-Apr-07 9:52 
GeneralRe: Serialization issues with .NET Remoting Pin
mmfranke17-Apr-07 9:55
mmfranke17-Apr-07 9:55 
QuestionC# Dynamically Named Array (Or arraylists) Pin
bugg_tb17-Apr-07 3:59
bugg_tb17-Apr-07 3:59 
AnswerRe: C# Dynamically Named Array (Or arraylists) Pin
Martin#17-Apr-07 4:39
Martin#17-Apr-07 4:39 

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.