Windows Programming - May 2011 (Page 5)

Irrlicht
 
I've been doing the tutorials for Irrlicht for a while now and I've been pretty succesful. But how d...
[no replies]
Is it possible? (1,2)
 
Hello people, I`m new in the programing world and i`m still studying C++ on my own. One day i came u...
[26 replies] Last: Just make sure your detection algorithm doesn't mark your own program ... (by Mathhead200)
File Handling
 
i want to create file in my C drive but this command doesnt works ofstream fout; fout.op...
[3 replies] Last: and how can i remove and rename my file!!! send me function please!!! (by noorali15)
by ajitm
WriteFile function is not working in Win 7 64 bit machine
 
Hi friends I am facing one problem that, the writefile function is not working on 64 bit machine...
[2 replies] Last: Yes , My executable is 64-bit binary, I want a function or parameter'... (by ajitm)
Save Directory error?
 
So, i build my little 3D map program in visual C++ 2010 express and it succeeds. Unfortunately, ther...
[2 replies] Last: Yeah, but I cant figure it out, so I'm gonna reinstall the IDE. EDIT:... (by James200)
Implementing a interface(abstract class) in DLL
 
I want to implement a class that inherits from an interface in a win-dll or unix-so. Can I do this?...
[3 replies] Last: So you want to take the exported functions and assign them to buttons ... (by Computergeek01)
12:2 invalid preprocessing directive #pragma
 
Man, I feel like such a newbie(because I am)but... I have encountered another error. Just one this t...
[4 replies] Last: Fix it, hehe. Seriously, debug your code line by line, examining your... (by webJose)
Good beginner tutorial/Lesson?
 
I have just completed a Introduction to C++ class and all we did was work in the console. I was wond...
[4 replies] Last: Try windows SDK: http://msdn.microsoft.com/en-us/windows/bb980924.aspx... (by matsom)
ANOTHER error...
 
... I guess that's what I signed up for when I started programming, as we all know it's filled with ...
[1 reply] : If you are using DEV-C++ it is a bug in the text editor, Just ‘sav... (by sahzz)
Visual C++ not building program
 
The title says all. Here's what happens. So, I am making a little console application and i click...
[12 replies] Last: As i mentioned before the program is from the book of Mister Bjarne St... (by strashko)
DLL and Name Mangling
 
I have a third-party LIB which has symbols exported as plain C/cdecl, so for example dumpbin.exe /SY...
[6 replies] Last: Mmm, I'm out of ideas. You'll have to load it at runtime as modoran ... (by kbw)
copy selection of another application
 
does anyone know how to copy the current selected text to a variable? (global) i know how i could d...
[4 replies] Last: Thanks for your help guys, i solved it by another way which came from ... (by n00biix)
by madi L
Screen Brightness
 
Hi, does some one know how we can get the brightness of the screen under Window OS? Really, unt...
[6 replies] Last: I don’t think this is supported on all monitors like Disch said, Bu... (by sahzz)
Callback_Thread
 
I'm confuzzled on how you use this, specifically I'm using the MIDI functions and I want to have my ...
[7 replies] Last: Bump: anyone? (by SkunkieButt)
Help with progress bar
 
Ok so I made a window and added a progress bar to it then showed the window. Everything worked fine,...
[1 reply] : Fixed the problem, turns out I added controls after the WM_CREATE mess... (by happyblade)
by Drue
Write to File .NET
 
I'm making a program for our church. I need it to save what the user types in and one of the names ...
[14 replies] Last: I'd rather make it so it doesn't have .NET, but there's no designer fo... (by Drue)
I need some help...
 
Okay, I was following a tutorial EXACTLY and everything worked fine until the last part. I am basica...
[3 replies] Last: @ TheCoCkTa1l : If this was a linking error, which is what I assume y... (by Computergeek01)
by vivmen
hiding exe from process explorer
 
hi all , is it possible to hide application exe from process explorer ?, i want no one should able ...
[7 replies] Last: @ OP: This is a horrible idea, you only use Task_Manager\Process_Explo... (by Computergeek01)
Cursors
 
I have this code from Programming Windows and I don't get why SetCursor is called twice. Doesn't it ...
[2 replies] Last: See http://msdn.microsoft.com/en-us/library/ms648393(VS.85).aspx, sect... (by webJose)
by db863
TCP Sockets
 
Hi, I am fairly new to C++ so go easy on me on this one :) If question this is not complex enoug...
[no replies]
May 2011 Pages: 1... 345678
  Archived months: [apr2011] [jun2011]

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