Windows how to create an startup application? -
Windows how to create an startup application? -
i have webpage want open every time startup pc. webpage password protected.
how create desktop startup application, runs every time pc turned on. , login webpage , goes total screen mode?
i running windows 7. if create programme login webpage , goes total screen mode. can set in start map.
but how should create desktop program?
i new windows programming, know programring rails.
i haven't created windows programs before.
i hoping tips language easiest create little programme with.
you create winforms or wpf application , utilize webbrowser control. it's .net wrapper around net explorer allows embed desktop applications. depending on how web application tracks authenticated users utilize next overload of navigate method allows send post request web page , provide contents of post request (such username , password in example). way able authenticate.
windows
Comments
Post a Comment