Windows Programming - July 2015 (Page 3)

Best way to get my app to react to an incoming pdu?
 
Hi guys, I'm making a desktop sms sending app out of an smpp library (https://github.com/onlinecity/cpp-smpp), the sending works perfectly, but I want to be ab...
[no replies]
by nofish
char arrays / C-style strings
 
1. What's the difference between char myString1 = "Hello World"; and char myString2 = { "Hello World" }; 2. Are 'character arrays' and 'C-style st...
[6 replies] Last: Haha, I did assume it would be something techie. Thanks for clarifyin... (by nofish)
What are the limits of console applications?
 
What are the limits of console applications? What can I do with them? What can't I do with them? What should I learn next after learning the basics of progra...
[1 reply] : Duplicate of these threads! http://www.cplusplus.com/forum/general/168... (by andywestken)
by RaduV
Toolbar button stays pressed (win32)
 
When I click and drag a toolbar button it stays pressed when it should be unpressed when I release the mouse. How do I fix this?
[4 replies] Last: Nobody huh? This is so annoying because other windows applications lik... (by RaduV)
win32 - how can i put a child control transparent?
 
please someone correct me very. i readed several texts about doing a child control transparent, but i can't put it to work correctly. my last working code was ...
[3 replies] Last: https://msdn.microsoft.com/en-us/library/windows/desktop/dd162814(v=vs... (by Homberto)
OFNHookProc problem
 
I have tried to write a program, in which the GetOpenFileName dialog box does not close. However, it seems to be missing something, since it does close, ya dig?...
[4 replies] Last: Nailed it! I had all kinds of ludicrous solutions to finding the right... (by Breehc Nicdoll)
by Massi
Parse PDF file
 
Dear Forum, Is there any library or way to parse PDF file with C++?? I have tried to use PoDoFo library but I never succeeded to install it, too many depe...
[9 replies] Last: Hello chipp, I'm sorry for the late response, I have to create a GUI t... (by Massi)
by Broken
Need to read graphic interface, please help new guy :D
 
Hey guys, i am glad i found this community and i hope i will learn a lot from you. I got some programming knowledge (university first two courses so i am not to...
[1 reply] : Ah come on guys, nothing ? (by Broken)
About Turbo C++
 
Is turbo C++ better than Microsoft C++. Can we create 32 bit or 64 bit exe files with Turbo C++. What are its limitations.
[2 replies] Last: In their day (which was a long, long time ago), Borland's products wer... (by freddie1)
by ajh32
CListCtrl & sort icons
 
I have a CListCtrl in a CDialog on which I capture the ON_NOTIFY message LVN_COLUMNCLICK, and then depending upon whether we're doing an ascending or descendi...
[4 replies] Last: I have decided to write a small CMFCListCtrl extension class that ov... (by ajh32)
Winsock Acronyms
 
I'm working on some Winsock code and I'm wondering if anyone can tell me where I can find definitions for the acronyms? I learn things much better if I'm able ...
[1 reply] : The MSDN documentation for winsocket: https://msdn.microsoft.com/en-u... (by coder777)
by Kalist
CreateRemoteThread - ERROR_ACCESS_DENIED
 
I think my code is finally working now. Only problem is that for some reason, even though I've opened the process with PROCESS_ALL_ACCESS, CreateRemoteThread th...
[2 replies] Last: Hello, First thing I would like to check is are you running your test... (by veridetour91)
July 2015 Pages: 123
  Archived months: [jun2015] [aug2015]

This is an archived page. To post a new message, go to the current page.