October 15th, 2004 11:38 AM
I have a datagrid control in my C# application and when the app starts it should be ReadOnly. However, i need to be able to edit the grid and them make it readonly again. This is what i'm doing :
...
April 16th, 2004 11:03 AM
Thanks a lot! I think ::ShellExecute() is what i need!
April 16th, 2004 10:41 AM
I need to start new processes from my application and I’m using _spawnv() for this purpose. Is it the best way to do it ?
Thanks for your help!
December 19th, 2003 03:04 PM
My program needs to generate listerning ports for other processes that are running on the same machine. How to check if port is available?
Thanks!
October 30th, 2003 08:32 AM
Hi!
I’m implementing a daemon process that will need to programmatically start other applications. I’m planning to use system() from <process.h>. Please let me know if there is a better way to do...
October 14th, 2003 01:12 PM
I’m using CSocket in my MFC applications. Sometimes, when the server crashes the listening port becomes unavailable. I understand that socket is a global resource and it should always be properly...
September 29th, 2003 02:41 PM
Do you mean using the Named Constructor Idiom ? a static function that creates objects only dynamically? I think it’s a great idea! Thank you !
September 29th, 2003 02:27 PM
I have a pointer to an object and I need to call delete operator only if the object was created on the heap. Is there any way to programmatically define this?
I'm using MFC in my app.
Thanks...
September 24th, 2003 03:53 PM
Is it tru that i can't create more than 64 threads per process and is there any way to increase this number?
Thanks for your help!
September 19th, 2003 02:06 PM
I have a CSocket in a separate thread. In the main thread I send a request to my server and wait on CEvent for the respond. My OnReceive override should set the event when data is available.
The...
September 19th, 2003 10:04 AM
I have a CSocket object in a separate thread. In the main thread I send a request to my server and wait on CEvent for the respond. My OnReceive() override should set the event when data is available....
September 11th, 2003 05:04 PM
I see... I guess i'll have to rethink this design.
Thanks a lot for your help!
September 11th, 2003 01:56 PM
I need to combine functionality of CWinThread AND CSocket in my class, so I want to derive it from these classes… My friend tells me that its not a good idea to derive your class from more than one...
August 26th, 2003 09:47 AM
Thanks for your attention to my question!
Honestly, this was my feeling too – there is no way to create a generic logic that will convert any object to a byte scream because objects can be very...
August 26th, 2003 08:40 AM
I’m looking for a way to serialize data that is represented as C/C++ struct/classes.
The final goal is to develop a mechanism that will convert my objects to a binary format so I could send them...
February 13th, 2003 11:46 AM
It works!! Thanks you very much!
February 13th, 2003 10:33 AM
Hi!
It seems like a trivial task, but I cant programmatically remove the selection from multi-select ListBox…
Please help!
February 4th, 2003 03:09 PM
Do you know about any text-to-speech demo that would allow to create *.wav files...?
What i really need is to produce a *.wav file based on an optional text...
Please help!!!
January 31st, 2003 01:20 PM
I need to play a sound from my MFC app but i don't remember the functions that does this... Please help!
January 31st, 2003 12:13 PM
Please help!
I need to play small audio files from my MFC Application... I need to do it on a certain even and it can be different sound every other time... Thanks!!!