Windows Programming - November 2014 (Page 4)

Visual Style of Button not changed in new version of Viusal Studio
 
I shifted from Visual Studio 6 to Visual Studio 2013 for developing MFC applications. However, the buttons still appear the way they used to appear when the ...
[2 replies] Last: Thank You, it worked ! (by letscode)
by tec23
Not gettting WM_CREATE in subclassed edit control
 
I have an edit control, who is a child of the main window and I have subclassed the edit control procedure and I never get WM_CREATE. Please help
[2 replies] Last: You're spot on freddie1! Didn't think about that. Thanks (by tec23)
Trouble integrating C++ DLL into C# program
 
I know this is a C++ website, but the stack overflow community likes to berate those who ask questions at a beginners level. I wrote the guts of a program in...
[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....
 
How to change fontfamily of a text added in a textblock in windows store app........... Please tell i really need help...... Thanx in advance.....
[1 reply] : <TextBlock FontFamliy = " Name of Font Family "> Your Text </TextBlock... (by letscode)
by adu
socket
 
question: i have wrote a program of chat, the program work in normale way; the problem, when i use to send from the client to the server , the buffer shows ...
[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?
 
I am porting the server-multiplayer system in Crysis Wars to my own system as the old system has since disappeared. I have got so far as adding a test server m...
[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
 
Hello! I study, what is the best practice for reblocking a thread. If I use a Mutex, the thread waits for release of the mutex. Short after the thread ...
[3 replies] Last: sorry I',m newbie, it is very simple with events to solve this probl... (by Erhy)
Send single UDP data
 
Hey guys, I'm trying to send a single udp datagram from a client to a remote server. When i try to send a single data (a string) the server receive nothing. So ...
[5 replies] Last: Thanks to all! I will try and I will post the results (by simomis)
Initializing Direct3D - Swap Chains (DX11)
 
Hello all, back to ask a question. So, I have been reading Frank Luna's book on Direct3D 11, and have run into a bit of trouble. When I go to initialize Dir...
[no replies]
Trying to return a byte stream using GetDIBits()
 
I am trying to simply capture the display of a single monitor. The following program creates a new DC and Bitmap from the last handle passed by EnumDisplayMonit...
[no replies]
Building qt statically
 
Hello all.i recently started working with qt. now i know this isn't the qt forum,but this seemed like the place to ask. my problem is deploying the apps. from w...
[1 reply] : Hi. Please go through the following link http://qt-project.org/doc/qt-... (by IamSumit)
Visual Studio 2013 deletes header files (and more?) of libraries.
 
Sorry if my question is not directly about windows programming, but more about VS2013, but I guess a lot of you may be working with it, since it's windows only ...
[no replies]
C++ Make program disaplay text inside of my .txt file
 
Im trying to make a program and i want it to connect to my website and on my website i have a a .txt and inside it it stands: "The latest version is: 1.0". I h...
[2 replies] Last: Yeah, i have tried that but i always end up with a ton of errors: (i ... (by Theraven)
Manipulating bitmap images
 
For my project (using winapi) I have to be able to manipulate bitmaps and images. Is there a way or a library that I could use to paint 1 bitmap over another? ...
[4 replies] Last: Those look like useful tools. I'll try to implement it to my project. ... (by zoran404)
how can i remove the google redirect virus?????
 
i just wanna ask how can i get rid of the problem of 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)
Searching a listbox
 
im trying to make a program that searches through items on a listbox (an simple antihack) that searches for a folder called "hack". any idea`s?
[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
 
I am porting the server-list of a game to my own system in order for players to connect to gameservers (since the old GameSpy system shut down in June). I am ha...
[5 replies] Last: Weird you still get this error after cleaning up... Tried manually del... (by S G H)
Help. C/C++ Save Ascii Characters [Api Windows]
 
I KNOW THIS GOING IN C FORUM BUT THIS TOPIC HAVE RELATION WITH WINDOWS API FUNCTIONS. I NEED HELP OF THE TWO FORUMS SO PLEASE DONT ERASE THIS. Hello! ...
[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
 
I tried this code in WM_NCCREATE case WM_NCCREATE: { LPCREATESTRUCT lpCs = (LPCREATESTRUCT)lParam; lpCs->cx = 90; ... } return TRUE; to change the width of ...
[1 reply] : SetWindowPos(hwnd, HWND_TOP, 0, 0, width, height, SWP_NOMOVE); ... (by zoran404)
Programming windows with mfc by Jeff Prosise first example help
 
Hi. Im about to start MFC programming with Visual C++. I choose book "Programming windows with MFC second edition by Jeff Prosise. But the problem is, on it's v...
[1 reply] : Just choose "Empty project" in Visual Studio wizard and then add your ... (by modoran)
November 2014 Pages: 12345
  Archived months: [oct2014] [dec2014]

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