Windows Programming - November 2008

by PaulK
Win32 Multiple Buttons
 
Hello all, first my current code: #include <windows.h> LRESULT CALLBACK CallBackFunc(HWND W...
[no replies]
by izyani
error while develop CSP in vista-0x8009006
 
Hi, i am currently develop the CSP for Windows Vista platform. i find out from internet that i...
[no replies]
hwo to connect VC++ to mysql database and windows access database?
 
I want to build a financial model which will need to build some small database and read the data fro...
[5 replies] Last: I read the page. Nice of you to provide the link as usual. 1 ODBC m... (by Zaita)
insert image from clipboard to html file
 
Hey there, I want to insert an image to an html file from the clipboard. My problem is, that i d...
[no replies]
by Jonse
EmBDA.sys error using OpenCV
 
Hello there all C++ Gurus. We are a Aalborg University (Denmark) study group who hope your skille...
[no replies]
inserting into a string.
 
I'm learning to program windows API and would like some advice or perhaps code example on how to rei...
[10 replies] Last: Okay, I have found a fix. GetDlgItemText(hwnd, 2, szEditbox,10); ... (by SuperCub)
VS2008 C2061 error
 
Hello everyone! I'm quite new to c/c++ prgramming, especially using VS2008, and therefor am in so...
[2 replies] Last: Oh. My. God. yeah, that helped, thank you ... I thought that when i... (by lappland)
Anyone interested in a C++ project for $$$
 
To be honest, it is not $$$ upfront, but we want to develop the software that I will describe and se...
[2 replies] Last: No, it can be done with just one camera. There are many face tracking ... (by HalloweenBob)
an "IM" program in LAN
 
My C++ teacher left us an assignment to write one one's own program---should be a little complex,and...
[1 reply] : Well, I think that might be a bit too complex...but... 1.) Sockets ... (by firedraco)
No match for operator== ...
 
I'm having a slight problem with the following code: #include <iostream> #include <math.h> #in...
[1 reply] : Well, first off, you are using the bitwise | operator, which will comp... (by firedraco)
spinlock (InterlockedExchange) vs. win32's CriticalSection for thread safety
 
In a current Windows program I am working on, there is an fstream object that represents a log file....
[3 replies] Last: Couldn't you just check the "thread_safe" variable, and then if it is,... (by firedraco)
Change the content of a file using batch or c++ programme
 
Hi Guys, All i want to do is to change the content of a file. For instance, there is a batch file...
[10 replies] Last: To be fair, Unix shells can't do it either. The difference is that on ... (by Duthomhas)
by izyani
Question to ask about CSP in Vista and XP
 
Advapi32.dll As what I understand by reading the Microsoft Cryptographic Service Provider Developme...
[1 reply] : I don't really know enough about the subject to say much, but I don't ... (by Duthomhas)
Several Question About Multi-Tasks & Multi-Threads! C/C++ under Windows OS.
 
Just answer what you know! Please make it clear and in 3 years old language cause i'm very new to th...
[6 replies] Last: I must agree with PP, also I must add that it is not only improvement... (by Zaita)
How would you approach this project?
 
As a task for my latest endeavour into college education I have been asked to code an application th...
[6 replies] Last: @anders: For a simple application like this, your solution does includ... (by Zaita)
by anusha
Antivirus application
 
Hi there, how do I get started to develop a antivirus application using c++ especially the search en...
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
by cipher
how to cancel transfer of data from web server
 
Hi! I am using libcurl to retrieve a data from the internet. I haven't found any function that I ...
[3 replies] Last: Looking through the curl_easy_* function set, I can't see anything the... (by guestgulkan)
Timer
 
I was wondering if anyone knew how to make a timer? One where the user put in a certain time, and wh...
[17 replies] Last: Excellent :D (by Mythios)
[SOLVED] Win API question: AttachThreadInput prevents menu activation ...
 
Hi, programmers. I would need your help/experienced advice with using the AttachThreadInput() API f...
[10 replies] Last: edit: you posted while i was writing mine! :) Hello, I understan... (by Mal Reynolds)
by jrohde
Transparent Background Fails under Windows Aero
 
Hello, I was just coding a very simple, very small program that outputs text over a transparent w...
[1 reply] : It really only worked to begin with because it is a simple trick. The ... (by Duthomhas)
November 2008 Pages: 12
  Archived months: [oct2008] [dec2008]

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