AHA! I wanted to change the label in the BASS ActionBar. I created an unclickable button (clicking the GUI itself does the functions) with the same image I wanted, and did this:
Code: ags
Now it shows at the bottom of the screen and still functions normally. Thank you very much for your assistance! And thank you very much for your patience!
GUIControl *theControl = GUIControl.GetAtScreenXY(mouse.x, mouse.y);
if (theControl == notebutt) {
lblAction.Text = "Notebook";
}
Now it shows at the bottom of the screen and still functions normally. Thank you very much for your assistance! And thank you very much for your patience!