Display Text To Screen?

Jan 18, 2010

How do I get a VB program to display a character to the screen after clicking a button and then once the character has been pressed for the character to dissapear from the screen?

View 15 Replies


ADVERTISEMENT

Display Text To Screen Via Timer?

Jan 26, 2010

This is the current code I have so far[code]...

Currently the program starts by displaying a character to screen, but I would like it to first wait 5 seconds before displaying the first character.

Then the character should not change until the user presses the corresponding character, upon which after a further 5 seconds a new character appears.

View 2 Replies

Display Scrolling Text On Screen In Express?

Jul 1, 2009

I want to display a scrolling text on screen just a bit above the bottom of screen. Like news text scrolling at the bottom of screen. How can i do that using vb express?

View 4 Replies

On Load Event - Display Variables On Screen Load In Rich Text Box

Mar 20, 2011

I want a rich text box to display public variables like (pizza toppings links etc that have been selected in other forms) these variables have declare in a module. But I want the rich text box to display these variables as soon as the screen loads ( a on form load event) if you know what I mean.

View 1 Replies

Display A Welcome Screen For 3 Seconds Then Close And Display Form1?

Dec 19, 2009

Im trying to make a custom splash screen , but i cant seem to get it to work. Im trying to display a welcome screen for 3 seconds then close and display form1 (main form).Heres my current code.

[Code]...

View 2 Replies

Display Welcome Screen Using .net?

Jan 7, 2011

Is there any way we can display welcome screen with vb.net?

View 7 Replies

Display Data To Screen?

Mar 8, 2009

In the application i am developing is there a way i can see tha values of certain variables?[code]...

if i do: messagebox.show(varRequest1.ContentLength) it print numerically the value, but i really need to see what the cookie contains to see where i'm going wrong kinda thing i have tried .tostring but i get an error

View 2 Replies

Display Them As Large As The Screen Will Allow?

Mar 10, 2012

I propose to start a project which will take image files from a folder selected by the user, and display them as large as the screen will allow. I shall start with images that will be in the form 'filename.jgp'.I reckon I'll be able to do most of the coding without too much trouble but before I begin I'd like to know that there is a way of discovering the x and y pixel sizes of a .jpg file so that I when expand, or reduce it I will be able to keep the image in the correct aspect ratio.I'd also like to know if there is a way to rotate an image through 90 either clockwise or anticlockwise, (counterclockwise) for those cases where an image is stored sideways due to the difference between taking photographs either in landscape or portrait mode, or even through 180 I guess for if the camera was totally inverted.

View 4 Replies

Converting Signature Display On Screen To BMP Or JPG

May 26, 2009

I am working on a project where I have a signature displayed on the screen that is drawn via code based on data that has been transmitted from another device. This is from one of the samples from MS. The signature displays on screen just fine but I need to convert this to a bmp or jpg so I can save it to disk and/or print it on a report.

Code:
PrivateSub DrawSignature(ByVal g As Graphics)
' background
g.Clear(Color.Cornsilk)
' border
g.DrawRectangle(Pens.Gray, 0, 0, pictSignature.Width - 1, pictSignature.Height - 1)
' return if don't have a signature
[Code] .....

I have tried creating a new bitmap from the image property of pictSignature but it is empty even though it has an image displayed on screen. This is the first time I have tried to work with this type of coding and am totally at a loss as to what I need to do to get a bitmap from the data.

View 4 Replies

Display Class Member In Screen?

Jun 10, 2010

i made a class which has speed,symbol (string "*") and location what is the acceptable way to actually display the class symbol property on the screen ?the class will be stored in a list<OF T> and will contains hundreds dynamically instances

View 6 Replies

Form Display With Splash Screen

Dec 7, 2009

I'm writing a small app which I want to display a splash screen. The problem is my form 1 is appearing before the splash screen disappears. In fact is appears on startup blocking the splash screen. I have some code in form_load and have managed to figure out which line is causing the error, but I cant figure out why or how to prevent it.

The line reads
LoadSettings()

If I comment out this line everything runs fine and there's nothing in that sub that should affect form1. I'm doing this in vb express 2010.

Here's the code for my form_load:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
LoadSettings() ' this line is causing the problem
My.Application.MinimumSplashScreenDisplayTime = intSSDelay * 1000
'resolution check
[Code] .....

View 5 Replies

Adjusting Form Size According To Screen Display

Nov 25, 2010

I've a form set to size 1240:750. On my PC where I've VB2010 installed, the screen size is set to 1680:1024 and the form can be viewed fine but on a PC with screen size set to 1280:1024 (higher than the form) the form in question is cropped almost a third of it. To adjust the form to everyone screen size I set the below code at load with no avail.

'Autosize form to screen
Me.Height = (SystemInformation.PrimaryMonitorSize.Height) * (0.9)
Me.Width = (SystemInformation.PrimaryMonitorSize.Width) '* (0.9)
Me.MaximumSize = New System.Drawing.Size(Me.Width, Me.Height)
Me.MinimumSize = New System.Drawing.Size(1240, 750)

View 3 Replies

Display A CUSTOM MADE Bitmap On The Screen?

Jan 14, 2010

I created a bitmap, that is supposed to be displayed on the screen, in the middle. It will have to be on top of EVERYTHING!! Even if a full screen application is running, I want it to show. My questions are: Is it possible to even display a CUSTOM MADE bitmap on the screen?

Option Strict Off
Imports System.Drawing.Drawing2D
Imports System.IO[code]....

View 6 Replies

Display Data In Different Style On Screen Than That In Database?

Feb 15, 2012

In data base data is stored as

task line_item Amount
task1 lineitem1 amount
task2 lineitem2 amount

[code]......

View 1 Replies

Display The Splash Screen Before Going To The Main Form?

Jan 14, 2010

Hello.. I'm using a splash screen for the first time in an exercise. I have it set up to display the splash screen before going to the main form. I made changes to the splash screen title and copyright information. When I execute the program, the splash screen comes up but it's not displaying the information I changed. When I view the splash screen the changes are saved. It displays the project name where the application name should be.

View 18 Replies

Message Window Is Display Behind The Splash Screen

Oct 31, 2011

I have an application with a SplashScreen. While loading the application, the application will check certain conditions and if the condition fails it throws a message window. I problem is when the message window is thrown it is displayed just behind the splashscreen and user is not able to see the message and unable to understand whats happening while the SplashScreen is displayed as it is till he clicks ok on the message box.

View 13 Replies

Read The Screen Resolution Value Of The Current Display?

Apr 20, 2010

how to read the screen resolution value of the Current display (which is not the Primary display)? I have three monitors and want to place a label on a form so that when the form is moved from one monitor to another the text in the label reports the resolution currently set on that monitor.

View 4 Replies

Refreshing Form - Display Two Forms On The Screen?

Jul 31, 2011

I need to display two forms on the screen. When I change the record being viewed on form1 I need to change the display info on the second screen. I now know how to share the info, but need to be able to 'refresh' the information on the second form

[Code]...

View 3 Replies

Screen Blanks After 1 Min Of Processing (of Excel File) / Refresh Or Freeze Screen To Avoid Blank Screen?

Jun 29, 2011

BTW 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 Replies

ComboBox Display On Screen And Saving Content To File

Apr 26, 2010

What I am attempting to do is make a form for a tire shop. I want to put comboboxes on the left side of the form that the employees make choices from. I then want to put some kind of a table or grid looking thing on the right side of the form that will display their choices so that everyone in the shop can look at it see that "John is on bay 5 until 3:00pm". At the end of the day I want all of the combobox choices to save to a file..I dont really need the table or the grid thing to save..just the choices. If I want to do this, do I need to use that gridview tool? or can I make my own table thing to display the choices in.

View 9 Replies

Display Loading Screen While Initialize Component Running?

Dec 13, 2010

I have alot of forms here who need 10 or more seconds to load when the method InitializeComponent() starts to run. It have a lot of pics for that is too slow to load. I need to do a loading screen to show while the initializeComponent() components is running.

View 9 Replies

Forms :: Display Full Form With Different Screen Solution?

Mar 26, 2010

I 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?

View 2 Replies

Forms :: How To Control Splash Screen Display Duration

Dec 4, 2007

My application opens pretty quick but just for looks I put the splash screen and loading has slowed down. can i decrease the normal time for which the splash screen is shown?

View 5 Replies

How To Display Folder On Desktop (screen) After Exit VB Program

Oct 17, 2011

how to display folder on desktop:What I did was:My program read external text files and generate word documents files on d:stage-in.After program finished (exit VB application), how to display folder "d:stage_in" on screen.

View 3 Replies

VB 3D Game - Display A 3D Model On The Screen, Like A .x File Extension, Or .fbx, Or .obj

Aug 1, 2010

I've ran out of options, and there simple was no other place to come. I have wanted to make a 3D game for so long, so bad, I can't even describe it. Now I started in C# making 3D games in the XNA Game Studios 3.1 Engine, but I eventually fell through the cracks. Let's cut to the point, shall we? I was wondering if there was a simple way in Visual Basic 2008, that I could maybe display a 3D model on the screen, like a .x file extension, or .fbx, or .obj or anything...? I can easily create 3D models, and I'm good at it, but is there a simple way, or a component/refrence/game engine that you could use with Visual Basic 2008. I know there's alot more to making games then just display models, Why I choose Visual Basic 2008, you ask? Well, it's my best language and I can easily write small games with x, y, z and float positions.

View 4 Replies

VS 2008 : Display Six Or Seven Lines Of Data For Each Device On The Same Screen?

Mar 2, 2010

I have 20-30 devices that I am connecting to and gathering data from. I want to display six or seven lines of data for each device on the same screen, then allow the user to click the object containing the device and show more detail on a separate form. There aren't any other programmers where I work and am looking for advice on how most efficiently to implement this. I have tried TableLayoutPanels, Datagrids, Textboxes, ListBoxes and I am probably not implementing them right, but they don't seem to be getting me where I want to go. I am also trying to stay away from hardcoding objects onto the screen.

View 3 Replies

VS 2010 - Extracting Text - Convert The English Text Shown In Screen To Malayalam

Sep 6, 2010

I'm trying to create a small program, which I think will be helpful to others(in here). My aim is to convert the English text shown in screen to Malayalam. English-to-Malayalam conversion is not a problem. But the problem is, how to extract the text from the screen. In most of the converter/translator, the text needs to be copied or written down in the translator tool. But my program will cut off that part. That is, simply move the program window (having a rectangle hollow portion) to the English word that needs to be converted. And upon pressing a button (or autodetect), the English word is converted to Malayalam.

So, my question is how to extract the English text(or words) from the screen (which is seen through the hollow portion of the window.

Here's a screenshot of what I'm trying to do.

View 22 Replies

Controlling Output To A TV Display While Control Panel Is On Laptop Screen?

May 21, 2011

I have a program written in VB.Net with Visual Studio 2008. I have one window form to display on a laptop that controls the information seen/sent on another form that is to be continually displayed on an output from the laptop to a TV, Projector or Monitor. Or I would like to accomplish this:

Computer/laptop - Has window form 1 that controls the program TV/Ouput - Has window form 2 that shows updated data on the screen for people to see I do not want people to see the control form that is on the laptop.Is their a way to assign a form to use an output to other screen only?

View 5 Replies

Get Program To Display Sound Coming In Microphone As A Graph On Screen?

Apr 27, 2011

Is there a way to get Visual.net to display the sound coming in the microphone as a graph on the screen? for example it would show the frequency and intensity of the waves.

View 2 Replies

Control Display Of Several On-screen Elements Depending On A Single Value Input By A User

Aug 3, 2009

I am new to VB and seeking to create a visual basic program which controls the display of several on-screen elements depending on a single value input by a user. The user can enter anyone of 2500 values and depending on the value entered, five different display elements on the screen will change color or text. The program's response to a given input value never changes, in other words if the user enters 279, the five different display items will always be the same. However, there is no real pattern to the display items that would allow for programming an anticipated response to the input value.

My thinking is to create a large and ponderous "lookup table" in visual basic - I am assuming this an be done but perhaps there is a different or better method. I plan on creating the lookup file in Excel but was assuming I'd need to export it to something that VB could easily read. Any suggestions on the best way to do this? Does the lookup table reside as a separate .txt files someplace or something like that? [Code]

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved