Windows Programming - July 2014 (Page 5)

Make Render Frame Fade Color
 
In the following code, how would I make the render frame fade colors while the program is running. For instance, if I wanted to make it fade from its current da...
[no replies]
How to get WinINet http file size?
 
I was creating a class named http_download. class http_download { private: std::wstring url_; std::wstring cache; HINT...
[1 reply] : Solved (by iQChange)
by mrm63
3D Graphics/Quaternion Data
 
Hi All, So I've got a sensor (contains a gyroscope, accelerometer, and magnetometer) that outputs quaternion data. I'm looking to take that data and use it t...
[1 reply] : If you were using OpenGL, then you could either generate an object of ... (by TwilightSpectre)
WPF and C++
 
Okay, so I am looking at starting a new side project. Its a game that I am going to be making from scratch including the game engine. I am very fluent in C++ ...
[2 replies] Last: Thanks! Definitely gonna give this a read. (by CatFancyCoverModel)
how to send email with c++, need working example
 
Good day everyone, Pls I need a working example of how to send email with c++ via Visual Studio, I don't seem to see any good example as most are either in ...
[1 reply] : It needs some cleanup and there may be some errors that were introduce... (by Computergeek01)
How do I know what .lib or .a to link?
 
I guess the title said it all. How do I know when to link a .lib or .a file to dev-c++. I guess my question also applies to the #include command also. Is it bas...
[1 reply] : When you are just using the standard library, you shouldn't need to li... (by TwilightSpectre)
Take a webcam photo on login using Windows 7
 
Hi, How do I set up my webcam to capture an image on the sly each time my account (or any account) logs on? Is there some specific sample code that will do thi...
[1 reply] : http://superuser.com/questions/311569/take-a-webcam-photo-on-login-usi... (by Lachlan Easton)
How to tell a program to do a set function
 
hey this is my first post on the forum! so i play skyrim on my xbox 360 since i cant afford a gaming pc and unlike mods on pc its a bit more complicated to g...
[2 replies] Last: thanks for the find! now i just need to try and make sense of what all... (by smileyman8b)
How to build a remote desktop SIP PBX in C#?
 
Hi Friends, I couple of weeks ago I've found this guide in my mailbox: http://www.codeproject.com/Articles/739075/How-to-build-a-simple-SIP-PBX-in-Csharp-exte...
[no replies]
Want to Move onto Windows API Programming
 
Hello all, I apologize firstly if this is a noobish question for a programmer. However, I have been working with C++ for about 3-4 years now - on and off - a...
[7 replies] Last: If your main goal is to move into game programming, there is very litt... (by TwilightSpectre)
[win32] - creating a form super class
 
i'm trying creating a form super class, but the form isn't created :( form() { ++FormCount; strCaption=strCaption + to_string(FormCou...
[4 replies] Last: after some work and test the WM_CREATE is realy activated. so why i ca... (by Cambalinho)
Getting Clang++ to work
 
Does anyone know how I can get Clang to work on Windows, I have it on Linux and it worked great.
[3 replies] Last: No idea, never tried it myself - I don't have either in the PATH. Easi... (by TwilightSpectre)
by sambos
richtextbox
 
Hi, Here's a simplified version of my program. I have three files that run a WinForm app. main.cpp, Form1.h and Text.h. The code for main.cpp is unalte...
[1 reply] : Hi, I realised my error while doing the dishes of all things. Th... (by sambos)
TreeView_EditLabel() returning NULL
 
Hey there, I'm writing an application that when my Dialog's Edit Box Recieves "EN_KILLFOCUS". It sets a corresponding TreeView Item's Text to the Edit Box's Tex...
[no replies]
Bug in wmemcpy documentation
 
Content from http://www.cplusplus.com/reference/cwchar/wmemcpy/ : Parameters destination Pointer to the destination array where the content is to be copi...
[1 reply] : Yes, rather than saying "Number of bytes to copy", it should rather sa... (by TwilightSpectre)
Read short array from File
 
I am making a device that is like a simple computer, but first I am making an emulator for the device. I made a short array to hold the 2 bytes while I tested t...
[2 replies] Last: Thanks a lot!! That worked perfectly. I had to make a few adjustments ... (by dude2333)
System Error 1784
 
I'm starting to hate the 'system'. I added a 'WriteFile' function and it's throwing a System Error 1784: The supplied user buffer is not valid for the request...
[7 replies] Last: MSDN...The fact that they call them 'tutorials' or even 'reference' is... (by Homberto)
loop
 
theres one i really dont understand #include <iostream> using namespace std; int main() { int x=5; int y=0; int z=1; for(;x>0;) {y=x; ...
[2 replies] Last: Actually this is my first year of college we have not started y in co... (by xenovia12)
by Elidor
_vsntprintf deprecated?
 
Hello cplusplus community. So I've finally decided to get down to business and learn from Petzold's Programming Windows 5th edition and on the second example I ...
[4 replies] Last: Sorry to revive a topic that is beyond dead. I just wanted to add a bi... (by Elidor)
Waitable Timer Lock Up
 
My application currently runs 6-8 threads concurrently depending on how it is configured. Each thread uses a custom waitable timer class that I wrote to get a 2...
[1 reply] : You can call it a personal preference if you want but I have always ha... (by Computergeek01)
July 2014 Pages: 1... 3456
  Archived months: [jun2014] [aug2014]

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