Is it possible to make the booking system so that it opens within the application rather than web-browser. using vb.net rather than asp.net
Only by displaying the control using a WebBrowser component. Take a look at the following tutorial: https://code.daypilot.org/70282/daypilot-in-a-desktop-application-winforms
Thanks