1.

Difference Between Setwindow And Winactivate?

Answer»
  • set_window is used to MAKE the cursor focus to go to the WINDOW
  • win_activate is used to ACTIVATE the window.

first if you want to use some window you will activate it, so for that we use win_activate.but even then your cursor will not be on the window, so for making to MOVE your cursor to that window we use set_window("window NAME", time);

first if you want to use some window you will activate it, so for that we use win_activate.but even then your cursor will not be on the window, so for making to move your cursor to that window we use set_window("window name", time);



Discussion

No Comment Found