Forms :: Make The Form Fullscreen?

Sep 9, 2009

how would you make the form fullscreen

View 3 Replies


ADVERTISEMENT

Make A Form In Visual Basic Have A Fullscreen Button?

Feb 17, 2010

I have a form in visual basic 2008 express edition and i want to be able to press a button to make the form go into fullscreen i have tried various codes but they all just remove the taskbars and i want the form to increase in size and not leave a section of the side blank i want it to sort of zoom the form size

View 10 Replies

VB 10 Fullscreen Form In A Fullscreen Game?

Jan 4, 2012

how to make a form to show in a game, Sort of like the program steam does.

Or is this even pausbile?

View 8 Replies

Fullscreen, Can't Show Msgbox / Forms?

May 6, 2010

I've a really nice fullscreen code I found on the internet, the only problem I found was that you can't make msgbox show or open another form! Which is really bothering me making panels.visible = true/false to make a cheap way of "Forms"orm1.

Private Sub TryToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Call normalScreen()

[code].....

View 5 Replies

Make An .exe Run In Fullscreen From VB?

Jun 1, 2012

This will be a simple one I bet as totally new to VB but have to start somewhere.I need the code to make a program called td4.exe on my I: drive be called from a VB app and it MUST run in Fullscreen mode with no borders. If just run the td4.exe it is windowed and will not alter even from the properties settings.

View 5 Replies

How To Make WinForms Fullscreen

Jan 10, 2011

I need to make a winform full screen. This is what I found online.

1. Hook WinProc to catch WM_SYSCOMMAND
2. Check wParam == SC_MAXIMIZE and then
3. Set my windiw's attributes

Me.ResizeMode = ResizeMode.NoResize
Me.WindowStyle = WindowStyle.None
Me.WindowState = WindowState.Maximized

I am fairly new to vb.net and do not know how to do Steps 1 or 2.

View 2 Replies

Make A Picturebox Fullscreen?

Jan 22, 2010

Make a picturebox fullscreen?

View 1 Replies

Make A Program Fullscreen?

Aug 15, 2011

How to make a program fullscreen?

View 3 Replies

Keeping Form Above Fullscreen?

Nov 9, 2011

Basically i'm coding a application that can be used as a crosshair.How do I keep this above the game which runs in fullscreen. I've tried

View 5 Replies

Play An AVI Fullscreen On A Form?

Nov 22, 2010

I need the simplest code possible to play an AVI fullscreen on a form.

View 5 Replies

Forms :: Make A Model Form, And Copy That Form As Many Times?

Mar 28, 2009

I'm making a program like PostIt! Well, i want to make a model form, and copy that form as many times i want.I think it works with something like frmPostit1 = frmModel.clone()

View 2 Replies

Forms :: Make Pop Up Form?

Oct 5, 2009

I want to make a form which is pop up in window. so, user can not do anything with this form displays. If user close this form, so user can open explorer or . . .. .In all, I want to make a form which pop up like shutdown menu in Microsoft Window, so user cannot click any place beside this form.

View 2 Replies

Forms :: Make A Form Act Like A Message Box?

Sep 11, 2009

How can I make a Form act like a message box, where you can't return back to the main/parent form until it has been closed?

View 4 Replies

Forms :: Make Scrollable Form?

Jul 24, 2009

How can I make a form scrollable?

View 2 Replies

C# - Make A Form Modal In Windows Forms?

Mar 23, 2010

I'm trying to create a child form that helps the user to enter data for a field in the parent form. I want this child form to be modal, but I don't know what I need to do to make this form modal. Perhaps there's a different type of item I need to use; if so,

View 2 Replies

Forms - Make A Button On A Form Momentary

Apr 9, 2010

Is there any way to make a button on a form momentary? I have an app where I need to have a jog button for a motor and for the life of me I can't figure out how to do this.

View 6 Replies

Forms :: How To Make A Windows Form More Responsive

Aug 5, 2010

In my (VB.Net+VS2008) application, I want to make my windows form (splash) more responsive as there is some complex functionality is performing while loading splash form. Currently when any other application come in front of splash screen and then minimize then splash screen looses its proper visibility and showing some hang kind of state also.

I used Application.DoEvents(), but it doesnt work. I cant use background worker because it doesnt support UI related changes. i.e. Initializing some UI components on shown event of splash screen.

View 1 Replies

Forms :: How To Make Form Full Screen

Jan 11, 2011

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 Replies

Forms :: How To Make Form To Wait For Some Time

Nov 9, 2010

I am trying to fetch some specific data from a file which is updated frequently. So, i am trying to make my form wait till i get a particular data. i am using Threading.Thread.Sleep(10000)to wait and again check the data.

but form is getting hanged (showing NOT RESPONDING)

How can i make my form to wait for some time?

View 1 Replies

Forms :: How To Make Form With Login Level

Aug 13, 2009

ok well eh i have a interface where i can login, but i must set the status to tell whether i am student or staff login.

View 1 Replies

Forms :: Make Form Cover Whole Screen?

Aug 15, 2010

I want to make a software for game zone when running user should only see the form and also how to remove closebox.

View 1 Replies

Forms :: Make Question Wizard In Form

Mar 20, 2011

how can i make wizard on certain form ;for example form have question multi choice when i select on of them show next button when i click on next button show next question and choice.

View 1 Replies

Error In When Make An MDI Parent Form To Call Other Forms

Nov 17, 2009

I'm trying to make an MDI parent form to call other forms. I have put this code which I found in a post here into the main form which I added to my project as an MDI parent form:

[Code]...

I get an error message which say FrmEmbed is not defined. How can I correct this?

View 4 Replies

Forms :: Make A Moveable Form In Case Let Off The Title Bar

Jul 29, 2009

here's how to make a moveable form in case you let off the title bar
(formborderstyle = none ) Dim down, init, curpt As Point

[Code]...

View 2 Replies

Forms :: Make A Textbox Invisible When The Form Is Executed?

Feb 5, 2010

I have 2 textboxes one for datetime picker and another for entering the name. i waant to make the datetime textbox invisible when the form is executed & when i press save the data from both textboxes should be saved into the database.

View 3 Replies

Make A Form (windows Forms) Minimize To The Task Bar Using VB 2010?

Jan 7, 2011

I'm using VB 2010 and simply want to have a button on the form that says Minimize.I want the form to minimize to the task bar or the notification section .I've looked at other ideas, but the code is for prior versions of VB (2003 and 2005) and some for C #Could you please email me some sample code to handle this?

View 4 Replies

Forms :: Make The Window Form Always Full Size Inside The MDI Container?

Jul 12, 2011

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 Replies

Pass A Variable To Another Form Or Else Make The Variable Visible To Both Forms?

Sep 5, 2010

Using Visual Basic 2008 Express. I need to pass a variable to another form. Or else make the variable visible to both forms.

View 4 Replies

Disable The WMP Control From Going Fullscreen?

Feb 17, 2012

if there is a way to disable the WMP control from going fullscreen when the video is clicked on??

View 3 Replies

Fullscreen Video .net Code?

Jan 27, 2011

how to write the fullscreen video opening vb.net code? Currently,I am doing the project opening full screen video by moving the sensor.I can do the maximized video opening when run the program,but not full screen.I heard about ActiveX for fullscreen before, but I don't know how to put it and make the fullscreen.

View 3 Replies







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