by letscode
Visual Style of Button not changed in new version of Viusal Studio
|
|
[2 replies] Last: Thank You, it worked ! (by letscode)
|
by tec23
Not gettting WM_CREATE in subclassed edit control
|
|
[2 replies] Last: You're spot on freddie1! Didn't think about that. Thanks (by tec23)
|
by JerseyRyan
Trouble integrating C++ DLL into C# program
|
|
[6 replies] Last: Don't apologize, you've helped me out quite a bit. I do want to stick ... (by JerseyRyan)
|
by Alam
Changing font....
|
|
[1 reply] : <TextBlock FontFamliy = " Name of Font Family "> Your Text </TextBlock... (by letscode)
|
by adu
socket
|
|
[1 reply] : You should use the code format tags to format your code. I've formatt... (by kbw)
|
How can I correctly access a function without any issues? |
|
[2 replies] Last: The application is the game's mod SDK DLL, I have no source-code for t... (by cybermonkeyso)
|
by Erhy
re-block a thread
|
|
[3 replies] Last: sorry I',m newbie, it is very simple with events to solve this probl... (by Erhy)
|
by simomis
Send single UDP data
|
|
[5 replies] Last: Thanks to all! I will try and I will post the results (by simomis)
|
by AceDawg45
Initializing Direct3D - Swap Chains (DX11)
|
|
[no replies]
|
Trying to return a byte stream using GetDIBits() |
|
[no replies]
|
by DAoliHVAR
Building qt statically
|
|
[1 reply] : Hi. Please go through the following link http://qt-project.org/doc/qt-... (by IamSumit)
|
by Horscht
Visual Studio 2013 deletes header files (and more?) of libraries.
|
|
[no replies]
|
by Theraven
C++ Make program disaplay text inside of my .txt file
|
|
[2 replies] Last: Yeah, i have tried that but i always end up with a ton of errors: (i ... (by Theraven)
|
by zoran404
Manipulating bitmap images
|
|
[4 replies] Last: Those look like useful tools. I'll try to implement it to my project. ... (by zoran404)
|
by iDariaBenson
how can i remove the google redirect virus?????
|
|
[2 replies] Last: +1 to the notion of moving this to the lounge. But to get you off to a... (by Computergeek01)
|
by adammmm4
Searching a listbox
|
|
[3 replies] Last: You send LB_GETCOUNT to get the number of items. Then send LB_GETTEXT ... (by kbw)
|
Error C2036 (unknown size) when creating default structure |
|
[5 replies] Last: Weird you still get this error after cleaning up... Tried manually del... (by S G H)
|
by Citrusl
Help. C/C++ Save Ascii Characters [Api Windows]
|
|
[3 replies] Last: Oh come on. If im gonna use the hook style i have to do all again. Tha... (by Citrusl)
|
by tec23
Can't change window size in WM_NCCREATE
|
|
[1 reply] : SetWindowPos(hwnd, HWND_TOP, 0, 0, width, height, SWP_NOMOVE); ... (by zoran404)
|
by markhaloce
Programming windows with mfc by Jeff Prosise first example help
|
|
[1 reply] : Just choose "Empty project" in Visual Studio wizard and then add your ... (by modoran)
|