NetUserGetInfo() on 64-bit windows doesn't work like 32-bit
Wed, 27 Feb 2008 07:18:04 -0800
Hi,
I am using the NetUserGetInfo() call to obtain account information, for
example, logon hours, etc. The 32-bit version of the code works fine. The
64-bit code does not work.
The function I'm using is this:
http://msdn2.microsoft.com/en-us/library/aa370654.aspx
I am selecting USER_INFO_ ...
|
how to create a polling job to convert any file in a specific fold
Sun, 24 Feb 2008 20:49:01 -0800
I would like to create a polling job looking at a specific folder and upload
the document into SQL Server, when there is a new file created.
how many ways to do it and what is the most efficeint method ...
|
Retrieving Security Zone for My Computer
Sun, 24 Feb 2008 23:51:34 +0100
Hi,
I'm using the following code to retrieve the security zone of shell items:
CComPtr<IInternetSecurityManager> pInternetSecurityManager;
CoInternetCreateSecurityManager(NULL, &pInternetSecurityManager, 0);
CComPtr<IShellItem> pShellItem;
SHCreateShellItem(NULL, NULL, reinterpret_cast<PCUITEMID_CHILD>(pIDL ...
|
Autoplay disable for non-volume device
Thu, 21 Feb 2008 11:43:01 -0800
Based on the guidelines provided in this article
http://msdn.microsoft.com/msdnmag/issues/01/11/autoplay/
I have developed an Autoplay mechanism for my USB device ( non-volume). This
is targetted for windows xp and higher.
So In a nutshell this is what I have added in the registry to get this
functional ...
|
Debugging NSE Under Vista - Comments Microsoft?
Wed, 20 Feb 2008 12:49:26 -0800 (PST)
Hi All,
This is a renewal of thread that was posted a while back about strange
behavior while debugging NSE's under Vista. As Chuck Chopp noted, it
might have something to do with UAC.
Using VS2005, one sets Explorer.exe to be the launch process to debug
the current project that is the DLL representing the ...
|
Dynamic submenu in context menu extension
Tue, 19 Feb 2008 11:10:29 +0530
My context menu extension contains a large number of sub items and I cannot
know how many in QueryContextMenu so I add just the one dummy item to the
sub menu (as suggested by the docs) and return 2 (parent menu item having
sub menu+ sub menu item). I use WM_INITMENUPOPUP via
IContextMenu::HandleMenuMsg2 to ...
|
Can items be deleted while someone still references the IShellItem?
Thu, 14 Feb 2008 03:04:08 +0100
Hi,
I'm thinking about redesigning my shell browsing programs to use the
IShellItem interface instead of pIDLs and am evaluating the possible
drawbacks of such a step.
Long time ago I stored each item's relative pIDL and its parent item's
IShellFolder interface pointer with the item in the treeview/listv ...
|
|
|
Testing directory existence
Tue, 12 Feb 2008 11:24:10 +0200
Hi,
How to test if a directory exists? Which Win32 function should be used?
Thanks in advance...
...
|
Folder view auto arrange - IShellFolder?
Mon, 11 Feb 2008 10:45:51 -0500
I'm wondering about how to organize a folder
view. In WinME, for instance, there's a bug that
causes the contents to often be sprawled out in
a folder, causing a horizontal scrollbar to show.
In XP there's a bug that causes Explorer to forget
view settings. (Bill G. seems to have a thing about
those giant ic ...
|
Our new website
Fri, 8 Feb 2008 15:30:47 -0800
This website is for artist, freelancers, programmers, writers, translators. All who is looking for work.
If you are a skilled professional use page "Add profile" to create your profile.
Also this website is for those who is looking for skilled professional.
If you are looking for a professional use page "Pr ...
|