CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: gopalsb

Page 1 of 2 1 2

Search: Search took 0.26 seconds.

  1. Replies
    6
    Views
    1,707

    Hi Thread1, so i think the...

    Hi Thread1,

    so i think the approach taken was correct and that the child process will wait till the os also flushes the contents onto the file which is the actual finish.


    Regards...
  2. Replies
    6
    Views
    1,707

    Hi Thread1 I saw your...

    Hi Thread1
    I saw your code.Does the wating you were talking about really needed.I need your suggestions on the approach that i tried .I tried giving the

    open command as...
  3. Replies
    6
    Views
    1,707

    Hi Thread1, I tried...

    Hi Thread1,

    I tried this.Basically i collect these the handles of these child applications and use a waitformultipleobject function for an infinite time interval.Then...
  4. Replies
    6
    Views
    1,707

    File Buffer Flushing - Problems

    Hi,
    In my program i , the main application spawns many child applications using the shell command.These child applications and the main application all write to a common log file.The problem...
  5. Replies
    5
    Views
    753

    Hi Mike, Thanks.No way out ,is it.How...

    Hi Mike,
    Thanks.No way out ,is it.How about obtaining the primary thread of the process given it pid,Is there a way for it.Why i need this is that i am trying to kill an app gently,so i...
  6. Replies
    5
    Views
    753

    Hi Gurus, No suggestions or...

    Hi Gurus,
    No suggestions or ideas?

    Regards
    gopal
  7. Replies
    5
    Views
    753

    Hi , why i would like to have this is that...

    Hi ,
    why i would like to have this is that initially i have a list of child process obtained ,next time when i am attempting to kill these,there is a possiblity that these process ids may have...
  8. Replies
    5
    Views
    753

    Parent of a process in WInNt & 95

    Hi,
    Is it possible to obtain the parent of a process,with pid,in 95.In NT based systems ,there is an api (NtQueryInformationProcess APi)which does this directly.This api reads the process...
  9. is it open Process Failure -with Process_query_information

    Hi,
    In my program i try to monitor a batch file which is genearting a set of programs.I use the standard code to enumerate the process in the win nt or win 95/98 based systems.

    in winnt...
  10. Hi Andreas, I would to know...

    Hi Andreas,
    I would to know whether it would possible to know if an application has a message queue.If it is possible then can i be assured that when i post a wm_CLOSE MESSAGE to the...
  11. Replies
    25
    Views
    5,802

    Let me add my final word,thanks regards...

    Let me add my final word,thanks


    regards
    gopal
  12. Hi , Thanks.In any case i will be wanting...

    Hi ,
    Thanks.In any case i will be wanting to use terminate process because i don't want the application being killed to respond with message boxes.


    regards
    gopal
  13. Replies
    25
    Views
    5,802

    my os verison is:- win2000 (sp3) Visual...

    my os verison is:-
    win2000 (sp3)

    Visual Basic

    vb 6.0

    I think rxbagain's explaination colud be an answer
  14. Replies
    25
    Views
    5,802

    Hi WizBang I tried this initially and...

    Hi WizBang
    I tried this initially and as i told in my previous discussion and i am not able to stop the focus of the program.It is looping back to the procedure so i tried an exe .The exe...
  15. Hi, I realise that the is in the design of...

    Hi,
    I realise that the is in the design of the application.The WM_CLOSE messages all apply only when we are able to get a window handle.I saw in the faq's the postthreadmessage works only when...
  16. Replies
    25
    Views
    5,802

    Hi wizbang I just wanted to...

    Hi wizbang
    I just wanted to know how the set timer can be stopped with just one timeout.Yeah sleep was one of the options i had.


    regards
    gopal
  17. Replies
    25
    Views
    5,802

    Hi Thread1/Rxbagain/Wizbang ...

    Hi Thread1/Rxbagain/Wizbang

    Thanks for the ideas.I made a mistake in the paramtere passing and the idea using exitnow was sufficient ot achieve what i wanted.

    Regards
    Gopal
  18. Terminating process - Is it possible to supress messaged

    Hi ,
    when suppressing process ,microsoft advises in the following way,i.e

    use enum windows,in the callback use getwindowsthreadprocessid to get the process id that created this...
  19. Replies
    25
    Views
    5,802

    Hi Wiz Bang, Also i would like to...

    Hi Wiz Bang,
    Also i would like to know whether there is a time limit for the delay one can set in seconds.I tried a large value and it gave an overflow error.So every timer created...
  20. Replies
    25
    Views
    5,802

    Hi wizbang , i think you were...

    Hi wizbang ,
    i think you were refererring to something like this right:-

    Declare Function SetTimer Lib "user32" (ByVal hwnd As Long, ByVal nIDEvent As Long, ByVal uElapse As Long,...
  21. Replies
    25
    Views
    5,802

    Using SetTimer only once

    Hi ,
    I am basically new to using settimers but how to use set timer only once.I see that this set timer call the callback function after the delay in milliseconds set ,is there a way to...
  22. Locks on a file - Is it possible to find out

    Hi,
    Suppose if i am monitoring for a particular log file which is being continuously written by another application,can i find out what kind of lock the file is obtained on the file.The need...
  23. Replies
    10
    Views
    1,878

    Hi chay luna/Aio ...

    Hi chay luna/Aio
    Thanks Guys,your code examples gave a good head start into what i wanted.

    With Regards
    Gopal
  24. Replies
    10
    Views
    1,878

    Hi, Thanks.Probably have to adopt to one of...

    Hi,
    Thanks.Probably have to adopt to one of these methods.

    regards
    gopal
  25. Replies
    1
    Views
    6,044

    Incidentally i am logging the solution that has...

    Incidentally i am logging the solution that has been found out for this problem.There was no problem with the installation but only problems with the ini file of the application used in automation.IN...
Results 1 to 25 of 30
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured