08-01-2007 11:34 AM
08-01-2007 11:47 AM
No book but I can offer this thread to start.
If you chase down all of the links provided in that Nugget and all of the links contained in the various threads, you should be well n your way to getting dangerous.
I am not sure if I follow your idea. Have you also looked at the Picture Ring?
Ben
08-01-2007 11:59 AM
For copying an image from the clipboard, there's a private Application class method which you can see if you download the LLB here. To learn more about private methods and properties you should check out the LAVA forums VI scripting forum.
For more complex interactions with the Windows clipboard, check out Rolf's attachment here.
08-01-2007 02:20 PM
08-01-2007 02:56 PM
I don't really understand your problem. I suggest you simply create an array of picture controls and insert the picture into it (use the method from the thread I linked to earlier). You can enable the horizontal scrollbar for the array control.
If you need to monitor which keys were previously pressed, use an event structure with the Key Down event and insert the key into an array if it is not found in it already (use Search 1D Array).
Even though you're not interested in resizing at the moment, you might find this useful.
08-02-2007 06:40 AM