I am in the process of creating BOM Ballons Macro. I am doing it hard way i.e.
1.Start.Command "Balloon"
2. Move Mouse Cursor to Drawing View Area (SetCursorPos WinApi)
3. Simulate Click Event (mouse_event WinApi)
4. Move Mouse Again
5. Simulate Click Event
6. Sendkeys "{Enter}"
I need to do it for each and every item for which I have to create balloons. Now the problem is how to get screen co-ordinates (i.e. x,y coordinates from top left of monitor screen) for each and every part for balloon creation ?
See Attached Picture for more info
Is it possible somehow ?? Please help.
1.Start.Command "Balloon"
2. Move Mouse Cursor to Drawing View Area (SetCursorPos WinApi)
3. Simulate Click Event (mouse_event WinApi)
4. Move Mouse Again
5. Simulate Click Event
6. Sendkeys "{Enter}"
I need to do it for each and every item for which I have to create balloons. Now the problem is how to get screen co-ordinates (i.e. x,y coordinates from top left of monitor screen) for each and every part for balloon creation ?
See Attached Picture for more info
Is it possible somehow ?? Please help.