
please wait
by Docido
Should I Use this book?
|
Hello everyone. I have been learning C++ for a while now and I think I want to start learning how to make a windows program. So my question is wheather or not t... |
Sep 30, 2011 at 7:48pm
[6 replies] Last: Thanks a lot everyone :D! I guess I'll be reading this then. Thanks ag... (by Docido)
|
by eNergizer
[WINAPI] Regarding GDI Mapping
|
This is a snippet of an example in my book. What I don't understand in this code is that the SetWindowOrgEx x value increases positively to the left, why is thi... |
Sep 29, 2011 at 5:15pm
[1 reply] : bump (by eNergizer)
|
by olzi
Community Project - E-mail Client for Windows Taskbar
|
Hi all, i have only been using this forum form for a few days and i love the community here, they are great and very knowledgeable. if people are interest... |
Sep 29, 2011 at 1:04pm
[1 reply] : I'm not sure how useful that would be. I can pretty much do that alrea... (by Athar)
|
by HenriK
How make C++ programs (command line -related)?
|
Hello hello! I was just wondering how is it possible to create C++ program that I can run from the command line like this: MyCompiler Hello.program ... |
Sep 29, 2011 at 3:05am
[4 replies] Last: ...also, a variety of options already exist in the standard library to... (by Duthomhas)
|
by Phiru
Where can I get wmp.h?
|
I want to test the source blow. http://msdn.microsoft.com/en-us/library/dd564579(v=VS.85).aspx However, I entercounted an error code, Can not find "wm... |
Sep 29, 2011 at 2:23am
[1 reply] : Download and install the Windows SDK. (by webJose)
|
by Phiru
How to capture Audio??
|
Hi. Im working about capturing audio from Mic. it works when i use only one sound device. However, I have 2 sound devices, so i wanna record all of sounds f... |
Sep 29, 2011 at 1:05am
[2 replies] Last: Thanks EssGeEich. As I found, there is no way to put two files into ... (by Phiru)
|
by Phiru
I wanna play Video files.
|
I am using MCI to play video file. It works with *.avi, but doesn't work with *.wmv file. In fact, *.wmv file is sort of played. The window will be stopped... |
Sep 29, 2011 at 12:41am
[no replies]
|
by Lamblion
SQL or Some Database - Brand Newbie
|
I have never programmed a databse. I want to do a SIMPLE database using ONLY VC++ 2010. I am ASSUMINIG that I should use SQL. If I'm wrong, please correct me. ... |
Sep 28, 2011 at 10:08pm
[15 replies] Last: Thanks, freddie1. You've been extremely helpful to me, not only in thi... (by Lamblion)
|
by DSTR3A
Count 0 Byte Files
|
I wnat to count the number of 0 byte files in a directory and if the count is equal to or greater than 1, delete them otherwise do nothing. How can I do this? T... |
Sep 28, 2011 at 9:19pm
[4 replies] Last: Is this closer? #include <Shlwapi.h> // for PathAppend() void E... (by DSTR3A)
|
by Helegurbann
How can i abbreviate this Windows Form?
|
reosurce.h: #ifndef RESOURCE_H #define RESOURCE_H #include <windows.h> #define Window LRESULT CALLBACK WinProc char *title; int horizontal,vertical,height,wi... |
Sep 28, 2011 at 7:58pm
[4 replies] Last: Try changing from void* to void in the declaration of WindowTitle and ... (by S G H)
|
by mememe
detetect windows form
|
is posible to detect if is open a program like notepad? or messenger? who? |
Sep 28, 2011 at 7:41pm
[4 replies] Last: I agree, is possilble the OP meant to type "how" but "who" makes this ... (by Computergeek01)
|
by Brejlounek
Render targets don't work... (DirectX)
|
Hi there, I ran into problems in my new project where I want to apply a gaussian blur shader. I've already done it before and it worked perfectly, so I just ... |
Sep 28, 2011 at 3:13pm
[1 reply] : Nevermind! I accidentaly figured it out! It looks like the shader text... (by Brejlounek)
|
by Qinlang
Hello World Microsoft visual c++2010 Express
|
#include "std_lib_facilities.h" int main() { cout<<"Hello,World!!!\n"; return 0; } _______________________________________________________________ Above is th... |
Sep 28, 2011 at 12:56am
[2 replies] Last: WOW, I found where my problem is, thank you very much for your help!!!... (by Qinlang)
|
by ahura24
mouse event
|
hi everybody . i have one question : how can i know where does mouse click ? for example if click on myComputer i understand clicked on myComputer ... ? tnx |
Sep 26, 2011 at 7:59pm
[9 replies] Last: :)) WindowFromPoint is a very fantastic function tnx :D but doesnt my ... (by ahura24)
|
by babncpp
All Pipe instances are busy : Error 231
|
Hi, I got a problem with interprocess communication. I am working on a project using named pipes for Server/Client communication. Server: Creates name... |
Sep 26, 2011 at 1:44pm
[4 replies] Last: I vaugley remember reading something like that but I couldn't get it t... (by Computergeek01)
|
by sky1in5
Need help on checkbox issue. (1,2)
|
hi there guy i need help on creating a button to tick checkbox like a timer. example is there is 3 checkbox. checkbox1, 2 and 3. i check the 1st checkbox, a... |
Sep 26, 2011 at 8:08am
[27 replies] Last: instead of using sendinput, why dont use wm_keydown? (by sky1in5)
|
by Shatronics
Classes and structures.
|
Hello, I have a class with a structure inside it. I use the structure to create objects that contains coordinates and a HBITMAP which is loaded from the resour... |
Sep 25, 2011 at 10:12am
[5 replies] Last: I solved the problem. I took my structure outside the class and declar... (by Shatronics)
|
by DSTR3A
Errors on Finding a File
|
I'm running this code to find any file that was written to the hard drive recently. However; I've gotten a few errors that I can't seem to lick. Here is the co... |
Sep 25, 2011 at 7:15am
[2 replies] Last: Great! Works most prefectly! Thank you! (by DSTR3A)
|
by Gator F
GetWindowLong Problem.
|
I'm writing a wrapper around the Win32 API. I have a class for editing a window, this class has methods for getting/setting the location, text, window styles, ... |
Sep 24, 2011 at 9:17pm
[3 replies] Last: Thanks guys. (by Gator F)
|
by sajjad ahmad
pointer 2d array to function
|
Hi everybody ! i want multiplication of two dynamic 2d arrays ,but i don't know how ? plz help.my code is here. # include<iostream> # include<cstdlib> # ... |
Sep 24, 2011 at 7:42pm
[1 reply] : You've done pretty good so far. One suggestion I can make quickly is ... (by Michael37)
|