Click here to Skip to main content
15,905,504 members
Home / Discussions / C#
   

C#

 
QuestionWireless with C# on WindowsXP ?? Pin
allenmpcx7-Oct-06 20:30
allenmpcx7-Oct-06 20:30 
AnswerRe: Wireless with C# on WindowsXP ?? Pin
yoaz7-Oct-06 22:09
yoaz7-Oct-06 22:09 
QuestionBackgroundWorker ? Pin
Christian Graus7-Oct-06 17:31
protectorChristian Graus7-Oct-06 17:31 
AnswerRe: BackgroundWorker ? Pin
Judah Gabriel Himango7-Oct-06 17:47
sponsorJudah Gabriel Himango7-Oct-06 17:47 
GeneralRe: BackgroundWorker ? Pin
Christian Graus7-Oct-06 23:07
protectorChristian Graus7-Oct-06 23:07 
GeneralRe: BackgroundWorker ? Pin
Christian Graus8-Oct-06 0:37
protectorChristian Graus8-Oct-06 0:37 
GeneralRe: BackgroundWorker ? Pin
Judah Gabriel Himango8-Oct-06 8:22
sponsorJudah Gabriel Himango8-Oct-06 8:22 
AnswerRe: BackgroundWorker ? Pin
Robert Rohde7-Oct-06 22:47
Robert Rohde7-Oct-06 22:47 
GeneralRe: BackgroundWorker ? Pin
Christian Graus7-Oct-06 23:09
protectorChristian Graus7-Oct-06 23:09 
QuestionNetwork management with C# .NET? Pin
Asad_N7-Oct-06 17:01
Asad_N7-Oct-06 17:01 
AnswerRe: Network management with C# .NET? Pin
Ray Cassick7-Oct-06 17:09
Ray Cassick7-Oct-06 17:09 
GeneralRe: Network management with C# .NET? Pin
Asad_N7-Oct-06 17:38
Asad_N7-Oct-06 17:38 
AnswerRe: Network management with C# .NET? Pin
yoaz7-Oct-06 22:44
yoaz7-Oct-06 22:44 
AnswerRe: Network management with C# .NET? Pin
spiritboy10-Jul-09 6:59
spiritboy10-Jul-09 6:59 
QuestionEditing a file over FTP Pin
Anthony Mushrow7-Oct-06 15:08
professionalAnthony Mushrow7-Oct-06 15:08 
AnswerRe: Editing a file over FTP Pin
Guffa7-Oct-06 20:39
Guffa7-Oct-06 20:39 
AnswerRe: Editing a file over FTP Pin
Daniel Monzert7-Oct-06 21:27
Daniel Monzert7-Oct-06 21:27 
QuestionUDP/IP sockets Pin
NaNg152417-Oct-06 10:21
NaNg152417-Oct-06 10:21 
QuestionInserting data from datagrid into Sql server Pin
engineer_ali7-Oct-06 7:46
engineer_ali7-Oct-06 7:46 
QuestionHow to print Datagrid in C# 2005 ? Pin
hdv2127-Oct-06 7:37
hdv2127-Oct-06 7:37 
AnswerRe: How to print Datagrid in C# 2005 ? Pin
Nader Elshehabi8-Oct-06 6:47
Nader Elshehabi8-Oct-06 6:47 
Questioncommand line usage of csc Pin
waheed awan7-Oct-06 7:16
waheed awan7-Oct-06 7:16 
csc /t:module c:\form4.cs c:\form5.cs
when i use csc.exe through the command line this works and form4.netmodule is generated in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
problem1:
the compiler always generates the .netmodule files in the above folder
how can i specify a path where i want to generate the .netmodule file
Problem2:
i am trying to do this through windows application(c#)
i am using this command on button_click
Process.Start(@"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\\csc","/t:module c:\form4.cs c:\form5");
this command does not work properly
if there is some error in any file form4 or form5 it is indicated but when there is no error even then
the .netmodule file is not generated in the above mentioned folder

AnswerRe: command line usage of csc Pin
Daniel Monzert7-Oct-06 21:20
Daniel Monzert7-Oct-06 21:20 
QuestionHelp - Send a File via Socket Pin
FlyOnIT7-Oct-06 5:49
FlyOnIT7-Oct-06 5:49 
AnswerRe: Help - Send a File via Socket Pin
Andrei Ungureanu7-Oct-06 7:34
Andrei Ungureanu7-Oct-06 7:34 

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.