Windows Programming - December 2014

[C\C++ - win32] - how can i get the desktop toolbar and window caption bar HWND?
 
how can i get the window caption bar HWND? (i have see some browsers using come controls on caption...
[10 replies] Last: Search for following functions: FindWindowEx FindWindow GetWindow (by leozhang)
Implementation of FFTW into a wrapper DLL
 
IDE: Visual Studio 2013 OS: Windows 8.1 Hello, I was able to successfully implement FFTW (Fast...
[1 reply] : Could I please get some help? I think the easiest way would be to get... (by supracharger)
Passing LPTSTR Parameter to DLL gives Access Violation in C++ project
 
I'm calling a function in an undocumented DLL which unpacks a file. There must be a mistake in th...
[2 replies] Last: You're passing an LPSTR that points to null instead of a StringBuilder... (by kbw)
by Phiru
Scanning alphabets I draw with mouse?
 
What I want to do is to scan pixels and match it with alphabet like scan fingerprint. So, I draw lin...
[no replies]
by sambos
grouping function parameters?
 
Hi all, I have a function that is used MANY times through out my program. This function takes multi...
[2 replies] Last: Hi Zhuge, Thanks for the reply and the links. I haven't used struct o... (by sambos)
tetris game
 
I want to make tetris game ! so can anyone help me by giving any code or thing to find out the main ...
[1 reply] : There are a lot of links and helpful tips on this site: http://www.dr... (by jetz5)
Weird Characters appear when reading from .txt file
 
I am trying to read from a file that has two lines of text. The text in the text file looks like th...
[1 reply] : Could you please print out the code? It would be a lot easier to help ... (by jetz5)
by N10
play songs in background
 
i was trying to make a game where i nedd to play a song during the game play I use playsound() fun...
[1 reply] : Maybe this might help: http://stackoverflow.com/questions/8804880/use-... (by jetz5)
create a text file
 
hi i am new to programming and i was wondering if it was possible to write a program that will creat...
[2 replies] Last: You could also check out these tutorials: The New Boston https://www.... (by jetz5)
service to periodically run another program
 
I want to write a service that will run a program after a period. I have been following some sample...
[6 replies] Last: Here's a pointer: 0xa12cf17c50 (by loopdydoo)
[C\C++ - win32] - using WM_SYSCOMMAND: can i get the menu handle and position?
 
using the WM_SYSCOMMAND message: can i get the menu handle? (i can use the GetSystemMenu(), but do...
[1 reply] : using the WM_INITMENUPOPUP message i can get the menu handle: static... (by Cambalinho)
Wininet Trouble...
 
Ok i been battling with this script. it uses Wininet API to send data to a php server, The thing i...
[no replies]
Loop image c++ 2010 express
 
Hi guys, Sitting and program a game and stuck a bit in the loop function. I have tried and tried,...
[1 reply] : http://www.cplusplus.com/forum/beginner/1/#msg6680 (by kbw)
DUMPBIN.EXE - How to get the functions created from an .exe?
 
I can only see DLLs by /EXPORTS. What should I use when using .EXE?
[2 replies] Last: Well... that's not happy to hear (read). But ok, thank you :). (by iQChange)
to_string error (sfml)
 
I got this error: error LNK2001: Unresolved external symbol ""class std::basic_string<char,struct...
[1 reply] : got it: #include <sstream> #include <string> std::ostringstream os... (by SkillsXP)
switch with a string
 
Is there a way to do that?: #include <iostream> using namespace std; int a = 0; string save...
[4 replies] Last: Thank you Grey Wolf (by SkillsXP)
Console won't display colored rectangles.
 
From time to time when I compile my program the console won't display 3 green rectangles and the te...
[no replies]
hello i need help with windows.h command
 
ShellExecute(NULL, L"open", L"www.google.com",NULL, NULL, SW_SHOWMINNOACTIVE ); SW_SHOWMINNOACT...
[2 replies] Last: guys (by Tommy1998)
Fastest way to copy/paste a file to many destinations
 
What is the fastest way to copy a file located in: C:\Test\copyMe.exe to destinations: F:\myNe...
[9 replies] Last: @naraku9333 did you even read the topic? Note 3: I'm talking about th... (by SkYWAGz)
by jxbma
Why is node insertion with Boost Library's PTNode/PTree not working in MSVC C++?
 
Hi: I'm currently working on a Microsoft (unmanaged) C++ project which utilitizes Boost C++ lib...
[no replies]
December 2014 Pages: 123... 5
  Archived months: [nov2014] [jan2015]

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