FullScreen How-To

Learn how to create Add-Ins of all types for V3-R and share your own tutorials with others.
1 post Page 1 of 1
Contributors
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

FullScreen How-To
CodenStuff
How to make a fullscreen Add-In

Fullscreen add-ins are used for full blown apps like word processor, paint, web editor, file manager anything you think of which can be useful.

Firstly you will need to follow the main Add-In tutorial found Here then create your add-in to the following specs.

These add-ins can be any shape or size you like but remember everyone has different screen resolutions so dont make it too big. If possible make all the controls you use anchor/stretch to suit the users resolution because V3-R will stretch it out automatically anyway.

Width: Anything
Height: anything

Remember to configure the "iLocation" setting to Fullscreen like this:
Code: Select all
Private iLocation As String = 1
More advanced features for the fullscreen will be available soon cooll;
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
1 post Page 1 of 1
Return to “Tutorials”