• Forum
  • Windows Programming

Windows Programming

by admin
Welcome to this board!
 
Welcome to the Windows forum in C++.com! In this forum, users can to talk about any topic related t...
[no replies]
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 gameserve...
[1 reply] : Sounds like std::vector wants to know its size. Can you include SStor... (by EssGeEich)
by Erhy
re-block a thread
 
Hello! I study, what is the best practice for reblocking a thread. If I use a Mutex, the threa...
[no replies]
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 O...
[3 replies] Last: Oh come on. If im gonna use the hook style i have to do all again. Tha... (by Citrusl)
Searching a listbox
 
im trying to make a program that searches through items on a listbox (an simple antihack) that searc...
[2 replies] Last: how would I do that? (by adammmm4)
Manipulating bitmap images
 
For my project (using winapi) I have to be able to manipulate bitmaps and images. Is there a way or...
[3 replies] Last: You can use Windows Imaging Component to load just about any image for... (by knn9)
by tec23
Can't change window size in WM_NCCREATE
 
I tried this code in WM_NCCREATE case WM_NCCREATE: { LPCREATESTRUCT lpCs = (LPCREATESTRUCT)lParam;...
[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 s...
[1 reply] : Just choose "Empty project" in Visual Studio wizard and then add your ... (by modoran)
Programming 2D Games (Book)
 
I was wondering if the book Programming 2D Games - Charles Kelly is a good book to learn how to make...
[10 replies] Last: Thanks guys, i guess ill get started with this book. Any problems ill ... (by MasterGeek)
Text box Validation in MFC
 
I have 3 module name A, B and C in MFC dialog based application. Each module has many text boxes. S...
[no replies]
by vijkrr
wildchartomultibyte issue on applying registry settings.
 
Hi all, In one of my project I need to support UTF-8. Current code is using wcstombs where Chines...
[no replies]
Visual Studio 2013 Error C1083 Error loading type library/DLL
 
Hi all, I am new to MFC, and I have just inherited a MFC project. Apparently they use #import "fi...
[1 reply] : http://msdn.microsoft.com/en-us/library/et4zwx34.aspx looks like it j... (by Esslercuffi)
Visual Studio 2013 error LNK1104: cannot open file 'kernel32.lib'
 
I'm absolutely new to windows programming (and Visual studio). When i try to build any project (VC++...
[10 replies] Last: I just reinstalled VS2013, and all seems fine now. Thanks for the help... (by alterecho)
Possible to Program with Sound Recorder
 
I am not sure if I am posting in the correct place, but I had a question is this was possible and it...
[8 replies] Last: The calculation is a very simple difference of two times. If you are ... (by kevinkjt2000)
Converting file to UTF-8
 
Hi, I am going to obtain some data from windows registry and I use system command to export whol...
[no replies]
.net MVC accessing a radio button
 
Hi Everyone, I am trying to access radio buttons from a for each loop in my controller, but I am no...
[1 reply] : I solved it thanks anyway (by Gkneeus)
SDL - Trouble with derivated classes
 
Hi at all! I'm making some kind of game just to learn the SDL library. I made two vectors where I re...
[5 replies] Last: You can, but in your way, you are able to NOT redefine one, and the de... (by EssGeEich)
CreateProcess to run VBS Script
 
Hello All, I have a createprocess that runs a bat file which then runs a vbs script. Although it w...
[no replies]
I have a problem in polymorphism with list STL
 
Please help me with a problem to solutions the polymorphism in this case... I have iterator of clas...
[6 replies] Last: Heeeeey !!! yes ! this is a solution, thaks booradley60 and fcantor... (by rishardcarranza)
IStream System::Object^ question
 
Hi, I did a reference to a DLL and I am trying to use a method that requires a System::Object^ as ...
[4 replies] Last: thank you, let me check the links and I will post back my results. (by amontes65)
Pages: 123... 5
  Archived months: [sep2014]