Windows Programming - May 2009 (Page 3)

can a no entry point dll debug by VS2008
 
can a no entry point dll debug by VS 2008 no entry point = no main(), but it have dllmain() fo...
[4 replies] Last: i am using vc++ 2008 express, how to compile it in debug mode, i just... (by writetonsharma)
Timer
 
How can i get my program to display a count down timer while the program continues to run. if someon...
[2 replies] Last: Try this. const int NUM_MS = 1000; // Every second //... switc... (by Hammurabi)
Workings of MS STL list begin() and end() methods
 
I've been trying to create a simplified version of the list container for an example in "Accelerated...
[2 replies] Last: I see. So the sentinel node works like a terminal for the beginning a... (by jetimms)
Searching for a Text Editor Active X
 
We would like to insert an ActiveX control in the dialogs of our application that should work as a t...
[4 replies] Last: One Winword is embedded in your dialog/form, you have total control on... (by george135)
Windows: PDF to Text converter
 
Hello Guys I have to extract information from multiple pdf files. For that I need to somehow firs...
[5 replies] Last: Thank you eker676. Thats exactly the kind I was looking for! :) (by luckycusp)
write game Disk Shooter
 
Hello everyone! I'm a newbie in c++ and i do not have much knowledge, i have to write a full source ...
[1 reply] : I'm afraid no one will do homework for you. If you wish, you can post ... (by closed account S6k9GNh0)
How to Execute openssl command from windows service
 
Hi, I have created a windows service in Visual studio 2005 C++, which will encrypt a file and sen...
[3 replies] Last: I am trying to automate the data collection, from a windows server. t... (by vikaschndr)
Screen Refresh
 
My Program displays your score in the game. the only problem i have is that the score won't change u...
[2 replies] Last: Thanks that helped alot. Thanks, MM (by GrosseVogel)
TextOut vs TextDraw
 
I am trying to display text on my program. I have searched for about 12 hours total trying to figure...
[13 replies] Last: Ok Thanks to everyones help i got the text to work. guestgulkan Thanks... (by GrosseVogel)
Pong failure -_-
 
I've recently been introducing myself to the awful world of Win32 API. I figured Pong would be a rea...
[3 replies] Last: MSDN is insane. Probably not the place to learn from. A good author fo... (by Hammurabi)
by xyz444
use file path from OpenFileDialog
 
I need some help. I'm using an OpenFileDialog to get the the path of files. I have the following li...
[1 reply] : You didn't null terminate the string. for( i=0;i<path->Length;i++)... (by Hammurabi)
Buttons
 
I am trying to make a click game. it is supose to move the button every time you hit it. I cannot ma...
[13 replies] Last: I Got it. After your help i figured out how to use the MoveWindow fucn... (by GrosseVogel)
how to write A regedit use c++
 
how to write key in regedit use c++ first i need to create it , for exmaple MY_COMPUTER\HKEY_LOC...
[4 replies] Last: Both XP and Vista are available in 32bit and 64 bit variants. Regi... (by closed account z05DSL3A)
API of last edit time
 
what is the API of getting a file last edit time? thanks
[4 replies] Last: yes.. thats what i said.. i replied about stat.. and there i am aski... (by writetonsharma)
just starting
 
i have just started windows programming and i am trying to make menus and it wont show up when i com...
[9 replies] Last: :) that is the tutorial i am using!!! (by kyle11778)
Piping from command prompt (console)
 
Hello Everyone, I have a pretty good grasp of C++ beginning concepts and I am trying to go one...
[2 replies] Last: Assuming windows: #include <iostream> #include <windows.h> i... (by Hammurabi)
by jrohde
Paint controls over background image
 
Hello all, I have an application which displays a bitmap image in the main client area. Then I ...
[2 replies] Last: Nevermind... Problem fixed. (by jrohde)
Where to go from here
 
Hello Everyone, I am having some trouble and to be honest I don’t know where to begin explaining...
[1 reply] : Yeah, it sounds like your over-complicating things. Even though progra... (by gnewfenix)
Can't catch WM_DESTROY without DispatchMessage
 
How do you Catch the "WM_DESTROY" message from a user closing a window, without using DispatchMessag...
[2 replies] Last: From MSDN on WM_CLOSE: An application can prompt the user for co... (by Hammurabi)
How to learn OpenGL?
 
I'm planning to write apps using opengl, just to illustrate some demos. Is there any good resour...
[2 replies] Last: opengl red book.. (by writetonsharma)
May 2009 Pages: 1234
  Archived months: [apr2009] [jun2009]

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