Forum: C 9 Days Ago |
| Replies: 3 Views: 235 See rather the Microsoft sample.
16 years old... (beginner code for a so simple api, posted 10000 times on BBS & Usenet...) |
Forum: C 9 Days Ago |
| Replies: 3 Views: 252 Never use System()
It's prohibited in Production environment, in particular on Windows... |
Forum: C++ 9 Days Ago |
| Replies: 3 Views: 148 ShellExecute has nothing to do with HTML Elements.
Just use Win32 COM. Ses MS samples |
Forum: C 17 Days Ago |
| Replies: 3 Views: 579 On Windows, you don't need sockets; just use COM (10 lines of code) |
Forum: C++ 17 Days Ago |
| Replies: 7 Views: 246 ???
system() has nothing to do there (it's even prohibited under Windows...)
Just use the scheduler |
Forum: C 28 Days Ago |
| Replies: 5 Views: 18,505 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 32 Days Ago |
| Replies: 17 Views: 639 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,230 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++ Oct 13th, 2009 |
| Replies: 7 Views: 359 On Windows, system() is prohibited by MS.
It's dirty, it creates another useless PAS, etc... |
Forum: C++ Oct 13th, 2009 |
| Replies: 4 Views: 283 No, you don't need to retrieve the text !
It's a very old Win16-Win32 FAQ, see (Win32 grp (http://tinyurl.com/yjy3ajr)) with EM |
Forum: Visual Basic 4 / 5 / 6 Oct 12th, 2009 |
| Replies: 3 Views: 219 Wrong method.
Official method is with COM |
Forum: C++ Oct 4th, 2009 |
| Replies: 8 Views: 196 No, you must use the GUI subsystem. |
Forum: C++ Oct 3rd, 2009 |
| Replies: 6 Views: 285 It won't fork for od listbox
................................. |
Forum: C++ Sep 30th, 2009 |
| Replies: 3 Views: 283 This has nothing to do with C++...
If on windows, to get current URL, use Win32 api (Shell and others) |
Forum: C++ Sep 30th, 2009 |
| Replies: 9 Views: 27,223 Use Petzold code instead, 10 x better. |
Forum: C++ Sep 28th, 2009 |
| Replies: 12 Views: 456 > google dint help
???
It's a win32 FAQ for about 15 years (!)
See on Win32 grp (ttp://tinyurl.com/cmhb5g) for classic code
to scan very quickly pixels with GDI or GDI+ |
Forum: Windows NT / 2000 / XP Sep 24th, 2009 |
| Replies: 6 Views: 3,924 It's easy to modify it with C and win32 api
ACDSee does that... |
Forum: C Sep 24th, 2009 |
| Replies: 1 Views: 309 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 16th, 2009 |
| Replies: 6 Views: 276 Never use system() on Windows.
Use Shell or Kernel apis. |
Forum: C++ Sep 14th, 2009 |
| Replies: 4 Views: 1,486 ????????
This "article" is a complete newbie and wrong code (!)
To get the pid, see the official sample in C in MSDN, with Win32 THelp |
Forum: C++ Sep 9th, 2009 |
| Replies: 3 Views: 194 This code is wrong.
Initializing is missing and then it won't work on some OS SP... |
Forum: C++ Sep 9th, 2009 |
| Replies: 4 Views: 814 Stop this spamming with fake question/answer and complete noob and wrong code (original code from MSDN has been posted 15 years ago !)
Read the Petzold to learn Windows programming. |
Forum: C Sep 8th, 2009 |
| Replies: 2 Views: 665 Why don't you look at MSDN samples ?!
(plenty of samples in C,C++ for each api...) |
Forum: C++ Sep 7th, 2009 |
| Replies: 11 Views: 620 Don't copy MSDN doc.
And it's not the right method (events) |
Forum: C++ Aug 27th, 2009 |
| Replies: 8 Views: 302 Are you aware that the complete code for this is in MSDN... for more than 15 years ?!
(more than 25 samples in C and C++ !) |
Forum: C++ Aug 26th, 2009 |
| Replies: 5 Views: 354 No, Qt is useless on Windows (and too slow..)
Just use standard Win32 api. |
Forum: C++ Aug 24th, 2009 |
| Replies: 7 Views: 236 Don't use OpenGL
All best actual games use DirectX (FarCry, etc..)
Download DirectX SDK and see the tons of samples inside |
Forum: Windows NT / 2000 / XP Aug 21st, 2009 |
| Replies: 5 Views: 433 You can write it easily in C and Win32 apis (MM) |
Forum: C++ Aug 20th, 2009 |
| Replies: 5 Views: 616 Obsolete (~10 years old)
Use #import instead |
Forum: C++ Aug 12th, 2009 |
| Replies: 3 Views: 8,475 Is it a joke ?
It's a copy of one of the MSDN KB samples !!! |
Forum: C++ Aug 11th, 2009 |
| Replies: 4 Views: 342 Never use system()
Just use kernel or user apis. |
Forum: C++ Aug 9th, 2009 |
| Replies: 13 Views: 15,190 You should read Microsoft SDK samples, where the Wallpaper changer exists for more than 15 years... |
Forum: C++ Aug 8th, 2009 |
| Replies: 2 Views: 214 You don"t need anything for a so simple task ! (never use external libraries on Windows, as everything is included )
Just use basic Win32 api (GDI)
It's done in a few minutes... |
Forum: C++ Aug 3rd, 2009 |
| Replies: 3 Views: 259 No.
Tutorial are not professional at all (by kids...)
Read Network Programming books (easy to find in ebook format) |
Forum: C Jul 26th, 2009 |
| Replies: 5 Views: 422 On Windows, simply use the Chart control. |
Forum: C++ Jul 26th, 2009 |
| Replies: 5 Views: 480 You don't need any code. (nearly..)
Conversion is native in Win32 (Shell or GDI apis) |
Forum: C++ Jul 26th, 2009 |
| Replies: 12 Views: 560 This code is not sufficient and won't work on some Windows SPx..... |
Forum: C++ Jul 26th, 2009 |
| Replies: 3 Views: 466 Useless.
Simply use Win32 api (1 line of code with SH or 5 with COM) |
Forum: C++ Jul 26th, 2009 |
| Replies: 2 Views: 265 |
Forum: C++ Jul 17th, 2009 |
| Replies: 3 Views: 4,266 See MSDN and Intel codes samples for RDTSC instead.
More than 10 years old... |