Windows Programming - June 2009 (Page 2)

by qazwsx
Problem - HDC & BitBlt & PictureControl - stops working after some time
 
So, hello there. I have a problem - i have three bitmaps, one created with LoadImage (originalBitm...
[1 reply] : You're doing cleanup all wrong. What's probably happening is a ginour... (by Disch)
how to change wstring to lpcvoid ?
 
i need to use writefile BOOL WriteFile( HANDLE hFile, // handle to file to write to ...
[5 replies] Last: it is of course... or it would not be easy to remember^^... (did u ... (by Incubbus)
need simple program to calculate dates from a given date
 
Please be advised that I am not a programmer. I just thought some intelligent people on here may be...
[no replies]
How to control cpu usage
 
Hi How to control cpu usage of particular process in windows programmatically.I want set the c...
[1 reply] : With Win32 Threading apis (by george135)
Conversion from char[40] to LPWSTR
 
Hello there... Here is a program I picked from a website which provides tutorials for Win32 Program...
[13 replies] Last: I would recommend using the TEXT() macro over casts. This makes your... (by Duthomhas)
Function behaving differently on windows than unix
 
I am working on a calendar program, and as part of it, I have a function that takes an integer repre...
[1 reply] : Line 21: strftime () -- you must specify the number of characters ava... (by Duthomhas)
warning C4305: 'argument' : truncation from 'bool *' to 'bool'
 
bool __stdcall check_expiry_date_file(wstring filename,bool cutrun); int std__call happy() ...
[5 replies] Last: I'm afraid I don't quite understand what you are asking. If you for... (by Disch)
How Can programing with Ports?
 
Hello all for all,help me in programming with computer ports. How in C++ we can dealing with compu...
[1 reply] : In Win32 ports are treated like files. Open a port using the Creat... (by Duthomhas)
how to get file size in c++
 
I need to write a dll which include a function that return file size would any one help me to ...
[14 replies] Last: off_t (or loff_t) than int. off_t Size = ftell( pFile ); right? (by chiwing)
what LP stand for?
 
LPDWORD LPWORD what LP stand for? what D standm for? what is the range of LPDWORD,LPWORD ca...
[3 replies] Last: Legacy of old version windows. At 32bit version, Long Pointer == Po... (by decoupling)
missing type specifier - C++ does not support default-int
 
Hi, What can I do for this error? error C4430: missing type specifier - int assume...
[2 replies] Last: And maybe, some head file does not included led to some Class not defi... (by decoupling)
hi , BAZZY are u a student?
 
Do Bazzy,Duoas, kbw have jobs? usually , you can provide fast , accurate answer ~ ~ as i s...
[1 reply] : I am a student (by Bazzy)
by tition
Why do I get abnormally high processor use on this simple program?
 
Dear all, I simply can't figure out what I am doing wrong. Why is processor use on this program a...
[10 replies] Last: The two idioms I've seen for a WindowProc are as follows. They both on... (by Hammurabi)
.ico images?
 
I know that this is a C++ forum and not a "How o Create .ico Images" forum, but I figure that there'...
[3 replies] Last: Grey Wolf Thanks, it's not free but the trial works fine. Bazzy... (by shadowayex)
Detecting things in task manager
 
I was wondering about this for a while now. Is there a way to check for a certain window being op...
[8 replies] Last: Thank you for your help. This is wonderful information and I'm still w... (by shadowayex)
which function needed for getting a sub string ?
 
which function needed for getting a sub string ? and which should i include #include<XXXX> e.g...
[4 replies] Last: d = 1.2345; tmp = pow(10,digit) ; d *= tmp ; // d = 123.45 d... (by chiwing)
Will windows Vista will show the write path?
 
Will windows Vista will show the write path when a program writing a file in harddisk? this que...
[3 replies] Last: thanks for Duoas actually , i am asking about will Vista disclose my ... (by chiwing)
Add New Data Source
 
Hi, I'm programming a simple applicaction with Visual Studio C++ 2008. But when I try to conne...
[no replies]
Instant Messanger.
 
Im basically trying to learn and create a Instant Messenging Application. I know quite a lot about C...
[1 reply] : Check out: http://users.hal-pc.org/~johnnie2/winsock.html (by firedraco)
how to write a new line?
 
how will u write below to a empty file ? <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> ...
[2 replies] Last: i find a usfel example just before /n is before the line need to ou... (by chiwing)
June 2009 Pages: 12345
  Archived months: [may2009] [jul2009]

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