Click here to Skip to main content
15,918,685 members
Home / Discussions / C#
   

C#

 
AnswerRe: Operate Programmatically Other Applications Pin
Giorgi Dalakishvili2-Jan-09 0:21
mentorGiorgi Dalakishvili2-Jan-09 0:21 
QuestionHow to dynamically create many datatables in c#.net Pin
AnilJayanti1-Jan-09 20:23
AnilJayanti1-Jan-09 20:23 
AnswerRe: How to dynamically create many datatables in c#.net Pin
Brij1-Jan-09 20:40
mentorBrij1-Jan-09 20:40 
QuestionRe: How to dynamically create many datatables in c#.net Pin
AnilJayanti1-Jan-09 21:36
AnilJayanti1-Jan-09 21:36 
AnswerRe: How to dynamically create many datatables in c#.net Pin
Brij1-Jan-09 22:15
mentorBrij1-Jan-09 22:15 
QuestionRe: How to dynamically create many datatables in c#.net Pin
AnilJayanti1-Jan-09 22:19
AnilJayanti1-Jan-09 22:19 
AnswerRe: How to dynamically create many datatables in c#.net Pin
Brij1-Jan-09 23:58
mentorBrij1-Jan-09 23:58 
QuestionHow would i do interprocess communication ?? Pin
fulbright1-Jan-09 19:47
fulbright1-Jan-09 19:47 
A windows service is supposed to launch an application, passing some arguments to the executable. I am trying to do this using CreateProcessWithLogonW(string principal,
string authority,
string password,
LogonFlags logonFlags,
string appName,
string cmdLine,
CreationFlags creationFlags,
IntPtr environmentBlock,
string currentDirectory,
ref StartupInfo startupInfo,
out ProcessInfo processInfo) API function.

I set the parameter "cmdLine" for passing string to the executable. The following code doesn't get me anything ...

static void Main(string[] args)
{
// that doesn't give any value
string acrossprocessvalue = args[0];
//neither the following lines
string test = Process.GetCurrentProcess().StartInfo.Arguments;

}

any help ...

fulbright

AnswerRe: How would i do interprocess communication ?? Pin
N a v a n e e t h1-Jan-09 19:53
N a v a n e e t h1-Jan-09 19:53 
GeneralRe: How would i do interprocess communication ?? Pin
fulbright1-Jan-09 23:09
fulbright1-Jan-09 23:09 
AnswerRe: How would i do interprocess communication ?? Pin
fulbright2-Jan-09 0:07
fulbright2-Jan-09 0:07 
GeneralRe: How would i do interprocess communication ?? Pin
Mark Salsbery2-Jan-09 7:02
Mark Salsbery2-Jan-09 7:02 
QuestionPlease explain the Intersting code . Pin
SKGAUTAM1-Jan-09 19:34
SKGAUTAM1-Jan-09 19:34 
AnswerRe: Please explain the Intersting code . Pin
N a v a n e e t h1-Jan-09 19:49
N a v a n e e t h1-Jan-09 19:49 
QuestionRegarding reading and Writing xmlfile after deployment Pin
rahuladya1-Jan-09 19:30
rahuladya1-Jan-09 19:30 
AnswerRe: Regarding reading and Writing xmlfile after deployment Pin
N a v a n e e t h1-Jan-09 19:52
N a v a n e e t h1-Jan-09 19:52 
GeneralRe: Regarding reading and Writing xmlfile after deployment Pin
rahuladya1-Jan-09 20:09
rahuladya1-Jan-09 20:09 
GeneralRe: Regarding reading and Writing xmlfile after deployment Pin
N a v a n e e t h1-Jan-09 20:41
N a v a n e e t h1-Jan-09 20:41 
QuestionReading and Writing through XML File Pin
rahuladya1-Jan-09 19:21
rahuladya1-Jan-09 19:21 
QuestionHow to allow textbox to enter only alphabets Pin
TJS4u1-Jan-09 19:06
TJS4u1-Jan-09 19:06 
AnswerRe: How to allow textbox to enter only alphabets Pin
Brij1-Jan-09 19:25
mentorBrij1-Jan-09 19:25 
GeneralRe: How to allow textbox to enter only alphabets Pin
TJS4u1-Jan-09 19:36
TJS4u1-Jan-09 19:36 
GeneralRe: How to allow textbox to enter only alphabets Pin
Brij1-Jan-09 19:40
mentorBrij1-Jan-09 19:40 
AnswerRe: How to allow textbox to enter only alphabets Pin
Luis Alonso Ramos1-Jan-09 19:28
Luis Alonso Ramos1-Jan-09 19:28 
AnswerRe: How to allow textbox to enter only alphabets Pin
DaveyM693-Jan-09 10:25
professionalDaveyM693-Jan-09 10:25 

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.