Search Results

Showing results 1 to 40 of 113
Search took 0.01 seconds.
Search: Posts Made By: marco93
Forum: C 2 Days Ago
Replies: 3
Views: 496
Posted By marco93
On Windows, you don't need sockets; just use COM (10 lines of code)
Forum: C++ 2 Days Ago
Replies: 6
Views: 129
Posted By marco93
???
system() has nothing to do there (it's even prohibited under Windows...)
Just use the scheduler
Forum: C 13 Days Ago
Replies: 5
Views: 18,054
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 17 Days Ago
Replies: 17
Views: 530
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 21 Days Ago
Replies: 11
Views: 1,122
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++ 24 Days Ago
Replies: 7
Views: 266
Posted By marco93
On Windows, system() is prohibited by MS.
It's dirty, it creates another useless PAS, etc...
Forum: C++ 24 Days Ago
Replies: 4
Views: 213
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 25 Days Ago
Replies: 3
Views: 208
Posted By marco93
Wrong method.
Official method is with COM
Forum: C++ 33 Days Ago
Replies: 8
Views: 186
Posted By marco93
No, you must use the GUI subsystem.
Forum: C++ 34 Days Ago
Replies: 6
Views: 272
Posted By marco93
It won't fork for od listbox
.................................
Forum: C++ Sep 30th, 2009
Replies: 3
Views: 272
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: 7
Views: 26,765
Posted By marco93
Use Petzold code instead, 10 x better.
Forum: C++ Sep 28th, 2009
Replies: 12
Views: 431
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,839
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: 303
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: 270
Posted By marco93
Never use system() on Windows.
Use Shell or Kernel apis.
Forum: C++ Sep 14th, 2009
Replies: 4
Views: 1,413
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: 192
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: 674
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: 579
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: 600
Posted By marco93
Don't copy MSDN doc.
And it's not the right method (events)
Forum: C++ Aug 27th, 2009
Replies: 8
Views: 293
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: 347
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: 228
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: 426
Posted By marco93
You can write it easily in C and Win32 apis (MM)
Forum: C++ Aug 20th, 2009
Replies: 5
Views: 563
Posted By marco93
Obsolete (~10 years old)
Use #import instead
Forum: C++ Aug 12th, 2009
Replies: 3
Views: 8,316
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: 300
Posted By marco93
Never use system()
Just use kernel or user apis.
Forum: C++ Aug 9th, 2009
Replies: 13
Views: 15,007
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: 203
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: 251
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: 413
Posted By marco93
On Windows, simply use the Chart control.
Forum: C++ Jul 26th, 2009
Replies: 5
Views: 469
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: 529
Posted By marco93
This code is not sufficient and won't work on some Windows SPx.....
Forum: C++ Jul 26th, 2009
Replies: 3
Views: 423
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: 250
Posted By marco93
It's not a "method"...
Forum: C++ Jul 17th, 2009
Replies: 3
Views: 4,108
Posted By marco93
See MSDN and Intel codes samples for RDTSC instead.
More than 10 years old...
Forum: C Jul 5th, 2009
Replies: 4
Views: 484
Posted By marco93
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: 762
Posted By marco93
Forum: C++ Jun 23rd, 2009
Replies: 6
Views: 470
Posted By marco93
You don't need anything. Just use Win32 OLE apis
Showing results 1 to 40 of 113

 


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

©2003 - 2009 DaniWeb® LLC