Let me have what you have tried and I may be able to help you.
Use FindWindow API
Kool :)
If you plan to be non profit thing you can try nominating your product in Open Source Support by go4expert.com
Do you expect someone will download the file and compile that for you. What I would suggest is have us the error code you are getting and we can...
In Button's Click event handler you have to create an object of Form2 and then call the DoModal Function. (I am assuming you are on Windows Platform.)
My pleasure.
You can find the complete program in the article - Sort Linked List
You have messed up with the issue and here is the code for sorting the link list. void sort() { elementi *current, *next, *temp, *previous;...
Duplicate of linear register. Thread closed.
You should provide us with some more data like what is the content of the struct/class elementi? I guess you are messing with the swap of the...
Just having the property will not help and you need to handle the WM_PAINT to do the transparent drawing.
int arr[20] = {0};
Duplicate of c code for transmitting and recieving data from serial port. Thread closed.
Hello and welcome to the forum
Looks like an advance MFC then Win32. Moved to Advance MFC forum.
memset is a C function and probably because of backward compatibility. MS decided to make C# a new language and not a have a predecessors because...
I would argue on your both the points. As per MSDN its Character to set to the memory and so integer means the ASCII value of the character as an...
InStr is not C function but probably a VB function.
You don't need to do it that way. The better way is say you have some Message WM_COPYDATA to send to the old executable some data (Say command...
Separate names with a comma.