Make My Program Fit Itself To Screen?
Feb 1, 2011Does any one know the code to fit the program to any screen res.?
I have Visual Studio 2008 Standard
Does any one know the code to fit the program to any screen res.?
I have Visual Studio 2008 Standard
I wanted to make a screen recorder (not screen capture) program, but I am not entirely sure how to get it started. I have seen many videos and things on how to make one, but all of these just take multiple pictures and then don't compile them into a movie file, and I don't want to take many pictures (unless that is the only way possible.) I am using Visual Basic 2010 Express and I have looked at the Windows Media Encoder, but I can't seem to figure out how to use/implement it (yes, I have downloaded and installed it.) Maybe I can use some kind of ActiveX control?
View 3 RepliesI made vb.net program for 1440x900 resolution, if i run my program on 800x600 or 1024x768, my program's resolution is bigger then windows, so i have problem with resolution. Now i want to change my program's size and i am interested in, wich resolution is correct to make program, 800x600 such as minimum?
View 9 RepliesI where wondering about it is pausible to make a program that makes a popup on your screen at a time you chose in the program? and then you could choose a text and a icon as a message, so the program reminded you about something?
View 15 RepliesI am making the tough transition from VBA to VB and would be pleased to hear from a VB expert. I am trying to make a program to grab numbers from the screen so that I can log them to a text file. The numbers are part of a flash animation which is regularly updating the number I want to capture and as there is no API i am grabbing the region where the number is displayed into a bitmap and then want to recognise the number with OCR. The code below grabs the screen region ok.
[Code]...
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 RepliesHow would i make a program automatically align to one side of the screen, and fill the whole side? (Like windows sidebar).
View 9 RepliesI have a program that Outputs a measurement after in putting an angle and a width... solves the triangle.
[code]...
Make question is if there is any way to make the program print to the screen a picture of the triangle with the correct angles and measurements?
Can I make a certian function that will fade out [make a black screen that fades out for 2 seconds], then come back? Is that possible? ON A FORM.
View 3 RepliesHow do I make a loop from 1 to 100 and make it everytime it loops display incrementing numbers to the screen?
View 1 Repliesi am developing one application for which i want it to stick to the edge of the screen when dragged near screen edge.
View 2 RepliesCan i make from this image to make it Loading Screen I mean i put this in Form1 [URL] And i want when the program start the progressbar (the white line to load)
View 1 RepliesI was wondering can you get a program made w/ vb to click on a certain part of the screen outside of the program? and also, can you copy information from outside the program in another window and store it in the program as a variable.
View 1 RepliesBTW this issue occurs in any MS office program when the VB.Net (or even VBA) is processing information.Example: In Excel, a worksheet is displayed on the screen. I start either, a VB.Net or VBA procedure and within 30 seconds the Excel worksheet (previously displayed) blanks out. In both VB.Net and VBA,ScreenUpdating = False. My expectation is that the previously displayed screen would stay static as if I left my desk to get a cup of coffee; came back and the same ole Excel worksheet was still there?Of course, setting VBA Screen Updating = False accomplishes two goals: 1) speeds up processing and 2) saves the user from seeing unnecessary "garbage-processing" steps.Why does VBA or VB.Net ScreenUpdating = False not freeze the screen at the time of its invoking?
View 11 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 RepliesMake a login screen? will the code work?[code]...
View 1 Repliesi need to make a screen capture... but just of a web browser control... i got everything but how to get JUST the web control..
View 1 RepliesI am making a calendar, if I click on a day I want to make a screen disappear a bit like this:
________________________________
|12:00 |
| Mister One, Footmassage |
[Code].....
i am trying to make screen saver in vb.net i m using picturebox and timer (for separation of time), but i cannot attach multiple pictuers in a single picturebox.
View 2 RepliesHow to make a object moving on the screen- How to make game with VB.NET
- In 2d game, ex i see a mario charator, which is object ( Label, image v.v.v)
- Is there a physical engine for vb.net
how to make a print screen button? If that button is click then it will print screen!
View 4 RepliesI'm making a fading splash screen for a software but I can't seem to make the splash screen fade in and then fade out. It only fades in, fades out a bit then stop.
Here's my code.
Private Sub frmSplashScreen_Load(sender As Object, e As System.EventArgs) Handles Me.Load
Opacity = 0.0
SplashScreenTimer.Start()
End Sub
[Code] .....
in VB.NET. how do i make a mouse click somewhere on the screen?
View 4 Replieswas trying to make a splash screen using a form (so that it fades in and out) however i cant get it to stop for the person to read it (at least for 5 seconds) this is the code
Public Class Form1 Private increase As Boolean = True Dim time As Integer Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code]...
I'm trying to make an installer package to install one of my vb.net programs... and I want a "printable version" of the EULA (end user licence agreement) to pop up on the screen as a read only text file within notpad.exe.
View 2 RepliesVisual basic 2008.I want to make an on screen keyboard exactly like the one in windows. I have made one which uses app activation, but that only works with the one you write in your codding or using a combobox to select one. How do you make one that works with everything like the one in windows.
View 6 RepliesHow Can I make the form full screen ? i want the codewhich can do this
View 4 RepliesI have created a form for a user to add a new booking to a database, the form uses text boxes, labels and datetimepickers to handle the data. [Code] My problem is that when I print the document I get the following "311salesmeeting". This is the data from my text boxes, but I want the form to print as it is on my screen. I have done some reading up and the only other way I can see to print a form is to load the form into a bitmap file and print that. Is this correct, or can I alter my code some how.
View 2 RepliesI just need to know how to make my web browser auto fit on a screen. I sent my friend my web browser and he said the browser GO button was all the way to the right and he cannot reach it because it is passed the screen of his computer
View 7 RepliesI used the thing where u go to properties and select a splash screen but how do i make it longer?
View 5 Replies