I have a multicast server which multicast on an IP 233.1.2.8 on some ports I need to connect to that server directly using its actual IP do not want to use the broadcast. I want to get actual data it
Can anyone please tell me why MFC applications are not displaying correctly in Windows 7 basic theme ?
CString dance[] = {L\"Atb\", L\"Tiesto\", L\"Madonna\", L\"Paul va开发者_开发技巧n Dyk\", L\"Armin van Burren\", L\"Jennifer Lopez\"};
Here\'s the problem:The main GUI thread is performing a SendMessage to another GUI thread (yes, there are multiple GUI threads, and unfortunately this cannot change).When that second GUI thread receiv
I\'m interning in a company for the summer and I\'ve to look at different ways of looking at the current codebase (C++,MFC, around 100K lines) and using state machines to model the current program.
After tinkering and modifying a GUI I have been worki开发者_Go百科ng on for some time I ended up with a group of EditControllers and Radio Buttons that I do not need any more, so I would like to get r
I am using CEdit with the property of Multiline.My objective is to retrieve the individual line and place it in my CStringArray.
Given the encoding of the project is probably Unicode (but not for sure) what is the best way of converting ATL::CString to QString?
I\'m creating a preferences form in VC++ MFC, and I have several textfields that only accept integers. I\'m new to MFC, so this is how I found to initialize them in some tutorial:
I am trying to launch default print dialog from application , but it is not coming up. I am able to launc print dialog from wordpad application it is also printing the decument but, when i am trying t