[try Beta version]
Not logged in

Windows Programming - December 2010 (Page 5)

ISAPI Extension wildcard question
 
Hello, I wrote an ISAPI Extension WildCard that proccess any request. Now my problem is that i wan...
Dec 9, 2010 at 4:01pm
[no replies]
OpenAFX Library
 
I would like to announce a new open source C++ library for Windows GUI development that may be of in...
Dec 9, 2010 at 7:21am
[1 reply] : www.dvdhotdeal.com (by jamesjackson)
by DINNER
NEED atl Code
 
I need some code Either C Or C++ witch produces a Window with an embedded active X control witch U...
Dec 8, 2010 at 4:51pm
[no replies]
Obtaining GUID for Existing USB Device on Windows XP
 
I need to find the GUID for an existing USB device attached to my Windows XP system. How can this b...
Dec 7, 2010 at 5:10pm
[2 replies] Last: DevViewer from Symantec seems to do the trick. http://service1.syma... (by pcpro178)
How to set up a recall point inside of main
 
I'm making a newer password prompt, the last one worked great, but I'm just wanting to try something...
Dec 7, 2010 at 1:08pm
[14 replies] Last: If you don't like goto use longjmp ;^) http://www.cplusplus.com/ref... (by Bazzy)
I am used to Linux and I can't get Visual Studio to work right.
 
I have only been coding for a year now but it has all been in a plain text editor in Linux. I hav...
Dec 7, 2010 at 5:09am
[2 replies] Last: OK, that sounds about right. I actually decided to try out code::block... (by IceThatJaw)
Printing a std::string
 
Hello... I wrote a c++ program in which I received a std::string type variable. The initializatio...
Dec 6, 2010 at 9:49pm
[5 replies] Last: In that case, wouldn't he just get an undeclared identifier error? (by Kiana)
XP Performance Issue with System()
 
Hi all I have a windows form and in this form i use the system command to open a C$ connection ...
Dec 6, 2010 at 11:59am
[5 replies] Last: Sorry for the late reply, been super busy. It goes much quicker whe... (by closed account Gy7oizwU)
RegSetValueEx Error (Buffer)
 
I want to append (or write) a value ...(open) ...(query) if (wcslen(pszRegData) != 0) { ...
Dec 6, 2010 at 10:22am
[3 replies] Last: 0L was OK. When I had read the existing value from the registry key... (by rattata)
Annoying Data Types...
 
Hi, I would like to send a string of text to the SetWindow() function, but the data type required is...
Dec 6, 2010 at 4:51am
[6 replies] Last: Just the other day I replied to someone who was absolutely determined ... (by freddie1)
C++ assignment
 
I have been given a programming task for my Advanced C++ progging assignment can anybody help me or ...
Dec 5, 2010 at 7:15pm
[2 replies] Last: ahh i see, that makes it alot clearer... damn i hate university instru... (by generalbam)
program is unable to capture video
 
hi all, my program is unable to capture the video file after debugging. did i miss out some setting ...
Dec 5, 2010 at 12:08pm
[no replies]
by Kanto
Paths with fstream
 
Hi, I have a program in Visual C++ 2008 Express Edition to manipulate files in binary format, with t...
Dec 5, 2010 at 2:50am
[2 replies] Last: Thanks, paths work great with strings. Just a detail, when I used c... (by Kanto)
by GaryJJ
re: pluggin for a game
 
so when I upload this code to http://codepad.org it returned with this bool __stdcall CS_Knife_s...
Dec 4, 2010 at 5:20pm
[1 reply] : when I compile at cfree it doesn't matter with or without offsets it i... (by GaryJJ)
Multitasking
 
Hello, Can you please tell me how to make a program with processes (parent,child,grandchild) and ho...
Dec 4, 2010 at 9:21am
[no replies]
socket class !!!
 
#include <WinSock2.h> #include <WinSock.h> #include <process.h> #include <time.h> #include <ios...
Dec 3, 2010 at 9:38pm
[3 replies] Last: You have a set of definitions in the guts of some nested if statement.... (by kbw)
by Faff
Visual C++ Form: Datagridview
 
Hello :) Started today with VC++ form apps, but got stuck with the datagridview Got no idea how ...
Dec 3, 2010 at 9:05pm
[no replies]
Anyone see a problem with this?
 
I've got this program due and I just got back from vacation and I'm a little rusty. Anyway my progra...
Dec 3, 2010 at 4:20am
[10 replies] Last: Experimenting with a for loop. for (i=5; i<10; i++) seats = 2; ... (by skatingrocker17)
Timing file transfer over socket
 
Hi Experts I am attempting to time a file transfer using the windows QueryPerformanceCounter() to...
Dec 2, 2010 at 11:55pm
[2 replies] Last: To be honest all I want to achieve is to be able to display the result... (by riprage)
by Waise
standalone .exe
 
Hi, I wrote some code to open an image, view it in windows in grayscale and save the outer image....
Dec 2, 2010 at 11:21pm
[3 replies] Last: A lot of the specific Libs, DLL's ect. used by MS products for the pur... (by Computergeek01)
December 2010 Pages: 1... 3456
  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.