by mzimmers
use of term "PASCAL" in C/C++ code?
|
|
[4 replies] Last: No, don't do that. If you have to use PASCAL, use PASCAL. Don't make... (by kbw)
|
by Tarun Batra
Pointer Error
|
|
[1 reply] : m_FINetCom is a member of CTIMSStreamerDlg, and it should be private. ... (by kbw)
|
by muttleydm
Problems with insertion in list
|
|
[3 replies] Last: I solved the problem. (by muttleydm)
|
by Ellz36
Colours disappearing from window - Help!
|
|
[12 replies] Last: YESSSSSS!!! Thank you so much dt! It now works - I brought up taskma... (by Ellz36)
|
by RHL
Problems with my small code
|
|
[2 replies] Last: yeah,my bad, thanks a lot bro! (by RHL)
|
Adding contol on CFrameWnd MFC |
|
[no replies]
|
by Tarun Batra
Not able to track error
|
|
[1 reply] : ConnectionThread is declared inside CTIMSStreamerDlg class. Cre... (by Null)
|
by Tarun Batra
String in win32 console application
|
|
[2 replies] Last: which header file do we have to include??? #include <string> ... (by Moschops)
|
by Dukaim
Embed VBS into C++ Application
|
|
[2 replies] Last: You can do in C++ whatever that VBS script do. (by modoran)
|
by Tarun Batra
How to display preview window?
|
|
[1 reply] : This is MFC version, but can be extremely easy to port it to win32 api... (by modoran)
|
by RIZWAN MODI
EruWindow and ErunWindowProc
|
|
[3 replies] Last: Maybe EnumChildWindows() is more apropiate for you if you already have... (by modoran)
|
by Tarun Batra
Can window programming be used to implement win service
|
|
[1 reply] : MSDN Service Reference: http://msdn.microsoft.com/en-us/library/window... (by Texan40)
|
by RIZWAN MODI
FindWindow
|
|
[4 replies] Last: HI, i have a doubt i used findwindowex to find the child window and i ... (by RIZWAN MODI)
|
by theC0der
What's wrong with my code?
|
|
[13 replies] Last: Still you're not understanding much of what you are doing, i see. HWN... (by S G H)
|
Creating a popup window to get user input. |
|
[13 replies] Last: Oh, you're doing everything wrong! // With the IP Control: HWND IP_C... (by S G H)
|
by time to c
SetCursorPos problem.
|
|
[6 replies] Last: Thanks for help. (by time to c)
|
by Tarun Batra
How to check comment or uncomment from an INI file
|
|
[5 replies] Last: There are cross-platform implementations of INI files, most of them ha... (by modoran)
|
I want to know how to do key events in windows programming. |
|
[2 replies] Last: You need to have a Window to handle Keys in the common way. You can al... (by S G H)
|
WinSock - How do I fix delay. |
|
[1 reply] : Ah, solved. The trick is to put it all into one stream. I separated it... (by closed account 2NywAqkS)
|
by Tarun Batra
How to restart service after a particular time
|
|
[1 reply] : When you install the service, you can set it up to be restarted if it ... (by kbw)
|