
please wait
by ahbazzi
Single window procedure for all windows
|
I am creating a financial software that will contain many different modules. Each module will have a menu and a bunch of forms. The menu will change according t... |
Aug 27, 2011 at 9:37am
[14 replies] Last: If you have a paid for version of Visual Studio (standard or greater) ... (by andywestken)
|
by Shay9999
Select Cursor
|
I'm trying to find a way to change what cursor is currently being displayed as the User's cursor while in an area of the window. For example: User goes over ... |
Aug 26, 2011 at 10:16pm
[2 replies] Last: Thanks modoran, I just had no idea where to start =P (by Shay9999)
|
by brokenbot
How to make a program that analyzes screen and makes decisions off what the program sees?q
|
How can I read the screen/gui and make a program be reactive to what it "sees"? |
Aug 26, 2011 at 3:14pm
[2 replies] Last: Are you wanting to find the windows and communicate with them progamma... (by andywestken)
|
by agupte
Loop through System::Object
|
I am trying to translate some VB.Net code into C++ Specifically: Dim installer As Object installer = CreateObject("WindowsInstaller.Installer") Dim produc... |
Aug 26, 2011 at 9:53am
[no replies]
|
by allytrice
Locate Method
|
Can someone please tell what's the difference between the locate method and lookup method. And where you would use which between the two. |
Aug 26, 2011 at 5:50am
[1 reply] : I think you need to be a bit more specific with your terminology :) A... (by zippyking)
|
by jokerkingz
Saving and searching Data
|
I have a bit of a project to do but I dont have a bit of a clue in saving and searching for data. I was told to do a program that saves the date and time of a p... |
Aug 25, 2011 at 2:31pm
[2 replies] Last: thanks, I'll have to see what I can do with this, I havent started but... (by jokerkingz)
|
by shane01101
Advice for starting C++
|
Hey I am going to be starting studying C++ in about a week when I have a lot of free time and I was looking for some advice on what materials I will need. I hav... |
Aug 25, 2011 at 8:10am
[6 replies] Last: You learn most by doing so it would not be advisable to just read book... (by sohguanh)
|
by Helegurbann
How can i change in this window's title and textfield text?
|
#include <windows.h> #define textfield 1 #define textfield2 3 #define text 2 #define text2 4 using namespace std; char *b,*c; char *title="EditBox Exa... |
Aug 25, 2011 at 4:32am
[4 replies] Last: Thank u for ur all helps. (by Helegurbann)
|
A good Windows book to use with C++? |
Could anyone recommmend a good C++ book? Everyone mentions Petzold but I believe his books are slightly old now. I was looking at this http://www.amazon.c... |
Aug 24, 2011 at 10:00pm
[8 replies] Last: [quote=webJose]hehe, are you a cool kid, Disch? =P No. I was jus... (by Disch)
|
by qutab
How to change the background color of an MFC animation control
|
I am using an animation control in my MFC dialog box to display an animation. I want to change the background color of this control to match the background colo... |
Aug 24, 2011 at 8:52am
[2 replies] Last: Thanks for the reply. And yes that's what the problem exactly is. Ther... (by qutab)
|
SetDlgItemInt Doesn't take negative numbers. |
I'm using SetDlgItemInt to use recieved input from the user, do some calculations then return the answer but it doesnt work with negative numbers, this is a pro... |
Aug 24, 2011 at 8:06am
[16 replies] Last: Can you post the error message? (by Null)
|
Hooking memory access |
I'm injecting a DLL into a process, and I need to have my hook execute each time a certain global variable is read or written. Google gave me nothing relevant t... |
Aug 24, 2011 at 12:42am
[no replies]
|
by Jake94
Programming outside of window's windows
|
Hello All, and I just had a question about how this little gadget works, and how it can work outside of a window. The program is a Clippy prank that runs outsid... |
Aug 23, 2011 at 12:23pm
[7 replies] Last: Ok, I'll look into them. Thanks! (by Jake94)
|
by peacehunter
How to find application path in c++
|
How to find the path of a application in c++???? I used the code below to find the application path, `#include <dir.h> #include<conio.h> #include<s... |
Aug 23, 2011 at 11:49am
[6 replies] Last: argv just contains the first part of the command line This is why ... (by andywestken)
|
by philvt101
Label output BEFORE Sleep() pauses
|
I'm trying to figure out how to use Sleep to pause the program for a few seconds before making label2 invisible again. What ends up happening is the system sle... |
Aug 23, 2011 at 12:03am
[3 replies] Last: I'm not sure it's a good idea to block a GUI thread by calling Sleep()... (by andywestken)
|
by robster
ActiveX problem - won't update
|
I'm using Visual Studio 2005. I created an MFC ActiveX control. I made a couple of methods and compiled without error. I did tools->Choose Toolbox Items and br... |
Aug 22, 2011 at 6:04pm
[3 replies] Last: Unchecking the checkbox (in VB's menu, yes?) should be enough to unloa... (by andywestken)
|
Creating standalone screensaver in devc++? |
I wanted to make a customizable screensaver for windows, as a stand-alone SCR file, using DevC++ and a library like SDL or OpenGL. I need some help figuring out... |
Aug 22, 2011 at 5:35pm
[7 replies] Last: I get error LNK2019: unresolved external symbol _ScreenSaverProc@16... (by andywestken)
|
Getting text of foreign application's ListBox Item. |
Hello, I have a problem. What I am trying to achieve is create automatic test for a foreign application (enter text, push button, select from menu…. etc). ... |
Aug 22, 2011 at 8:06am
[2 replies] Last: http://msdn.microsoft.com/en-us/library/dd162490%28v=vs.85%29.aspx ... (by Gintaras Svalbonas)
|
by AaronZim
openGL Texturing Only Fragments of Texture When using VBOs
|
I am currently trying to use hardware acceleration to draw a textured quad. When I draw a quad using glBegin(GL_QUADS) ... glEnd() my quad draws fine. So I beli... |
Aug 22, 2011 at 5:25am
[4 replies] Last: Thank you so much! That did the trick, I am humbled. Also, I will take... (by AaronZim)
|
by DaSpirit
Question about DCs and OpenGL
|
So I'm making a Map Maker using Win32 and WGL for OpenGL and I have a few questions. One thing I noticed is that as soon as I got the OpenGL context created and... |
Aug 22, 2011 at 4:10am
[1 reply] : One thing I noticed is that as soon as I got the OpenGL context creat... (by shacktar)
|