Search Results

Showing results 1 to 40 of 116
Search took 0.01 seconds.
Search: Posts Made By: marco93
Forum: C 9 Days Ago
Replies: 3
Views: 235
Posted By marco93
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
Posted By marco93
Never use System()
It's prohibited in Production environment, in particular on Windows...
Forum: C++ 9 Days Ago
Replies: 3
Views: 148
Posted By marco93
ShellExecute has nothing to do with HTML Elements.
Just use Win32 COM. Ses MS samples
Forum: C 17 Days Ago
Replies: 3
Views: 579
Posted By marco93
On Windows, you don't need sockets; just use COM (10 lines of code)
Forum: C++ 17 Days Ago
Replies: 7
Views: 246
Posted By marco93
???
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
Posted By marco93
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
Posted By marco93
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
Posted By marco93
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
Posted By marco93
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
Posted By marco93
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
Posted By marco93
Wrong method.
Official method is with COM
Forum: C++ Oct 4th, 2009
Replies: 8
Views: 196
Posted By marco93
No, you must use the GUI subsystem.
Forum: C++ Oct 3rd, 2009
Replies: 6
Views: 285
Posted By marco93
It won't fork for od listbox
.................................
Forum: C++ Sep 30th, 2009
Replies: 3
Views: 283
Posted By marco93
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
Posted By marco93
Use Petzold code instead, 10 x better.
Forum: C++ Sep 28th, 2009
Replies: 12
Views: 456
Posted By marco93
> 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
Posted By marco93
It's easy to modify it with C and win32 api
ACDSee does that...
Forum: C Sep 24th, 2009
Replies: 1
Views: 309
Posted By marco93
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
Posted By marco93
Never use system() on Windows.
Use Shell or Kernel apis.
Forum: C++ Sep 14th, 2009
Replies: 4
Views: 1,486
Posted By marco93
????????
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
Posted By marco93
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
Posted By marco93
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
Posted By marco93
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
Posted By marco93
Don't copy MSDN doc.
And it's not the right method (events)
Forum: C++ Aug 27th, 2009
Replies: 8
Views: 302
Posted By marco93
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
Posted By marco93
No, Qt is useless on Windows (and too slow..)
Just use standard Win32 api.
Forum: C++ Aug 24th, 2009
Replies: 7
Views: 236
Posted By marco93
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
Posted By marco93
You can write it easily in C and Win32 apis (MM)
Forum: C++ Aug 20th, 2009
Replies: 5
Views: 616
Posted By marco93
Obsolete (~10 years old)
Use #import instead
Forum: C++ Aug 12th, 2009
Replies: 3
Views: 8,475
Posted By marco93
Is it a joke ?
It's a copy of one of the MSDN KB samples !!!
Forum: C++ Aug 11th, 2009
Replies: 4
Views: 342
Posted By marco93
Never use system()
Just use kernel or user apis.
Forum: C++ Aug 9th, 2009
Replies: 13
Views: 15,190
Posted By marco93
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
Posted By marco93
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
Posted By marco93
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
Posted By marco93
On Windows, simply use the Chart control.
Forum: C++ Jul 26th, 2009
Replies: 5
Views: 480
Posted By marco93
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
Posted By marco93
This code is not sufficient and won't work on some Windows SPx.....
Forum: C++ Jul 26th, 2009
Replies: 3
Views: 466
Posted By marco93
Useless.
Simply use Win32 api (1 line of code with SH or 5 with COM)
Forum: C++ Jul 26th, 2009
Replies: 2
Views: 265
Posted By marco93
It's not a "method"...
Forum: C++ Jul 17th, 2009
Replies: 3
Views: 4,266
Posted By marco93
See MSDN and Intel codes samples for RDTSC instead.
More than 10 years old...
Showing results 1 to 40 of 116

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC