VS 2008 Make Text Appear On The Screen When The Progress Bar Is Full?
Aug 29, 2011VS 2008 make text apper on the screen When the progress bar is full?
View 3 RepliesVS 2008 make text apper on the screen When the progress bar is full?
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 Replieshow to center my form and make it full screen
[Code]...
to 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 RepliesI'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 RepliesIs there a way you can make forums full-screen?
View 2 RepliesSOrry for long title i've forgotten how to do this so please may i have a code im new to VB 2008
View 3 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]...
So i have timer that counts down from 5 mins and how can i put a progress bar that will get full as the time goes to zero
Form example [code]
How 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 Repliesif i have my form1 set to TopMost = Ture & i have another Program that's go's full screen why does my Form1 now still be on the Top ? and how can i make sure it is allays on top even if a program go;s in Full Screen Mode?
View 1 Repliesin Directx Full Screen Game GetPixel Function Not Working (#000000)
View 2 RepliesI have problem to detect the Flash Full Screen.. I used the keyboard hook to detect the "Escape" While It is On full screen!And use Keybroad event "Alt-f4" to close the active X flash Full screen.... But At Normal Stage ,"Escape" It Also Close My Program While it is No Flash Player Fullscreen in motion. So i want to Know When is the Flash Full screen Start and i start the keyboard hook event! Are there any hints about the event of active X Flash Player Full Screen .
View 1 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 have an application that is currently playing videos through the windows media player control from a website. I want it so that a button I have created, when clicked will make the wmp control full screen.
View 1 RepliesI have a full screen button, so that when it is clicked the windows media player control will go to full screen. This works fine, however I need a way to check that the video has started to play before the button can be pressed to make it full screen.
View 2 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 RepliesI've created a progress bar and it works fine but I'm trying to create a bit of code that informs the user that the progress bar is full and the operation is complete:
[code]...
This is the code for my progress bar, which works fine, but due to the Maximum condition not being a simple 100 value im having problems creating a timer that can display a msgbox when the progress bar is full.
Visual Studio 2008 (vb.net)I made simple anivirus but when I make Full scan by this code:
FolderBrowserDialog1.SelectedPath = ("C:")
'first scan:************************************
Try
[code]....
OK I am probably going to completely fail but I thought I would just try making an SMTP server (which came from another thread on here I was posting in earlier). At the moment I am just concentrating on RECEIVING emails via SMTP, I dont care about sending them yet.So the first thing I want to do is just make my server program be able to receive a simple HELO command from Telnet on port 25. Simple enough eh? Apparently not The problem I have is that my program starts reading the data as soon as 1 character is typed into telnet, rather than it waiting for the telnet user to press Enter before it starts to process the command. I've had a look around and looked at Athiest's examples but cant figure out how to make it wait. Here is what I have so far:
vb.net
Private Sub StartBtn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles StartBtn.Click
[code].....
How do I make a loop from 1 to 100 and make it everytime it loops display incrementing numbers to the screen?
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 Replies