Click here to Skip to main content
16,004,761 members

Comments by Devadutta Achary (Top 7 by date)

Devadutta Achary 20-May-14 7:50am View    
I need to able to maximize the child form.And when the child form is maximized its title bar goes hidden.
Devadutta Achary 17-Oct-12 1:57am View    
Thanks Parths for your help.I tried the above approaches, but it did not solve the problem.I used signal(SIGPIPE,handler) where handler() is the function which should be called if the SIGPIPE signal is created.So but doing so,the handler() function was getting called when the SIGPIPE signal was created.But still my application is crashing, i really dont know what to write in the event handler to suppress the signal so that the application will not crash.
Devadutta Achary 15-Oct-12 5:53am View    
Thanks Parths for your help.I went thrugh these links and learned that SO_NOSIGPIPE
can passes as a parameter to send() sigaction() to supress the SIGPIPE, but when I tried to use this in my code , it is giving compilation error .I think it not finding the correct headers for this. I am badly stuck. plz help me
Devadutta Achary 15-Feb-12 5:24am View    
Thanks Jochen for the reply.
I tried the same thing that you have suggested.But I wanted to know if there is any File handling functions to jump to the begining next line if the current line has more than the specified characters.
Thanks,
Dev
Devadutta Achary 25-Jan-11 8:26am View    
I want to do it programmatically using vc++/MFC