monitor dll calls
Tue, 4 Apr 2006 06:27:04 -0700
Hi
Is there a way (or a tool) to monitor which dll are loaded by an application,
which functions are called and with which parameter values?
The reason is that I have to understand how to use a dll. I do not have any
documentation, just an application (without source code) that uses this dll.
thanks i ...
|
Notification Ballon
3 Apr 2006 03:32:30 -0700
Hi
Is there a way to display the Windows Mobile 5.0 SDK - Notification
Ballon when an event occurs directly, without displaying the
notification icon on the SystemTray?If you know how , please let me
know. Thanks.
Bye
...
|
Notification Ballon
3 Apr 2006 00:32:16 -0700
Hi
Is there a way to display the Windows Mobile 5.0 SDK - Notification
Ballon when an event occurs directly, without displaying the
notification icon on the SystemTray?If you know how , please let me
know. Thanks.
Bye
...
|
Help using RegEnableReflectionKey
Thu, 30 Mar 2006 12:55:02 -0800
I am looking for help with using the RegEnableReflectionKey() API call.
Currently, I am trying to set up registry keys that are installed with our
64-bit version of the app to get reflected to the 32-bit hive, so our native
32-bit client can read those keys.
First I create a key "HKLM\software\samplekey" ...
|
How to use "RegSaveKey"?
Thu, 30 Mar 2006 04:07:39 -0800
Dear all!
I try to make a backup of the registry!
first,I open the key and save the handle like this:
RegOpenKeyEx
(HKEY_LOCAL_MACHINE,"SYSTEM\\CurrentControlSet\\Services",NULL,KEY_ALL_AC
CESS,(PHKEY)&hKey);
then,I try to save it to a txt file:
RegSaveKey(hKey,"f:\\ ...
|
registry information
Wed, 29 Mar 2006 18:31:01 -0800
How do I tell from a binary which reg values are associated with the binary ?
Is there a tool ?
Thanks..
...
|
shutdown message
Tue, 28 Mar 2006 16:06:01 -0800
Is there a simple way of having a customized message pop up just before
shutdown? Is there is a place in the registry similar to "run" and "runOnce"
where I can write the name of a quick app that will throw up a simple dialog
to remind the user to perform an action. I realize that the focus of
shutdown i ...
|
|
|
Moving file/folders while in use.
Thu, 23 Mar 2006 12:49:31 -0800
If you try to move a folder that has a file in it that is currently being
used windows gives you an error, saying it can't be moved. What happens
though, is that all the files in the folder that aren't being used end up
getting moved and the one file that isn't being used ends up staying in its
original lo ...
|
App Verifier - why is this an error?
Thu, 23 Mar 2006 03:39:27 -0800
<avrf:logEntry Time="2006-03-23 : 10:19:48" LayerName="LuaPriv"
StopCode="0x331B" Severity="Error">
<avrf:message>Access Restricted</avrf:message>
<avrf:formatmessage>CreateFileW: File
(\Device\NamedPipe\net\NtControlPipe23) only grants requested
'FILE_APPEND_DATA' to 'NT-AUTORITAET\SYSTEM'</avrf:form ...
|
Application failed to initialize properly (0xC0000142) with AppVerifier
21 Mar 2006 13:08:39 -0800
Hi Everyone,
I am having some trouble using appverifier on a Windows 2003 64 bit
box. I am getting a 0xc0000142 exception when starting the executable.
If I do not include appverifier the executable runs correctly. I have
included a stack trace from running the executable using cdb.exe. Has
anyone seen ...
|