I'm working on a software for an ultrasound machine. It's quite big of a project but the work is interesting and a lot of fun. Tomas Bobovsky, software engineer Ultrasonix Medical
pr0digy1
Posts
-
What are people doing right now -
how to get the message when the user clicked the uparrow?I got a very simple solution for you. All you have to do is to add up arrow click to the accelerator table. You can find it in the ResourceView. Specify an ID for the up arrow click and then just click on the View menu and open Class Wizzard. There select which class you want the up arrow message to be processed and then find the ID you wrote in before. In messages double click on COMMAND and that's gonna add a method into your class that gets called every time you click up arrow. hope u get it to work
-
how to get the message when the user clicked the uparrow?I got a very simple solution for you. All you have to do is to add up arrow click to the accelerator table. You can find it in the ResourceView. Specify an ID for the up arrow click and then just click on the View menu and open Class Wizzard. There select which class you want the up arrow message to be processed and then find the ID you wrote in before. In messages double click on COMMAND and that's gonna add a method into your class that gets called every time you click up arrow. hope u get it to work