• Forum
  • Windows Programming

Windows Programming

New! Join the C++ community on Google+
by admin
Welcome to this board!
 
Welcome to the Windows forum in C++.com! In this forum, users can to talk about any topic related t...
[no replies]
Windows Forms ListBox help!
 
From my understanding I can refer to specific items in a listBox via the index operators but it is n...
[3 replies] Last: Show some more relevant code and we can help. (by bobdabilder)
by QIZI94
How to run programs on Windows startup
 
Hi, guys. I am looking for something to run programs on Windows startup. I know a manually way, but...
[8 replies] Last: Thanks a lot for answers now all work perfect again thanks :-) (by QIZI94)
by Aderic
DirectX Dynamic Vertex Buffer
 
Hey guys, I have a question on DirectX. I've read multiple guides and.. well I'm not quite the faste...
[no replies]
by dAND3h
Create Thread inside class/namespace(Ron Penton ThreadLib)
 
Hi, I am using the ThreadLib library from Ron Pentons MUD Programming. I am having trouble creating ...
[3 replies] Last: You're right, but if it isn't working you'll need to post the code for... (by kbw)
Visual C++ 6.0 Compiler settings
 
So I want to know how to compile this code: void AddToCentre(float a0,float & a1,float & a2) { if...
[1 reply] : If you know what you want the assembly to look like, why not just stic... (by ResidentBiscuit)
Good tutorials on Win32 API?
 
A tutorial that explains every little detail, introducing things slowly and in a well thought manner...
[11 replies] Last: MSDN has a tutorial on the basics. Anything after that you should be a... (by ResidentBiscuit)
proplem with messagebox
 
this is my first GUI program ..... has a weird error.... no compilation errors ...but when i opened ...
[9 replies] Last: You must then change that control's ID to another ID. The Controls who... (by EssGeEich)
Help with system() function
 
I am trying to make a program that helps someone recover a lost password. It works by calling "runas...
[1 reply] : Check CreateProcessWithLogonW() or LogonUser() to impersonate another ... (by modoran)
by lmsmi1
Read file, then set each line as a string array
 
Well, I think this is how I will do it: 1. ifstream will declare and open a text file. 2. the co...
[2 replies] Last: I must be feeling pretty generous to do some of your homework. You hav... (by bobdabilder)
how to pass files into a function?
 
I'm writing a program and I have all of it working properly except the last part, the convert_to_wav...
[2 replies] Last: You need to close the file before passing it to convert function.... (by modoran)
Want to use audio
 
I want to make a program that allows the user to input and save a group of audio files and output th...
[1 reply] : OpenAl will do this. http://devmaster.net/posts/2890/openal-lesson-3-m... (by Moschops)
.net Thread^ array
 
I am working on an application that uses multiple threads to connect pipes to 8 other processes...so...
[2 replies] Last: You'd get better responses on a .NET forum rather than a C++ forum. (by Moschops)
TERMINATE PROCESS: not working
 
Ok, i REALLY HATE win API, but it executes faster than batch commands, bla bla bla. So, first: ...
[17 replies] Last: so... Mabey some direction with the windows API would be helpful. I'm... (by IWishIKnew)
menu strip
 
so here is my assignment and i am having some difficulties. I already have my maturity and payment f...
[1 reply] : Have a look at this tutorial to add menus to a form. http://msdn.micro... (by methodos)
How do I have to define the slot to lend him any class?
 
How do I have to define the method, in order to lend him a class ? connect(addCustomerButton, SI...
[no replies]
by kg1992
How can I prevent user of application from escaping to desktop?
 
Hello, forum. I'm student who doesn't have much experienced with Windows programming. I've been mos...
[no replies]
why do i need to use cin.get twice???
 
Hey guys, i was writing a very simple program and came a across an problem. In order to stop my prog...
[2 replies] Last: When you're reading an integer with cin >> a; , you're typing <digit>... (by Cubbi)
by h4344
Problem with Getting a module name from a ME32 struct
 
Im trying to get a Module's name to compare to a string so i know when i have reached the one im loo...
[1 reply] : XCHYHFDU KI (by SylviaStaten)
Segmentation error. Problem with class.
 
customersAddLayout.h #ifndef CUSTOMERLAYOUT_H #define CUSTOMERLAYOUT_H #include <QWidget> #includ...
[3 replies] Last: Damn - I wasnt going to say that - but I found another fix that stoppe... (by guestgulkan)
Pages: 123... 10
  Archived months: [oct2012]