Click here to Skip to main content
15,907,392 members
Home / Discussions / C#
   

C#

 
AnswerRe: protect RTF Pin
ShishirVaidya8-Sep-10 2:18
ShishirVaidya8-Sep-10 2:18 
QuestionSave Event logs Pin
picasso228-Jan-07 14:26
picasso228-Jan-07 14:26 
AnswerRe: Save Event logs Pin
Luc Pattyn28-Jan-07 14:52
sitebuilderLuc Pattyn28-Jan-07 14:52 
GeneralRe: Save Event logs Pin
picasso228-Jan-07 15:19
picasso228-Jan-07 15:19 
QuestionCreate/Access NTFS Object Ids Pin
urbane.tiger28-Jan-07 14:10
urbane.tiger28-Jan-07 14:10 
QuestionNamespaces Pin
max2929728-Jan-07 13:30
max2929728-Jan-07 13:30 
AnswerRe: Namespaces Pin
Luc Pattyn28-Jan-07 13:44
sitebuilderLuc Pattyn28-Jan-07 13:44 
GeneralRe: Namespaces Pin
max2929728-Jan-07 13:59
max2929728-Jan-07 13:59 
GeneralRe: Namespaces Pin
Luc Pattyn28-Jan-07 14:14
sitebuilderLuc Pattyn28-Jan-07 14:14 
GeneralRe: Namespaces Pin
max2929728-Jan-07 14:20
max2929728-Jan-07 14:20 
GeneralRe: Namespaces Pin
Luc Pattyn28-Jan-07 14:27
sitebuilderLuc Pattyn28-Jan-07 14:27 
GeneralRe: Namespaces Pin
max2929728-Jan-07 14:34
max2929728-Jan-07 14:34 
GeneralRe: Namespaces Pin
Stefan Troschuetz28-Jan-07 21:19
Stefan Troschuetz28-Jan-07 21:19 
GeneralRe: Namespaces Pin
Aaron VanWieren28-Jan-07 14:14
Aaron VanWieren28-Jan-07 14:14 
QuestionServer Architecture Pin
sinklink28-Jan-07 11:12
sinklink28-Jan-07 11:12 
QuestionCopy/Paste not working for DataGridView Pin
AndrusM28-Jan-07 11:01
AndrusM28-Jan-07 11:01 
QuestionRemove tab captions ? Pin
AndrusM28-Jan-07 10:57
AndrusM28-Jan-07 10:57 
AnswerRe: Remove tab captions ? Pin
Martin#28-Jan-07 19:26
Martin#28-Jan-07 19:26 
GeneralRe: Remove tab captions ? Pin
ShermansLagoon28-Jan-07 20:28
ShermansLagoon28-Jan-07 20:28 
QuestionActive Document when writing VS Addin Pin
Itay Sagui28-Jan-07 10:22
Itay Sagui28-Jan-07 10:22 
QuestionWebBrowser & horizontal Scrollbar Pin
el_MKay28-Jan-07 9:01
el_MKay28-Jan-07 9:01 
AnswerRe: WebBrowser & horizontal Scrollbar Pin
Luc Pattyn28-Jan-07 10:00
sitebuilderLuc Pattyn28-Jan-07 10:00 
QuestionProcess firing event too quickly Pin
Talal Sultan28-Jan-07 8:59
Talal Sultan28-Jan-07 8:59 
Hi people,

I am running a DOS batch file (.bat) from inside a C# code. I am using the Process class to do that. The problem I have is weird, it seems that on the dev machine, the process is firing the event too quickly (i.e. it is not even executing) and since the call is supposed to create a file on disk, the file of course is not found. On the other hand, on a normal (client) machine, it seems to work, but i'm not sure that it works all the time.

Could anyone give me some solution to this weird problem?

Thanks,
Talal

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
--Rich Cook

AnswerRe: Process firing event too quickly Pin
Guffa28-Jan-07 9:15
Guffa28-Jan-07 9:15 
GeneralRe: Process firing event too quickly Pin
Talal Sultan28-Jan-07 9:20
Talal Sultan28-Jan-07 9: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.