can anybody point me at a simple completed
sample program created with C++.
If possible I like to see with interface like the one
we create in Visual Basic.
Thanks in advance.
Printable View
can anybody point me at a simple completed
sample program created with C++.
If possible I like to see with interface like the one
we create in Visual Basic.
Thanks in advance.
you mean a Win32 program?
parksie has a simple one...
You need the Platform SDK for that (I write for the current headers, not the old versions that come with your compilers).
So if it whinges, change LONG_PTR to LRESULT.