[try Beta version]
Not logged in

Windows Programming - December 2010 (Page 3)

by m75214
spherical texture mapping in OpenGL
 
I'm trying to learn spherical texture mapping in OpenGL. But, the texture doesn't rotate when the o...
Dec 20, 2010 at 5:47pm
[no replies]
how to retrieve a program registry key
 
Hello i'm still searching a method to retrieving the registry key for a installation program. You ...
Dec 20, 2010 at 12:11am
[2 replies] Last: Thanks for links and methods!:) Nico (by candinico)
Inserting video into the game
 
Hi! I've developed a 3d app, now I would like to insert a video from youtube.com directly inside th...
Dec 18, 2010 at 9:20am
[2 replies] Last: Just use powerful flash library for that - F-IN-BOX ( http://f-in-box.... (by Papasha)
Use ActiveX without registration
 
Hi! My app uses one ActiveX and I don't want to register it under WinXP. Is it possible to use Acti...
Dec 18, 2010 at 9:17am
[3 replies] Last: You can "cheat" registration with BoxedApp SDK ( http://boxedapp.com/ ... (by Papasha)
Using XML in Java
 
Please tell me how to implement this.
Dec 18, 2010 at 9:13am
[no replies]
DLL protection
 
Hello, everybody! App uses some third-party DLLs, which should be protected from any outside access...
Dec 18, 2010 at 9:10am
[2 replies] Last: Use BoxedApp Packer ( http://boxedapp.com/ ) (by Papasha)
Swf to exe ( not projector)
 
Is it possible to play flash without flash-player installed? I heard that SWF file and flash player ...
Dec 18, 2010 at 9:06am
[2 replies] Last: Friend advised me to use Flajector ( http://flajector.com/ ). Is it go... (by Petrosyan)
BitBlt() experiment (1,2)
 
Hey all, first I'm new here, I don't consider myself a proffesional C++ programmer but I can say I a...
Dec 18, 2010 at 1:56am
[22 replies] Last: Glad to hear it's working. =) (by Disch)
Set static label text to a double, Win32 C++
 
Hi all, I'm trying to use WM_SETTEXT to assign a double to a static window, within my Win32 appl...
Dec 17, 2010 at 8:59pm
[1 reply] : std::string double2string(const double i) { std::ostringstream str... (by frasiercrane)
unknown windows messages
 
I have been able to locate most of the WM_ messages and determine their values; howver, I cannot see...
Dec 17, 2010 at 6:33pm
[6 replies] Last: Trying to program in Windows with out the win32 api reference is like ... (by closed account 3pj6b7Xj)
by m75214
glTexImage2D
 
When you call glTexImage2D, where does the texture data go? Does it always go into video memory, ...
Dec 17, 2010 at 5:12pm
[no replies]
To make a core server into c++
 
hello, I am Amit tare (India) currently i am working with the C++ server. which having the facili...
Dec 17, 2010 at 8:56am
[no replies]
[C++ Win32 API] Updating Window Title
 
Anyone know how to change/update the window title in run time? I tried google but the first few thin...
Dec 17, 2010 at 3:34am
[2 replies] Last: Cool, thanks ! (by some random dude)
by Null
Can't call correct function using this pointer
 
Hello, I want to make my GUI code object-oriented so I decided to create a class for dialogs ( c...
Dec 16, 2010 at 5:59pm
[6 replies] Last: Thanks. (by Null)
by HenryJ
Do any one have a working source code to a console calculator?
 
I need the working source code of a working console calculator that works on codelite that I can ref...
Dec 16, 2010 at 5:56pm
[1 reply] : see this http://www2.research.att.com/~bs/dc_command_line.c It's from... (by Bazzy)
c++ std::string to LPCWSTR
 
Hi, I am using the function SetDlgItemTextW() which takes LPCWSTR as the third parameter, in a C+...
Dec 16, 2010 at 2:11pm
[12 replies] Last: Windows API introduce the infamous Hungarian notation which is so "un... (by kbw)
Drag & Drop to Dlg in Win32
 
Hey guys, First off, this is my first post here... just though id clear that up :) anyways, im...
Dec 16, 2010 at 1:58pm
[1 reply] : There's an MFC example with a detailed explanation here: http://msdn.... (by kbw)
OpenCV + Command Line Interface
 
I am working in VS10. I am working on building an interface for an arduino powered project I am w...
Dec 16, 2010 at 4:18am
[no replies]
[C++ Win32 API] BitMap Trancparancy Question
 
Hello, I am making a 2D Game in the Win32 API. I was wondering if there was a way to get the blue ou...
Dec 15, 2010 at 11:58pm
[1 reply] : I really recommend you pick a different platform from WinAPI. I recom... (by Disch)
by HenryJ
How do you get this code working?
 
I have this bit of code: char selection selection =getche(); cout<<endl; s = atoi(selection...
Dec 15, 2010 at 8:26pm
[no replies]
December 2010 Pages: 123456
  Archived months: [nov2010] [jan2011]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.