Search found 7 matches

by zifnabbe
Tue May 20, 2008 10:20 am
Forum: madSecurity
Topic: check if user belongs to a certain group
Replies: 9
Views: 28998

thanks for all the advice. I'll check these asap. Right now I'm in the middle of a house move and have very limited access to internet.
by zifnabbe
Thu May 08, 2008 11:09 pm
Forum: madSecurity
Topic: check if user belongs to a certain group
Replies: 9
Views: 28998

With user I mean the current user account logged into windows.
I would like to know if that user belongs to a certain group (active directory). If so, I allow the user to use a certain application otherwise (s)he may not use it.
by zifnabbe
Thu May 08, 2008 5:24 pm
Forum: madSecurity
Topic: check if user belongs to a certain group
Replies: 9
Views: 28998

check if user belongs to a certain group

Hi,

Is it possible to find out if a user belongs to a certain group?

Thanks
by zifnabbe
Wed Jun 20, 2007 12:24 pm
Forum: madCodeHook
Topic: Example on hooking
Replies: 2
Views: 3737

Example on hooking

Hi, I've read several pieces on this subject, but for some reason my mind isn't capable to group them together. Is there somewhere an example which could give me a hand in the following issue: Basically I want to detect the creation of a window (or dialog). Depending on the text of the dialog and pa...
by zifnabbe
Thu Sep 07, 2006 1:04 pm
Forum: madShell
Topic: UnRegisterShellEvent returns False
Replies: 3
Views: 16091

So the AV is not caused by madShell?
Nope, not caused by madshell, the shellevents are working fine.
by zifnabbe
Thu Sep 07, 2006 9:52 am
Forum: madShell
Topic: UnRegisterShellEvent returns False
Replies: 3
Views: 16091

Mmm, I noticed that in version 1.3o of madShell the UnregisterShellEvent will always return false... Did some further debugging and see that something else must be causing the AV, the debugging log just pointed me to a wrong assumption. Would be nice to let the UnRegisterShellEvent return true at a ...
by zifnabbe
Thu Sep 07, 2006 9:37 am
Forum: madShell
Topic: UnRegisterShellEvent returns False
Replies: 3
Views: 16091

UnRegisterShellEvent returns False

Hi, I've an application which uses several dll's depending on profiles etc. In one of the dll's I use RegisterShellEvent & UnRegisterShellEvent: WriteToLog(Self, Format('Trying to monitor %s', [GetDataFile]), llTrace); FActive := RegisterShellEvent( ShellEvent, GetDataFileDir, false, [seItemCrea...