Windows Programming - August 2013

My New WebSite
 
I have just put up a website online that I am hosting off of my computer... http://192.168.1.104 is the website address...It is a download site for my C++ Prog...
[8 replies] Last: Well.. you guys are harsh. OP, simply put, it will not work. Though ... (by mezmiro)
Bitmap editing
 
How can I open a bitmap image and edit the pixels in it using WinAPI? Thank you!
[2 replies] Last: Okay, thank you Disch! Edit: My 400th post! (by closed account jwkNwA7f)
How to use AddPort function.
 
I want to use AddPort function in my program. but i am not familiar with their parameters. How can I use with this. Can I have any sample program for this. ...
[1 reply] : The first thing you should do is visit MSDN, it contains most if not a... (by Zin Byte)
Setting Wallpaper
 
Hello! I'm creating a basic program to change my desktop wallpaper via a random seed and SystemParametersInfo() and I'm having some issues. The function appears...
[9 replies] Last: Nope! Though I will once I reinstall Dev-C++. It appears, accessing th... (by mezmiro)
How to select a row fully through program
 
I am doing a win32 application using List view control,I used extended style LVS_EX_GRIDLINES|LVS_EX_FULLROWSELECT .My application demands for force selection ...
[2 replies] Last: i also need about this Topic... i have same Problem here.. (by Tonyeim)
Problème d'affichage de controles statics lors du redimensionnement de la fenêtre
 
Bonjour, j'ai créé une application dont la fenêtre principale contient pleins de controls statics que je crée dynamiquement avec CreateWindowEx. Dans chaq...
[2 replies] Last: J'ai trouvé la solution : au lieu de faire appel à affichage_items()... (by dvince38)
SFML LNK2019 problem visual studio 2010
 
is any one tried the SFML on visual studio 2010? I follow the tutorial and set up all the configuration but #include <iostream> #include <SFML\Graph...
[6 replies] Last: I had to put a few of the .dll's in the same folder as the .exe to get... (by closed account jwkNwA7f)
ListView Full Row Select
 
I had created a List View using the CreateWindowEx API, I had defined the needed styles and extended-styles to have the full row (item and sub-items) selected u...
[4 replies] Last: Read again documentation of CreateWindowEx(), you have a list of all a... (by modoran)
SFML Game For Class Help
 
hi guys Ive been learning sfml and now in class at school I have to make a game my classmates all have powerful computers except me my hardware is pretty a...
[5 replies] Last: yes, i have the SFML library, and linked with your code but i recomme... (by heepoo)
xlsx to txt
 
Hello! I need to know how can I convert a xlsx file into a txt. If you know a kind of library or a piece of code... Thank you!
[3 replies] Last: Thank you, andywestken! LB, I need to convert the file in program, be... (by alexglont)
by Simula
More Then One Instance Of Overloaded Function XMMatrixTranspose
 
I googled it and a post told me to install the SDK for windows 7 instead of windows SDK 8. I did that but still got the error. The error did not appear on the ...
[no replies]
WIN API, How to check if the user pressed a key
 
I have a problem detecing if the user clicked a key... I have a Edit Box : Edit = CreateWindow( TEXT("edit"), NULL, WS_CHILD | WS_VISIBLE | ES_LEFT, 20, 50,...
[6 replies] Last: Oops - I meant to swap the message... Thanks, Andy (by andywestken)
unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
 
I tried Visual Studios express 2012. What does this mean?: Error 1 error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStart...
[5 replies] Last: If you're tweaking the project settings manually, you should also edit... (by andywestken)
silverlight EventHandlerList could not be found
 
...
[no replies]
convert char * to LPWSTR
 
Tried on Visual studios Express 2012. I can't compile this code. It returns errors like: Warning 1 warning C4005: '_WIN32_WINNT' : macro redefinition Error 2...
[1 reply] : Please disable Unicode settings of your VS compiler or use wchar_t typ... (by modoran)
Drag files to listbox
 
i have a listbox that i would like to be able to drop files in LISTBOX SETTINGS_DIALOG_LIST, 12, 97, 174, 55, WS_HSCROLL, WS_EX_ACCEPTFILES in...
[3 replies] Last: while it is not documented it seems indeed that WM_DROPFILES works o... (by coder777)
How to expect an exception in MSVS 2012 Unit Testing
 
After looking at a lot of unit test frameworks for C++ (expecially those that work well within MS Visual Studio), we are trying the Unit Testing (for native C++...
[1 reply] : I've never done any unit testing but maybe this will help http://msdn.... (by naraku9333)
Button question (WinAPI)
 
How do I make a button look like a normal Win7 button instead of the button that looks like WinXP buttons. Also, How do I change the background of the button (...
[3 replies] Last: Thanks, that worked. (by closed account jwkNwA7f)
Link error
 
I have been googling this for a while now, but nothing I have found will work. I am getting this error: error LNK2019: unresolved external symbol _D3DXCreate...
[6 replies] Last: Well, actually I still have a problem :( I have put the path for the d... (by closed account jwkNwA7f)
Get source page of a site using Sockets
 
I've been trying to get the soruce page of a site using sockets, and found a code on the internet... It works for the main sites, for ex. cplusplus.com, but no...
[8 replies] Last: Yeah my bad, haha Anywya, thanks a lot guys, I was able to create a g... (by AmitM9S6)
August 2013 Pages: 123... 6
  Archived months: [jul2013] [sep2013]

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