VS 2005 : Can Make Full-screen Forms
Dec 16, 2009Is there a way you can make forums full-screen?
View 2 RepliesIs there a way you can make forums full-screen?
View 2 Repliesto make my form full screen. i need the screen to be on top of the task bar and on top over any other application that is running behind it.
View 3 Repliescan someone point me in the direction of how to make my app. Go fullscreen? Like how IE does it when you press F11 or a slideshow in WMP.
View 5 RepliesHow Can I make the form full screen ? i want the codewhich can do this
View 4 RepliesI have a form with full of objects & fix in 1020 & 800 screen solution, but if I set screen solution to 800 x 640 (to see more clear other applications) then my form show mising the right & bottom parts
1. Can VB show with auto-adjustment screen (auto show the form smaller to be fit)?
2. My form somehow can be set with Horizontal & Vertical slide (or some thing similiar) so the user can see the rest?
My question is in two parts:
1) I am writing an application for a touchscreen which will have several different Forms - each of which will be full-screen. What is the best way to achieve this? Hide/show each Form as the user navigates between screens? MDI Parent with multiple Child Forms becoming visible 'on top'? Or is there a more elegant solution?
2) I would also like a 'banner' on the top of each Form (or always visible on the top of the MDI Parent, etc) similar to a 'navigation frame' on a website. This banner will display a clock with the current time, and the current GPS location (meaning that a Timer will be used to get/set these values every 1000 milliseconds). I thought of using a UserControl for the banner - but if this is used on multiple Forms then I will end-up with multiple Timers all waiting 1000 milliseconds to update essentially the same information.
Is there a best practice for this type of scenario? - my thoughts so far are using the "Main" Form for Global Timers, etc - but then how do I update all Form clocks each second? (without iterating through all visible Forms... which seems messy).
how to center my form and make it full screen
[Code]...
I'm making a manually started screen-saver-esque program, and I need the "Black screen" form to be full screen, totally black and border-less.
I have so far managed to fix the last two criterea with changing the border style and form back color, but how do I make the form default full-screen?
The only settings I could find were things like "Manual" and "Center Parent". I'm probably just missing something obvious, but how do I make the form full-screen by default?
I have a problem.How i can to make my program full screen for all resolutions ? i have 1280 x 1024 and if i change the resolutions, my program does not look good.
View 1 RepliesThis code is for a media player and am wondering how to make a full screen option that toggles on and off with a button and has a track counter that hides it self at a certain time just like wmp 11, fast forward,rewind and time counter
[Code]...
(vb 2008) how coud you make a picture saved on my computer go full screen and stay full screen for 30 seconds?
View 1 RepliesHow can i make a full screen form, with no borders stand in the middle?
[code]...
VS 2008 make text apper on the screen When the progress bar is full?
View 3 RepliesHow do I make flash go on full screen mode when I click on the form button?[URL]
View 32 Replieshow can i make the form full screen and allowes on top and cant end it's prosesscor in task manger..
View 13 RepliesI am using VB Express Edition 2010, and I want a button, when clicked, to make the form 'full screen' (border style done and maximised window state) and once clicked again, to return the form to maximised but with a fixed single border style. Here is my
[Code]...
I have made quite a nice and tidy little game. Its based around space invaders and works quite well. however because i have finished my college project almost 2 weeks ahead of the assignments release date, my tutor has asked me to tweak my project and make it better.So far i have added a full main menu to the game and a full splash screen. I would like to add in a section for recorded high scores but have no idea how to attempt this at all.
View 3 RepliesOk so I have my picture loading in my picture box on my form and resizing to fit box (smaller) I want the user to be able to move his mouse over the picture and have the picture displayed as full size, anyone know how to do this
View 9 RepliesNow I'm creating at app in VB (Microsoft's, Visual Basic 2010) which will be in full screen but I want to know if I can put all my content in the centre of the screen. At the moment it's at the far top, left of the screen. When the screen size varies I want it will stay in the middle for all shapes and sizes. Like :
<div style="margin: 0 auto; width: 500px;"></div>
But this is for web pages using HTML and CSS.
I had a master form which has a MDI container.When I was load the master form, I will also display another form inside the MDI container.But I was fail to maximize the child form to fix the MDI container. The image below is my problem Untitled2.jpg. I need to expand the form above to touch the MDI container border. (Full size in the MDi container)But I was fail even I was set the child form window state to Maximized
View 3 RepliesI am making a program that will put a black mask over an application (like a full screened game). This black mask will fade in and out, depending on certain criteria. Is there a way I can do that with VB? It's to help me dim my monitor without having to push anything.
View 3 RepliesSo I am nearning completion of my 7th major project And I need the application to load files into ram when the application starts..Almost like a splash screen but with a loading bar.I have to load over 90 JPG's And I would like to have them in RAM so the application isn't so slow at first IE System.Load(My.Resources.JPG1) And LoadingBar1.Value += 10 Etc, etc.I have a Form I have created as a splash screen..I need it to load all the JPGs before starting the application..
View 6 RepliesI want to make a software for game zone when running user should only see the form and also how to remove closebox.
View 1 RepliesHow do you get an application, using Microsoft Visual Basic 2010 express, to run in full screen mode. You know what I mean, like a game would but an application.
View 2 RepliesI,ve been making this DVD Player everything is fine all the codes are fine but I can't put Full Screen on my DVD Player. I have been trying to work it out for a while but can't seem to do it. I have this button that says Full Screen and I'm trying to work out how i can click on the button and the dvd player goes full screen.[code]
View 10 RepliesI have a program and I want this to be full screen for all resolution.
How i can do this ?
Current program resolution is: 1000, 780
I know the code of full screen is
If Me.WindowState = FormWindowState.Normal Then
Me.WindowState = FormWindowState.Maximized
Else[code]....
but i want the content be expanded when it is full screen.
How do I make flash go on full screen mode when I click on the form button?? Just like this: [URL] I seached on google and couldn't find the flash source code for vb.net.
View 18 RepliesHow do I make flash go on full screen mode when I click on the form button??
Just like this:http://img151.imageshack.us/img151/2429/flashoa6.png
I seached on google and couldn't find the flash source code for vb.net.
How to run full screen,give me your code
View 2 Replies