Windows Programming (Page 6)

New! Join the C++ community on Google+
Creatinbg desktop shortcuts using the Boost Library
 
Is there any way I can use the boost library to create shortcuts? Thank you.
[2 replies] Last: Athar's link points at code which shows you how to create a Shell link... (by andywestken)
Files/Folders/Stuff
 
If my program is running in C:\Users\Kyle\Desktop\MyProgram\Wawa\program.exe, how do I get it to ac...
[2 replies] Last: THANK YOU! - Kyle (by KyleMiles)
BinaryReader -> BinaryWriter
 
Hi all. I'm making a program with many variables read from a file. It is a large project for me. ...
[no replies]
Visual C++ 2010 - Unmanged C calling managed c++ dll
 
Hi, I'm a C / C++ noob, but have been a software engineer for 28 years. I just started a new job, a...
[18 replies] Last: PS A C translation of the COM solution in How to call a managed DLL f... (by andywestken)
by asra
need help in c++ program
 
Hi everyone.. i am having trouble in making a logic of the following series, help me out! i need...
[1 reply] : The top number starts at 1 and goes up by 4 each time. The bottom num... (by Moschops)
by hjazz
Using fstream to open a file that is created only during runtime
 
Hi, I'm using Visual C++ 6.0 and I'm trying to use fstream to open and read a file that is create...
[3 replies] Last: dgt (by ArlenLaub)
Output to separate program
 
Hi guys, I'm trying to set up a program in C++ that runs the installer for a few programs (Office...
[5 replies] Last: I have to install these on a large volume of computers, and each have ... (by JPMercer)
Managed Struct
 
I may have to post this elsewhere, but thought someone could help as it may not be a managed issue. ...
[1 reply] : I had to do squares[i,b] = gcnew square; squares[i,b]->validBits = g... (by bobdabilder)
Very basic multithreading
 
Hi. I've been experimenting with basic threading, trying to create a thread running a loop, and bei...
[4 replies] Last: I see. Compilers are complicated things :D It's hard to understand how... (by Ramses12)
by minime
Splitting a project - GUI
 
I'm trying to split a project that I have written into two separate parts. I currently have a c++ pr...
[2 replies] Last: Currently, the entire GUI is written in API, which is tedious to chang... (by minime)
by h4344
cannot convert 'modentry32*' to 'tagMODULEENTRY32*'
 
Not sure what im doing wrong but im getting the error below when i try to use Module32First() functi...
[4 replies] Last: The Microsoft definition is just to make the use of the structre more ... (by andywestken)
How to detect UNICODE file?
 
I've tried opening a unicode file by many methods. If I knew "the file is ANSI or Unicode" then I wo...
[1 reply] : You open the file in binary mode and check the BOM (Byte Order Mark) -... (by andywestken)
native window form application
 
how to create simple window from application having simple out put displayed by a button?
[6 replies] Last: @muddaser You're mixing the terminology up: you can have a native Win... (by andywestken)
by h4344
Question about Module32First
 
Self Solved
[no replies]
by flony
example problem with mysql in visual c + +
 
hello friends after search and download the mysql, I tried to do the steps to make a database in c +...
[2 replies] Last: The solution, I found reading the MySQL documentation. had to follow t... (by flony)
EclipseCDT Unicode puzzles me.
 
In vs2010, I create an empty win32 console application--> windows app, the default character setting...
[1 reply] : Add this before including windows.h or any other header file: #defin... (by modoran)
How to create a Folder in c++
 
Hey i am wondering, How i can create a Raw Folder in c++. But i do not how to do this so any one h...
[8 replies] Last: mkdir is a UNIX command I thought you were using Windows? The Window... (by andywestken)
by Dobi
XP sleeps 500ms when calling PlaySound()?
 
Hi, on different multicore PCs (I do not have this effect on single core machines.) Windows XP 32...
[2 replies] Last: Hi SamuelAdams, surprisingly the behaviour only occurs to me on multic... (by Dobi)
Virtual Key
 
.......................................................................................................
[2 replies] Last: @Jackson Marie - I suggest that you write functions that only have one... (by ajh32)
by cliffy
1d Arrays
 
Write a program with 1d array with 50 elements.The program should find the maximum and minimum value...
[2 replies] Last: Is this homework? I can give you some hints, you can use for(int i... (by Filiprei)
Pages: 1... 45678... 10
  Archived months: [oct2012]

Cannot post in this page. To post a new message, go to the first page.