1, b/s structure:
Through the C language or Java can be implemented, using the B/s architecture of software, start, open applications and the same effect as native software.
(The normal browser opens the application page has the Address bar, the menu bar and the tab bar, but through the configuration can close these windows, make B/s application more like a software)
2, the individual does not understand other technical design B/s architecture software, but can use a simple method to achieve some effects:
A, HTML startup file, set up a shortcut to the desktop.
B. Customize an icon for this shortcut (default is the browser icon).
C, to this shortcut to do some settings, to achieve double-click Open HTML file, directly open Crome full-screen effect.
Reference: https://www.cnblogs.com/abel/p/3235839.html Note: The shortcut is a property set parameter in the shortcut that is copied after the browser shortcut.
or reference: Chrome fullscreen in two ways 79369548
such as: "C:\Program files\google\chrome\application\chrome.exe"--kiosk C:\Users\admin\Desktop\index.html
This design of software, the use of full screen on the touch screen will be better (such as: The Bank's self-service equipment is basically full-screen application), on the Win7 system, the following task bar is obscured, not easy for users to use.
b/S and C/s architecture software