Search Results

Showing results 1 to 40 of 40
Search took 0.02 seconds.
Search: Posts Made By: marco93
Forum: C++ 9 Days Ago
Replies: 3
Views: 256
Posted By marco93
If on Windows, just use Win32 net apis.
1 line of code or 6 with COM
Forum: C Nov 12th, 2009
Replies: 3
Views: 527
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 Nov 4th, 2009
Replies: 3
Views: 674
Posted By marco93
On Windows, you don't need sockets; just use COM (10 lines of code)
Forum: C Oct 24th, 2009
Replies: 5
Views: 19,499
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 Oct 20th, 2009
Replies: 17
Views: 759
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,405
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: 509
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: 394
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: 240
Posted By marco93
Wrong method.
Official method is with COM
Forum: C++ Oct 4th, 2009
Replies: 8
Views: 229
Posted By marco93
No, you must use the GUI subsystem.
Forum: C++ Sep 30th, 2009
Replies: 3
Views: 291
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: 28,152
Posted By marco93
Use Petzold code instead, 10 x better.
Forum: C++ Sep 28th, 2009
Replies: 12
Views: 554
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: 4,113
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: 321
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: 294
Posted By marco93
Never use system() on Windows.
Use Shell or Kernel apis.
Forum: C++ Sep 14th, 2009
Replies: 4
Views: 1,647
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: 207
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: 1,042
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 7th, 2009
Replies: 11
Views: 680
Posted By marco93
Don't copy MSDN doc.
And it's not the right method (events)
Forum: C++ Aug 24th, 2009
Replies: 7
Views: 250
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: C++ Aug 3rd, 2009
Replies: 3
Views: 290
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: 439
Posted By marco93
On Windows, simply use the Chart control.
Forum: C++ Jul 26th, 2009
Replies: 5
Views: 534
Posted By marco93
You don't need any code. (nearly..)
Conversion is native in Win32 (Shell or GDI apis)
Forum: C++ Jul 17th, 2009
Replies: 3
Views: 4,533
Posted By marco93
See MSDN and Intel codes samples for RDTSC instead.
More than 10 years old...
Forum: C Jun 4th, 2009
Replies: 2
Views: 420
Posted By marco93
On Windows, just use Win32 api (Net, 1 line of code)
Forum: C++ Jun 3rd, 2009
Replies: 18
Views: 928
Posted By marco93
On windows, you don't need anything.
Just use Win32 API (GDI, COM, etc).
You can do everything easily
Forum: C++ May 25th, 2009
Replies: 6
Views: 315
Posted By marco93
You don't need hooks for that...
Forum: C++ May 20th, 2009
Replies: 5
Views: 1,360
Posted By marco93
You don't need any hook (!)
Simply use Win32 System apis (2 lines of code to swap mouse buttons...)
Forum: C May 14th, 2009
Replies: 11
Views: 1,405
Posted By marco93
This code is wrong (no recursive, no reparse points, etc)
See the official MS sample (SDK)
Forum: C++ Apr 29th, 2009
Replies: 13
Views: 762
Posted By marco93
You absolutely dont need winsock to get infos from a web site (!)
Just use standard Win32 apis (Net, COM, and others)
Forum: C Apr 22nd, 2009
Replies: 9
Views: 1,238
Posted By marco93
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,238
Posted By marco93
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++ Sep 16th, 2008
Replies: 4
Views: 433
Posted By marco93
You can ask on professional Win32 api newsgroup
news://194.177.96.26/comp.os.ms-windows.programmer.win32
where you can get the souce code for all the apis (documented and undocumented)...
Forum: IT Professionals' Lounge Aug 18th, 2008
Replies: 12
Views: 2,156
Posted By marco93
Disabling Ctrl+Alt+Del is a FAQ on Adv. Win32 api ng for decades
(news://194.177.96.26/comp.os.ms-windows.programmer.win32)
And Disabling input like this is horrible. The official method is...
Forum: IT Professionals' Lounge Aug 18th, 2008
Replies: 12
Views: 2,156
Posted By marco93
Your question has no sense.
Learn Win32 api and read MSDN.
There are just ... millions of code samples.
Forum: C++ Jul 29th, 2008
Replies: 3
Solved: GetPixel
Views: 1,352
Posted By marco93
Nonsense.
Just blit with BitBlt() (!!!)
Forum: C Jun 28th, 2008
Replies: 5
Views: 1,081
Posted By marco93
SDL is totally useless, as MP3 is native in Win32.
See MSDN samples to play MP3.
(3 lines of code with mci...)
Forum: C++ Jun 28th, 2008
Replies: 9
Views: 5,324
Posted By marco93
If you've never tried, then try.
It takes 2 seconds...
Forum: C++ Jun 28th, 2008
Replies: 5
Views: 2,493
Posted By marco93
The method is wrong.
Save it in jpeg, gif or png.
You can ask on specialized win32 api newsgroup :
news://194.177.96.26/comp.os.ms-windows.programmer.win32
where it's a FAQ...
Showing results 1 to 40 of 40

 


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

©2003 - 2009 DaniWeb® LLC