11-10-2006 01:49 PM - edited 11-10-2006 01:49 PM
Message Edited by 7J1L1M on 11-10-2006 01:49 PM
11-10-2006 02:16 PM
11-10-2006
02:24 PM
- last edited on
07-16-2024
05:21 PM
by
Content Cleaner
You might also want to take a look at the lvwutil32.zip, available from NI. It contains a bunch of functions using those DLLs.
11-10-2006 02:32 PM
11-10-2006 03:21 PM
Thanks. What about the cursor, icon, and tranlucency commands in User32.DLL?
7J1L1M
11-10-2006 03:31 PM
11-10-2006 03:50 PM
Thanks.
BTW, write now I am trying to find a funtion that writes a cursor/icon after using the "CreateIcon" or "CreateCursor." This is one of the main reasons I want to use User32.DLL. In other words, I'm working on "ReadIcon," "ReadCursor," "WriteIcon," and "WriteCursor" commands. Any suggestions?
Thanks,
7J1L1M
11-10-2006 03:57 PM
Get a book, for example, Charles Petzold's Programming Windows the definitive guide to Win32 API.
http://www.amazon.com/Programming-Windows-Fifth-Charles-Petzold/dp/157231995X
George Zou
11-10-2006 08:39 PM
Hay again,
I am finally figuring out some of the DLL stuff. Right now I'm working on a right-click menu that comes from User32.DLL, but I'm having trouble defining one of the datatypes. Could you help me? The first link below is a link to the function I'm using, and the second defines the datatype I'm working on. If you can figure it out, would you send it to me as a ctl file? Thanks.
7J1L1M
Definition of function: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/re...
Definition of datatype: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/re...
12-07-2006 06:28 PM
Hay again,
I finally found that if you put the correct files into the same directory as the DLL, then the "Call Library Function Node" automatically configures itself. So what files would I put with say USER32.DLL so when I open it in the Library Function Node, it automatically configures? Everytime I try to manually do so, I always mess up. I would greatly appreciate help in this area.
7J1L1M
P.S. I am using LabVIEW 7.1