Windows Programming - March 2014 (Page 5)

by Moooce
Dialog Post draw help
 
Hi, can someone help point me in the right direction here? I'm trying to show a dialogbox with a ...
[1 reply] : Anyone? (by Moooce)
Rotate Through Bitmaps on WM_LBUTTONDOWN
 
Hi, Bit of a newbie here I'm trying to change bitmaps on click of WM_LBUTTONDOWN, I've managed to...
[1 reply] : Define int i as static and possibly make it 0 again if you exceed ma... (by modoran)
by pervez
Sensor data read in PC
 
BOOL ReadByte(BYTE *resp) { BOOL bReturn = TRUE; BYTE rx; DWORD dwBytesTransferred...
[2 replies] Last: Hello Mr kbw Thanks for your reply. cout<<dataout<<"\t"; at this poin... (by pervez)
Is it possible to change the area affect by GlutSwapBuffers?
 
Is it possible to change the effect area of the glutswapbuffers so i can change only a portion of th...
[4 replies] Last: Thanks, i will try to read through them. (by selenium)
by LB
How to add network locations?
 
I recently installed some VPN software to let me connect to my college's VPN so I could access the n...
[14 replies] Last: Is this what you're talking about? http://i.imgur.com/oQAPZ3i.png (by LB)
find used function on another program
 
hi antivirus use some thing to find function on another program i want to know how it is possib...
[1 reply] : Hi, They use PE sectioning to do this, there is no ready made functio... (by closed account 13bSLyTq)
Creating another right click menu in Windows Explorer
 
Hello! This is my first of hopefully many posts on C++ forums, I hope to take part in the forums in ...
[1 reply] : I found a few things on MSDN which appear to be what you are looking f... (by TwilightSpectre)
by tec23
Topmost Window
 
I need to make a window topmost. Even on top of full screen video games. I am making a chat box that...
[1 reply] : You would want to check the WM_ACTIVE message(Win32API) and always mak... (by Aceix)
by RabMac
Book Recommendation
 
Hi, I am currently doing a software development course and as part of the course we are learning C#...
[1 reply] : This is a pretty good list to start with: http://www.cplusplus.com/art... (by Computergeek01)
adding a path for dlls in vs
 
i'm writing a program with sdl and lua. i have 7 dlls and it looks messy in my root application dire...
[5 replies] Last: thanks for the answers! (by herrybiscuit)
Unqualified id before numeric constant? *PLEASE HELP*
 
Okay, I have been on this for 2 days. I feel like I have scavenged the entire internet for an answer...
[4 replies] Last: wow. r u kidding me. It was 2 letters i had to change (.rc to .h). Tha... (by AceDawg45)
Polypainting?
 
Hello I am a student who has been studying C++ for about 9 years (since I was ten) I work pretty ha...
[5 replies] Last: Thanks I'll try that and let you know how it goes. But still if any he... (by CalciumZero)
debug and run just in Win32 X86
 
hi i use GetModuleFileName function in visual studio but this function just work in win 32 X86 ...
[no replies]
Help with menus?
 
So, I compile my code, and nothing is wrong in my resource files (.h and .rc). Here they are: reso...
[4 replies] Last: Oh, well, thank you, but do you know what is wrong with my resource fi... (by AceDawg45)
Wedding Reception Data Storaging
 
Can someone please help me with this program? I wanted to put an fstream and create an Excel file. T...
[no replies]
by knn9
How do you use 32-bit toolbar icons?
 
According to MSDN image lists support 32-bit bitmaps and icons, and 32-bit bitmaps can be opened wit...
[4 replies] Last: GIMP is one of the known programs to have this issue. I had issues wit... (by S G H)
convert exe to text
 
hi i want to convert exe to text like when we open some exe with notepad++ i convert that but giv...
[3 replies] Last: a exe is binary code so you could open it in a hex or binary editor ... (by tomdacat)
restricting to specified index
 
I am doing project in vc++ 2005 in which i have to import excel sheet but the tool is crashing when ...
[1 reply] : That pretty much says nothing. Specifically: 1. you haven't shown the... (by kbw)
by fluppe
Multithreading, gerneral question
 
Hello everybody, i have a general question: If i have a process and within i create a thread, ...
[3 replies] Last: Thanks for the answer. I am sure i'll be back with some questions con... (by fluppe)
Help with C++ program
 
This is the program that I made #include <iostream> #include <iomanip> #incl...
[no replies]
March 2014 Pages: 1... 3456
  Archived months: [feb2014] [apr2014]

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