I am doing the work of control the DLP Light Crafter 4500 projecting images with visual studio c++. For example, when I want DLP to project images, I could input a number "2" on the dialog, just like clicking the button "play" on the LCR GUI. When I want to stop, I could input a number "1", just like clicking the button "pause". I have found some files in the folder "GUI", like API.cpp, usb.cpp and so on. The function "int LCR_PatternDisplay" might be sueful. So I have done some work and tried some times, but it didn't work. I wish someone could give me some suggestions. Thanks!