Windows Programming - April 2009 (Page 2)

by rdev5
getKeyState missing ) before ; in VC++ 2008
 
I'm currently in the process of creating my first 3D application using the OpenGL library and it's b...
[4 replies] Last: O.O ...hence, VC++ 2008 is not good for locating errors. Ugh! Thank... (by rdev5)
Creating a correct subclass via copying.
 
enum objectIndex{ OBJECT_PLAYER, MAX_OBJECTS }; void initObjectList(){ objList.obj = n...
[1 reply] : Something like this? class Parent { virtual Parent* clone() { re... (by Disch)
by Otto
.net security warning with clr
 
Hi, I'm trying to program a messenger add-in, and it works well, but I have many problems with my se...
[no replies]
DirectDrawCreate
 
Hi there, I have some serious problem using the function DirectDrawCreate. I always get the same ...
[no replies]
Copy Files
 
How do i copy files using Visual C++. (Note:- I want to copy the file itself and not it's content)
[5 replies] Last: Thanks. That's what I wanted. (by Ashishm1995)
by Clay L
hierarchy charts for .net?
 
I am moving from VC++6 to Visual Studio 2005. I have bought a few books to help me with the transit...
[2 replies] Last: I have checked pretty much everything at the link and can't find any g... (by Clay L)
file not recognized: File format not recognized
 
Hi I am using eclipse.I got error.I am using g++ complier. *.o : file not recognized: File f...
[8 replies] Last: Hi OK. thanks... (by mathueie)
How to call OnFileNew() from a dialog box in MFC VC++?
 
I am using a MDI application project. I need to open an new file/document when a button in a dial...
[1 reply] : you can use sendmessage() with the wm_command for the menu of fileop... (by writetonsharma)
Data binding and UPDATE
 
In my software, I have a form with various textboxes and combo boxes. These controls are data bound ...
[no replies]
string to object name
 
Hi all, I recently started a new job and have been thrown in the deep with a project. It was all we...
[6 replies] Last: I tried the code this morning and it worked and absolute treat. To me ... (by ScubaS2)
by Daitey
IC Design
 
I have 2 questions.First i want to write 3 dimensional programs but do not want to use a game egine....
[3 replies] Last: Programming IC's is a bit different than the programming you're probab... (by jdd)
Searching within 2 Files
 
Hey Guys, I did this coding. This function will search through 2 files. But when even I enter ...
[1 reply] : If you write to stdout with std::cout, you should read from stdin usin... (by kbw)
Multiple Source Files
 
Sometimes I make projects whichhave really long coding(sometimes even more that 300 statements. So ...
[2 replies] Last: That is what I have been doing using extern voids. (by Ashishm1995)
How to extend the Client Area to Fullscreen?(win32 api)
 
I wrote a game with win32 api,and I want to run it in fullscreen. I had tried as this way: settin...
[5 replies] Last: I donot know with coding but for C++ console applications, you can got... (by Ashishm1995)
P/Invoke in Managed Code
 
This is a problem that I've been working on all weekend, and I can't figure it out. For class, we...
[no replies]
missing constructor???
 
Hi, I have serious trouble with default constructor in CLR/CLI Windows Forms - Managed C++. Co...
[10 replies] Last: @JerryMouse: That is like stating that if an English teacher accidenta... (by firedraco)
first WIN32 app
 
Hello, I've written my source code, which works fine without any kind of user interface using hotkey...
[2 replies] Last: a c++ console application will not work in win32 because in win32 ther... (by writetonsharma)
by samelo
hello : share me for these question??pls>>
 
this is q? write a program that reads information about 20 employees and store it in a array of str...
[6 replies] Last: thats correct. (by writetonsharma)
April 2009 Pages: 12
  Archived months: [mar2009] [may2009]

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