Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
QuestionGet all names of objects (controls) in a form Pin
Kurt13-Nov-08 5:01
Kurt13-Nov-08 5:01 
AnswerRe: Get all names of objects (controls) in a form Pin
Giorgi Dalakishvili13-Nov-08 5:20
mentorGiorgi Dalakishvili13-Nov-08 5:20 
AnswerRe: Get all names of objects (controls) in a form Pin
Ben Fair13-Nov-08 6:22
Ben Fair13-Nov-08 6:22 
GeneralRe: Get all names of objects (controls) in a form Pin
Kurt13-Nov-08 21:03
Kurt13-Nov-08 21:03 
Questionconverting GSM 6.10 to PCM in c# Pin
f4hd13-Nov-08 4:34
f4hd13-Nov-08 4:34 
AnswerRe: converting GSM 6.10 to PCM in c# Pin
DaveyM6913-Nov-08 5:01
professionalDaveyM6913-Nov-08 5:01 
GeneralRe: converting GSM 6.10 to PCM in c# Pin
f4hd13-Nov-08 5:49
f4hd13-Nov-08 5:49 
GeneralRe: converting GSM 6.10 to PCM in c# Pin
DaveyM6913-Nov-08 15:57
professionalDaveyM6913-Nov-08 15:57 
You should be able to use the exe using Process.Start / ShellExecute either passing the commands as arguments, or creating a bat file with the commands in and running that from your app, or creating a wrapper around the relevant dlls (if there are any?).

If none of those work, or don't appeal - the source code is available (in C, not C#) for sox. You can study that and write your own .net implementation.

Either one could prove to make an interesting subject for an article!

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

QuestionException on workflow thread Pin
to_samGmbH13-Nov-08 4:22
to_samGmbH13-Nov-08 4:22 
Questionsetting parameter value to com visible assembly from javascript Pin
superlizo13-Nov-08 3:39
superlizo13-Nov-08 3:39 
QuestionCannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Jason_Shen13-Nov-08 2:42
Jason_Shen13-Nov-08 2:42 
AnswerRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Giorgi Dalakishvili13-Nov-08 2:55
mentorGiorgi Dalakishvili13-Nov-08 2:55 
GeneralRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Jason_Shen13-Nov-08 5:43
Jason_Shen13-Nov-08 5:43 
GeneralRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Giorgi Dalakishvili13-Nov-08 5:52
mentorGiorgi Dalakishvili13-Nov-08 5:52 
AnswerRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Dave Kreskowiak13-Nov-08 5:07
mveDave Kreskowiak13-Nov-08 5:07 
GeneralRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Jason_Shen13-Nov-08 5:41
Jason_Shen13-Nov-08 5:41 
QuestionHow to set the background color of the Scrollbar of DataGridView with C# in the WinForm Pin
mctramp16813-Nov-08 0:49
mctramp16813-Nov-08 0:49 
AnswerRe: How to set the background color of the Scrollbar of DataGridView with C# in the WinForm Pin
Dave Kreskowiak13-Nov-08 5:03
mveDave Kreskowiak13-Nov-08 5:03 
Questionabout login form Pin
sanddepnamburi13-Nov-08 0:45
sanddepnamburi13-Nov-08 0:45 
AnswerRe: about login form Pin
Brij13-Nov-08 1:15
mentorBrij13-Nov-08 1:15 
AnswerRe: about login form Pin
Simon P Stevens13-Nov-08 1:18
Simon P Stevens13-Nov-08 1:18 
JokeRe: about login form Pin
Mbah Dhaim13-Nov-08 2:01
Mbah Dhaim13-Nov-08 2:01 
RantRe: about login form Pin
Paul Conrad13-Nov-08 5:05
professionalPaul Conrad13-Nov-08 5:05 
AnswerRe: about login form Pin
Russell Jones13-Nov-08 6:03
Russell Jones13-Nov-08 6:03 
AnswerRe: about login form Pin
nelsonpaixao17-Nov-08 14:02
nelsonpaixao17-Nov-08 14:02 

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.