minimize

  1. alirezahassan

    B4J Question move form with panel

    hi all, i set this code MainForm.SetFormStyle("TRANSPARENT") so i have a window without decorations. and i want the user to be able to move the form through the panel. what should i do?
  2. rtek1000

    B4J Tutorial Maximize, minimize, restore and full screen (programmatically)

    Based on this post and in other internet searches: (Attached sample project) #Region Project Attributes #MainFormWidth: 600 #MainFormHeight: 600 #End Region Sub Process_Globals Private fx As JFX Private MainForm As Form Private xui As XUI Private Button1 As B4XView...
  3. MegatenFreak

    B4J Question Help minimizing an undecorated form (tried setIconified)

    Hello. My app has a main window which shows all the options and submenus and covers most of the screen. It is "undecorated". The problem is, when I open other forms from that main form, they don't show as separate "tabs" in Windows, so as soon as I click on another part of the screen, the...
Top