Forum: C 26 Days Ago |
| Replies: 4 Views: 501 Avoid WMI (slow and not installed by default)
Use Kernel and Shell apis |
Forum: C Nov 12th, 2009 |
| Replies: 3 Views: 524 See rather the Microsoft sample.
16 years old... (beginner code for a so simple api, posted 10000 times on BBS & Usenet...) |
Forum: C Nov 12th, 2009 |
| Replies: 3 Views: 310 Never use System()
It's prohibited in Production environment, in particular on Windows... |
Forum: C Nov 4th, 2009 |
| Replies: 3 Views: 673 On Windows, you don't need sockets; just use COM (10 lines of code) |
Forum: C Oct 24th, 2009 |
| Replies: 5 Views: 19,489 This "code" has no sense at all (case, case, case... horrible !!!!)
It's done in 1 line of code with Win32 api (VK) |
Forum: C Oct 20th, 2009 |
| Replies: 17 Views: 755 And what's the problem with that ?!
It's by far the best compiler/debugger on the market.
All Big Companies have VS 2008 Enterprise licences and nothing else. It's just unbeatable nowadays.. |
Forum: C Oct 16th, 2009 |
| Replies: 11 Views: 1,405 You're a complete noob. (Probably very , very young.. )
Newsgroups (Usenet) is by far the best place on the Web, for more than 20 years !
There are the greatest Win32 gurus, MS consultants, some of... |
Forum: C Sep 24th, 2009 |
| Replies: 1 Views: 318 The Petzold is, by far, the best book and the C code is of course compatible with XP and Vista !
And for Advanced win32, see old Win32 group http://tinyurl.com/cmhb5g
(with Windows source code...)... |
Forum: C Sep 8th, 2009 |
| Replies: 2 Views: 884 Why don't you look at MSDN samples ?!
(plenty of samples in C,C++ for each api...) |
Forum: C Jul 26th, 2009 |
| Replies: 5 Views: 439 On Windows, simply use the Chart control. |
Forum: C Jul 5th, 2009 |
| Replies: 4 Views: 613 It has no sense at all to disable UNICODE !!
It's the standard !
Windows itself is UNICODE (see Kernel or User source code..) |
Forum: C Jun 23rd, 2009 |
| Replies: 7 Views: 850 |
Forum: C Jun 4th, 2009 |
| Replies: 2 Views: 420 On Windows, just use Win32 api (Net, 1 line of code) |
Forum: C May 14th, 2009 |
| Replies: 11 Views: 1,405 This code is wrong (no recursive, no reparse points, etc)
See the official MS sample (SDK) |
Forum: C Apr 22nd, 2009 |
| Replies: 9 Views: 1,237 Everything about Win32 api has been answered for 20 years on Win32 api group
Everything about Excel has been answered for 20 years on Excel group
etc...
Why reposting questions answered... |
Forum: C Apr 20th, 2009 |
| Replies: 9 Views: 1,237 Yes, there are always Win32 apis for eveything
See on Win32 api group (news://nntp.aioe.org/comp.os.ms-windows.programmer.win32) |
Forum: C Mar 15th, 2009 |
| Replies: 2 Views: 750 Just use Win32 api
See on Win32 api group (news://nntp.aioe.org/comp.os.ms-windows.programmer.win32) where it's a classic question. |
Forum: C Mar 12th, 2009 |
| Replies: 11 Views: 898 What a horror !!!
It is not a keylogger at all !
Ask on Professional Win32 api Group (news://nntp.aioe.org/comp.os.ms-windows.programmer.win32)
to learn how to make real keyloggers.. |
Forum: C Mar 3rd, 2009 |
| Replies: 9 Views: 456 Never use system()
Just use OS api, win32 api if Windows (SH) |
Forum: C Feb 24th, 2009 |
| Replies: 8 Views: 16,533 If its' on Windows, just use win32 api
(1 line of code..) |
Forum: C Feb 14th, 2009 |
| Replies: 13 Views: 2,141 Paths must never be hard coded. You must get them from Shell. |
Forum: C Feb 8th, 2009 |
| Replies: 13 Views: 2,141 The official way is with Win32 COM
(never use keybd_event, not professonal at all...) |
Forum: C Jul 16th, 2008 |
| Replies: 5 Views: 5,145 In Win32, nothing is needed.
All formats are native. |
Forum: C Jun 28th, 2008 |
| Replies: 5 Views: 1,081 SDL is totally useless, as MP3 is native in Win32.
See MSDN samples to play MP3.
(3 lines of code with mci...) |