Forum: C++ Sep 7th, 2009 |
| Replies: 11 Views: 680 Don't copy MSDN doc.
And it's not the right method (events) |
Forum: C++ Aug 11th, 2009 |
| Replies: 4 Views: 458 Never use system()
Just use kernel or user apis. |
Forum: C++ Jun 20th, 2009 |
| Replies: 6 Views: 763 If it's on Windows, just use Win32 api (1 line of code with Shell , or 3 with COM...) |
Forum: C++ Apr 29th, 2009 |
| Replies: 13 Views: 764 You absolutely dont need winsock to get infos from a web site (!)
Just use standard Win32 apis (Net, COM, and others) |
Forum: C Feb 8th, 2009 |
| Replies: 13 Views: 2,148 The official way is with Win32 COM
(never use keybd_event, not professonal at all...) |
Forum: C++ Nov 21st, 2008 |
| Replies: 14 Views: 1,207 Of course you can easily crash Windows with Win32 api, but what's the goal ?
It's stupid. |
Forum: C++ Nov 10th, 2008 |
| Replies: 5 Views: 779 |
Forum: C++ Oct 23rd, 2008 |
| Replies: 1 Views: 367 |
Forum: C++ Jul 29th, 2008 |
| Replies: 3 Views: 1,352 Nonsense.
Just blit with BitBlt() (!!!) |
Forum: C++ Jul 24th, 2008 |
| Replies: 7 Views: 3,299 It has nothing to do with IPC.
Just use process inheritance (CP) |
Forum: C++ Jun 28th, 2008 |
| Replies: 5 Views: 2,498 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... |
Forum: C++ May 7th, 2008 |
| Replies: 7 Views: 6,145 |