by qazwsx
Problem - HDC & BitBlt & PictureControl - stops working after some time
|
|
[1 reply] : You're doing cleanup all wrong. What's probably happening is a ginour... (by Disch)
|
by chiwing
how to change wstring to lpcvoid ?
|
|
[5 replies] Last: it is of course... or it would not be easy to remember^^... (did u ... (by Incubbus)
|
by jdgower
need simple program to calculate dates from a given date
|
|
[no replies]
|
by mathueie
How to control cpu usage
|
|
[1 reply] : With Win32 Threading apis (by george135)
|
Conversion from char[40] to LPWSTR |
|
[13 replies] Last: I would recommend using the TEXT() macro over casts. This makes your... (by Duthomhas)
|
by deGravity
Function behaving differently on windows than unix
|
|
[1 reply] : Line 21: strftime () -- you must specify the number of characters ava... (by Duthomhas)
|
by chiwing
warning C4305: 'argument' : truncation from 'bool *' to 'bool'
|
|
[5 replies] Last: I'm afraid I don't quite understand what you are asking. If you for... (by Disch)
|
by PowerXP2008
How Can programing with Ports?
|
|
[1 reply] : In Win32 ports are treated like files. Open a port using the Creat... (by Duthomhas)
|
by chiwing
how to get file size in c++
|
|
[14 replies] Last: off_t (or loff_t) than int. off_t Size = ftell( pFile ); right? (by chiwing)
|
by chiwing
what LP stand for?
|
|
[3 replies] Last: Legacy of old version windows. At 32bit version, Long Pointer == Po... (by decoupling)
|
by mathueie
missing type specifier - C++ does not support default-int
|
|
[2 replies] Last: And maybe, some head file does not included led to some Class not defi... (by decoupling)
|
by chiwing
hi , BAZZY are u a student?
|
|
[1 reply] : I am a student (by Bazzy)
|
by tition
Why do I get abnormally high processor use on this simple program?
|
|
[10 replies] Last: The two idioms I've seen for a WindowProc are as follows. They both on... (by Hammurabi)
|
by shadowayex
.ico images?
|
|
[3 replies] Last: Grey Wolf Thanks, it's not free but the trial works fine. Bazzy... (by shadowayex)
|
by shadowayex
Detecting things in task manager
|
|
[8 replies] Last: Thank you for your help. This is wonderful information and I'm still w... (by shadowayex)
|
by chiwing
which function needed for getting a sub string ?
|
|
[4 replies] Last: d = 1.2345; tmp = pow(10,digit) ; d *= tmp ; // d = 123.45 d... (by chiwing)
|
by chiwing
Will windows Vista will show the write path?
|
|
[3 replies] Last: thanks for Duoas actually , i am asking about will Vista disclose my ... (by chiwing)
|
by torhuito
Add New Data Source
|
|
[no replies]
|
by Chrislee123
Instant Messanger.
|
|
[1 reply] : Check out: http://users.hal-pc.org/~johnnie2/winsock.html (by firedraco)
|
by chiwing
how to write a new line?
|
|
[2 replies] Last: i find a usfel example just before /n is before the line need to ou... (by chiwing)
|