Windows Programming - August 2009 (Page 4)

by Ins3t
BIOS and C++
 
Hi, adepts! I have question! How a interact with the BIOS ? Whether it is possible to work with t...
[2 replies] Last: That's Borland-only. Typically you'll need to perform a software in... (by Duthomhas)
Message Processing
 
I have a dialog box resource that looks like this: LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US ...
[1 reply] : What'd you modify? (by Kiana)
Winsock Tutorial
 
Hello I did something like this before but the tutorials posted were in german and the internet expl...
[2 replies] Last: The first one you gave me is the german one from the other post but th... (by Qwerty2)
random numbers with visual c++
 
Hello everyone! I don't know if it's a right plase to ask about visual C++, but anyway... I need t...
[11 replies] Last: Thanks for help, this code works. (by tom1410)
by orchus
Locating another application's coordinates
 
Greetings. First message here. I would like to know how I can simulate a click on another appl...
[1 reply] : Sooo, you pretty much had the answer to your question and now you want... (by webJose)
Dialog Boxes
 
I'm trying to learn some Windows resources and i'm playing with dialog boxes. The problem is I don't...
[6 replies] Last: @Duoas Yes, that is another thing I don't get....add the manifest whe... (by LoLFactor)
Graphic C++ Game
 
Hi I would like to make a game with C++ but with graphics I just want to know how to do this I know ...
[10 replies] Last: i just want to point out: -Qwerty, learn to make people actually wa... (by Shane)
Communicate between multiple windows?
 
This might seem like a simple question, but is there a way for me to make several windows (console f...
[2 replies] Last: See RegisterWindowMessage () for information on getting a message ID ... (by Duthomhas)
Change Combobox Style
 
Anybody know how to change the style of a combobox? Specificially, is there any way to change the...
[no replies]
Integers to CStrings
 
I know that in the standard library there's a class called stringstream that can be used to convert ...
[3 replies] Last: Lol that works! Thanks kbw! (by Dudester)
About template overloaded function .
 
I type the code on vc6.0 and vc2005, but result're different between them. #include <iostream> ...
[2 replies] Last: VC 6 is also known to be somewhat shakey when it comes to templates. ... (by guestgulkan)
C# programs close after ran
 
I'm a beginner to C#, and my programs close after I run them! What function do I use?
[3 replies] Last: if you're working with console try this: Console.ReadKey(); ... (by johnkravetzki)
by Kiana
keybd_event problem?
 
Here's my code: __inline VOID SendText(__in_z LPCSTR lpcsz, __in_opt DWORD dwDelay = 10) { for(...
[no replies]
Resource files won't compile (1,2)
 
Okay, so I'm using a tutorial(the part I'm on is found at http://www.winprog.org/tutorial/menus.html...
[22 replies] Last: Hey guys, I got rid of most of the errors with one line. #undef UNI... (by VenomousNinja)
Determine Control Coordinates
 
Does anyone know of a good way to retrive coordinates of window controls, such as list boxes, combo ...
[15 replies] Last: Disch, I really do appreciate all your help. I did not mean to meander... (by Lamblion)
by Kiana
Browser controls?
 
As you know, all windows, child windows, and controls (ie. edit boxes, buttons, etc.) are windows ,...
[1 reply] : Why not just look at it with Spy++? (by kbw)
by Kiana
How to get child window of external parent window that cursor is over?
 
This image that I made more or less illustrates my problem. Any ideas? http://i32.tinypic.com/30u...
[6 replies] Last: So, any ideas? I have a handle on the window of the browser, how ca... (by Kiana)
Forwarding Output to Console
 
Hey... I did create an windows application which an normal window... Also I did create an Conso...
[3 replies] Last: @web: the first option. i did try this with the Write and Read-File... (by Incubbus)
dll linking failure
 
ok, here's the deal, I'm working with a dll I've created that defines a number of classes and inheri...
[3 replies] Last: You have to export your class from the DLL that defines it, and import... (by kbw)
Adding external libraries to Microsoft Visual C++
 
Hi guys, I'm using Microsoft Visual C++. (1994-98, I'm not sure if it's the best choice for C++ pr...
[7 replies] Last: Guys, I have fixed this. http://www.cplusplus.com/forum/general/1271... (by cppuser)
August 2009 Pages: 12345
  Archived months: [jul2009] [sep2009]

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