Click here to Skip to main content
15,886,518 members
Home / Discussions / C#
   

C#

 
QuestionSQL TOP Equivalen in SQL Everywhere !!! Pin
Nadia Monalisa5-Sep-06 9:06
Nadia Monalisa5-Sep-06 9:06 
AnswerRe: SQL TOP Equivalen in SQL Everywhere !!! Pin
Not Active5-Sep-06 9:21
mentorNot Active5-Sep-06 9:21 
QuestionIs it possible to close a form that calls event to another form and while the event is being handled !!!. Pin
Nadia Monalisa5-Sep-06 8:37
Nadia Monalisa5-Sep-06 8:37 
AnswerRe: Is it possible to close a form that calls event to another form and while the event is being handled !!!. Pin
Jun Du5-Sep-06 10:08
Jun Du5-Sep-06 10:08 
GeneralRe: Is it possible to close a form that calls event to another form and while the event is being handled !!!. Pin
Nadia Monalisa5-Sep-06 10:23
Nadia Monalisa5-Sep-06 10:23 
Questionprocess.StartInfo Pin
Bharat Gadhia5-Sep-06 8:20
Bharat Gadhia5-Sep-06 8:20 
AnswerRe: process.StartInfo Pin
Not Active5-Sep-06 8:53
mentorNot Active5-Sep-06 8:53 
GeneralRe: process.StartInfo Pin
Bharat Gadhia5-Sep-06 9:15
Bharat Gadhia5-Sep-06 9:15 
Thank you.
yes I have done that too. I increased time to 40000 but after process exits the cmd screen still shows

Reading passphrase from file descriptor 0 ...

and it waits there till one hits manually enter button and then it comes out and at

string str = process.StandardOutput.ReadToEnd();

value of str string is empty.

So it seems that same command which reads passphrase.txt and passes to passphrase in command line operation does not do the same in windows form application.
By the way there was a small mistake in strArg value, It is as follows:

string strArg = @" --passphrase-fd 0 < c:\gnupg\passphrase.txt -o c:\HIF\Clock.swf -d c:\gnupg\Clock.gpg";

Bharat.


In life, failures teach you as much as — or perhaps more than — successes.
Thank you very much for the help.

GeneralRe: process.StartInfo Pin
Not Active5-Sep-06 9:28
mentorNot Active5-Sep-06 9:28 
GeneralRe: process.StartInfo Pin
Bharat Gadhia5-Sep-06 9:39
Bharat Gadhia5-Sep-06 9:39 
Questioncs project to Linux Pin
Amar Chaudhary5-Sep-06 8:19
Amar Chaudhary5-Sep-06 8:19 
AnswerRe: cs project to Linux Pin
User 66585-Sep-06 8:25
User 66585-Sep-06 8:25 
GeneralRe: cs project to Linux Pin
Amar Chaudhary5-Sep-06 8:48
Amar Chaudhary5-Sep-06 8:48 
GeneralRe: cs project to Linux Pin
User 66585-Sep-06 8:54
User 66585-Sep-06 8:54 
GeneralRe: cs project to Linux Pin
Amar Chaudhary5-Sep-06 9:01
Amar Chaudhary5-Sep-06 9:01 
QuestionHelp with GDI+ Pin
Fco. Javier Marin5-Sep-06 7:58
Fco. Javier Marin5-Sep-06 7:58 
AnswerRe: Help with GDI+ Pin
Jun Du5-Sep-06 8:08
Jun Du5-Sep-06 8:08 
GeneralRe: Help with GDI+ Pin
Fco. Javier Marin5-Sep-06 8:17
Fco. Javier Marin5-Sep-06 8:17 
GeneralRe: Help with GDI+ Pin
User 66585-Sep-06 8:21
User 66585-Sep-06 8:21 
GeneralRe: Help with GDI+ Pin
Fco. Javier Marin5-Sep-06 8:26
Fco. Javier Marin5-Sep-06 8:26 
GeneralRe: Help with GDI+ Pin
Jun Du5-Sep-06 9:27
Jun Du5-Sep-06 9:27 
AnswerRe: Help with GDI+ Pin
User 66585-Sep-06 8:13
User 66585-Sep-06 8:13 
AnswerRe: Help with GDI+ Pin
Amar Chaudhary5-Sep-06 8:53
Amar Chaudhary5-Sep-06 8:53 
QuestionTreeview and add node/refresh Pin
Saamir5-Sep-06 7:45
Saamir5-Sep-06 7:45 
AnswerRe: Treeview and add node/refresh Pin
User 66585-Sep-06 8:20
User 66585-Sep-06 8:20 

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.