- GetEffectiveRightsFromAcl fails with ERROR_INVALID_ACL
- Posted on October 1st, 2003 | 0 Comments
Hi All, I wrote a win32 application (in VC++ 6.0) which uses GetEffectiveRightsFromAcl to check the access permissions of some principals to a file. I ran my program on a given file and it worked...
- mingw32 & oleaut32
- Posted on October 1st, 2003 | 2 Comments
I wrote this simple file: /******************** - CODE - *****/ #include <ole2.h> int main(int argc, char **argv) { SAFEARRAY *sa =...
- Strange Windows Message Problem.
- Posted on October 1st, 2003 | 3 Comments
Hi, I did'nt write this, but I am the one who has to fix it. Anyway here it is in a nutshell. I have a Active X control written in VB and used by VB programs. This ActiveX control has a number of...
- WH_SHELL || WH_CBT ???
- Posted on October 1st, 2003 | 1 Comments
Scenerio: My application needs to be notified of __ALL__ newly opened desktop windows as well as when a desktop window is closed. I realize I have only two options to accomplish this task, polling...
- IHTMLElement & OnClick string NOT "OnClick evnt"
- Posted on October 1st, 2003 | 0 Comments
Hi all, How can I get the string of OnClick of tag 'a' ? I mean I want to get the string "NewWindow('http://www.yahoo.com" below. I had try many method of IHTMLElement but invalid, such as...
- Postal Lottery: Turn $6 into $60,000 in 90 days, GUARANTEED
- Posted on October 1st, 2003 | 0 Comments
Postal Lottery: Turn $6 into $60,000 in 90 days, GUARANTEED I found this in a news group and decided to try it. A little while back, I was browsing through newsgroups, just like you are now and came...
- No Backup, after reformatting
- Posted on September 30th, 2003 | 1 Comments
I was given a pc that was reformatted twice with no backup. The user first was running ME and tried to upgrade to 2000Pro. There were some ..wps files on the pc he didn't back up. After the upgrade...
- File list of a directory
- Posted on September 30th, 2003 | 4 Comments
Hi, How could I get all the file conteined in a single directory? What function (of WinApi32) should I use? (I have searched in the MSDN but I haven't found nothing) Thanks Michele
- Problems with WaitCommEvent ()
- Posted on September 30th, 2003 | 0 Comments
I am trying to detect the Ring Indication i.e. Pin 9 through WaitCommEvent() and somehow things doesn't proceed beyond WaitCommEvent() Can anyone there enlighten me if 'm doing anything wrong in...
- DLL plugins
- Posted on September 30th, 2003 | 2 Comments
Hi, I have a bunch of DLLS that I need to load programmatically. These DLLs contain classes (one class per dll), and they inherit off each other. Eg, C.dll depends on B.dll which depends on A.dll....
- multilanguage support
- Posted on September 30th, 2003 | 0 Comments
**** Post for FREE via your newsreader at post.usenet.com **** Here is a problem: along with a driver we provide a GUI application (a tweaker). Now a customer requires multilanguage support, they...
- Re: HELP !!! How to detect my process is being killed???
- Posted on September 30th, 2003 | 5 Comments
Mac wrote: You don't - that's why it is a last resort and is it recommended that you reboot your computer if a situation ever required you to exit applications in this manner. Memory _should_ be...
- 2003 entrprise file & printer sharing ????
- Posted on September 30th, 2003 | 1 Comments
Hello. We have just installed 2003 server enterpise edition on one of our server as an upgrade from 2000 server but it doesn't appear to have a netbui protocol. Our machine have either 2000, 98 or NT...
- CONTEXT.EIP out of module range.
- Posted on September 30th, 2003 | 2 Comments
Hello, I am working on a monitoring module, which keeps track of the activities in the different threads of an application. Recently we upgraded to XP (SP1) and now the Eip field in the CONTEXT...
- Download manager
- Posted on September 30th, 2003 | 1 Comments
Hi, I'm programming a download manager software (like GetRight, DownloadAccelerator...). I want to handle the downloads instead of internet explorer (or any other browser). I have a few different...
- SetWindowsHookEx issues
- Posted on September 30th, 2003 | 0 Comments
Hello, recently I have asked this newsgroup, how can I emulate the WinNT4+ behavior of SetWindowsHookEx(WH_CALLWNDPROC) on Win9x platform. Noone replied, so I was forced to make own small research...
- Reading data from Excell file.
- Posted on September 30th, 2003 | 2 Comments
How can I read information from an Excell file from within my program? What methods are available to do this?
- Please help: strange behavior of ShellExecute
- Posted on September 30th, 2003 | 0 Comments
I have faced a strange thing...and I don't understand what is going on. I have a program where I - at first - used registry to get the system virtual roots. And also a button - like customer...
- How to read other process memory?
- Posted on September 30th, 2003 | 3 Comments
How can I read other process/app memory? How can I get acces to it, estimate it boundaries etc? What functions should i look at? Any help is highly appreciated. Thnx.
- SetWindowsHookEx with WH_CALLWNDPROC question
- Posted on September 30th, 2003 | 1 Comments
Hello, MSDN states: The CallWndProc hook procedure is an application-defined or library-defined callback function used with the SetWindowsHookEx function. * Windows 95/98/Me, Windows NT 3.51: The...

