Resizing In Mdi Form At Runtime In Normal Mode?
Oct 20, 2010
When I compile my solution and execute the program and set the form in window normal, it behaves strangely. The grip is apparent, the mouse changes to the appropriate icon, but I cannot change the size of the window.
View 2 Replies
ADVERTISEMENT
Jun 21, 2010
I'm wondering if there is any code that I could use in VB.net so it can determine the computer's startup mode (such as safe mode or safe mode with networking).
View 1 Replies
Jun 5, 2011
i have code in which datatable values will be given in crystal report of vs2008 iam very surprised when i run my application in debug mode by pressing f10 key value all the value loaded perfect but when i start application in normal mode only one value of datatable is loaded what should i do like ?
description qty price total
pepsi 2 4 8
tea 1 2 2
in debug mode pressing f10 it show all the values but in normal mode it show only first value pepsi 2 4 8
View 5 Replies
Jun 8, 2009
on my winform at runtime i will be resizing my array each time i add an element. so first i must resize to the size + 1, and then add a member to this index. how do i do this?
View 5 Replies
May 6, 2011
Resizing a Rectangle shape when the program is running.
View 14 Replies
Feb 14, 2012
I have a code method that I wrote in vb6 that works on every screensize and resolution combo...however vb.net is not letting me do this. Here is what I do. upon form load at program startup I gather all of the data of the controls (height,width,top,left,font
size) prior to the form actually resizing and I store those in a listbox that is not visible. Then when the form resize is called I proportion all of the controls from their old positions versus the new form size.
[Code]...
View 3 Replies
Jan 9, 2009
I am creating a form in vb.net and i want its size to change the form as soon as the user inputs the desired number of items. In my form I have two combo boxes: one for number of items and the second is for the choices, then when the user choose 5 items 5 text boxes will appear and if the choice is 25 then 25 text boxes will appear. Is there any way that I can change the form based on the input and number of text boxes?
View 1 Replies
Nov 25, 2010
i'm attempting to develop a calendar using datagridview where column headers are dates and row headers are list of employees.
i would like to add a button/custom control on the datagridview to represent a task over time where I can move or resize at runtime.
View 4 Replies
Sep 16, 2010
What is the real mode , protected mode , supervisor mode and the hypervisor mode ?
View 1 Replies
Feb 23, 2009
I am creating a Visual basic Editor application. the thing i amnot able toselect the multiple controls at runtime from my application. Is the AdornerWindow supported at runtime to select the multiple controls at runtime ??RegardsVB 8.0VS.
View 1 Replies
Dec 8, 2009
This is applicable to C# and VB.Net. I am writing a console application, but one aspect of it I want to make representable in a GUI (that being downloads running, with progress bars). is it possible to write a console mode application that can also have a form in it that can be called from code inside the console component?
View 3 Replies
Mar 3, 2010
I want to add a Reference to my application in run-time mode and i want to list the public keys of this Reference in run-time mode I'm using VS2005.net Windows XP professional
View 6 Replies
Nov 26, 2011
Converted an VS 2003 VB Application to Visual Studio 2010. Conversion seemed to work great. Having trouble with the Backcolor of buttons. In design mode they are a light gray (I have them set to transperent and they are on a VBPowerPack.Blend Panel) - but in Runtime they turn the correct color (Steel Blue). How do I get design time to look the same as runtime? Also, they stay light grey in run time if I check Enable XP Styles. Makes me feel better to see the same colors at Design time
View 1 Replies
Mar 30, 2009
I have specified my connectionstring in My.Settings
But when I want to change it at runtime I get the error: Property connectionstring is read only.
Is it possible to change the connectionstring at runtime???
I used the following code:
[Code].....
View 1 Replies
Jun 10, 2009
when i try to minimize a form and restore to normal the form is being resize.It's resize getting extending a form when time to minimizing a form and restore it.my form is set to formborderstyle is fixedsingle and i'm using namespace. why is hapening like that...i don't know why
View 10 Replies
Sep 14, 2009
I get a number of something like 4.44444444444444E+24. How do I do to convert it to it normal form as 4444444444444444444444444. (I have to compare these to return true value if it's equal )
View 1 Replies
Jul 29, 2011
I am working on a application in which I have to show different forms stacked one upon the other. Due to some restrictions, I cannot use MDI and also it has a lot of issues. I am able to get what I want but with a problem. The forms will be stacked, but they do not remain in the parent form. Lets take it by an example. The structure goes like this.
1) There is a form A (My parent form)
2) a second form "B" opens on a button click event on Form "A". (Note: B.ShowInTaskBar=False)
3) again, a third form "C" opens on a button click event on Form "B". (Note: C.ShowInTaskBar=False)
Now, when I minimize form A, it gets minimized but the Form B and C, remains as it is. I want them to get minimized at the same time. I want form B and C should remain as a child form of form A.
View 1 Replies
Jul 29, 2009
when i run form his opacity 0% to 100% autometic change...
View 6 Replies
Sep 16, 2011
How to show Normal form over the AxWebBrowser In Vb.Net.
View 2 Replies
Feb 4, 2009
I'm building a web browser using the WebBrowser control in a normal vb form. I would like to add an option where the user can view the source code for the page like in internet explorer.
View 1 Replies
Mar 11, 2010
I did a project (College Management) in vb.net 2008 which contains 13 forms in it. I designed the different functions in a different normal form, i.e. frmAdmission, frmSearch etc. When the project run's the main form is loaded. When user chooses a particular function say 'frmSearch' then the main form is unloaded and the form frmSearch is loaded. Now my lecturer told me to use MDI forms instead of normal forms because, normal forms takes larger memory than the MDI forms.
View 5 Replies
Sep 11, 2011
My full screen sized Form is locked in size when I reduce it in size by clicking on the "restore down" [ie] not to the minimized size. I mean "locked in size" by I cannot for instance "grab" it on a corner and to increase or decrease its size. I suspect the control is in the properties window but I cannot find it.
View 4 Replies
Nov 28, 2009
I need a 3d loader (I do not care if it is 3ds,collada or sth else), because I search and I find only c code for opengl until now. Has anybody done this?
View 5 Replies
Sep 18, 2010
My form keeps resizing after debugging. FormBorderStyle is FixedSingle and AutoScaleMode is None...what am I missing?
View 2 Replies
Apr 26, 2011
I want to prevent from resize of form. I set false MaximizeBox and I set FormBorderStyle to FixedSingle. I couldn't change the MaximumSize of form at runtime. If the user double click on the Tiltebar of the form the form resized. I couldn't prevent that
Then I write the following code at size changed event
If FormLoaded Then
Me.MaximizeBox = True
Me.WindowState = FormWindowState.Maximized
Me.StartPosition = FormStartPosition.WindowsDefaultLocation
Me.Size = InitialSize
Me.MaximizeBox = False
End If
View 8 Replies
Apr 26, 2010
I am writing a relatively simple "yahtzee" program. Its set up so that the user can pull up a options window and select whether they want the game to be 1 or 2 players. If the user selects 2 players id like the second players score card to become visible on the Score Card window (easy enough with the visible property) and i would like the Score Card form itself to resize it self (at run time) to allow the second players score card to fit. How do i make the form resize to fit 2 players at run time?
View 2 Replies
Oct 28, 2009
I have developed a application in vb.net(2005). I need to resize a form with others controls when I dragging or resizing from size.
View 2 Replies
Mar 4, 2011
I have a windows forms program that I upgraded from VB 2005 to VB2010. When the program was on VB 2005 the form would resize to any monitor resolution. But since I upgraded the program to VB 2010 some of my controls are off the screen when I run my program on a 1024 x 768 screen resolution. Why is it doing that?
View 1 Replies
May 29, 2010
As I want to allow user to select a second option, I want the form to grow to expose that user's choice. How do I get a form in code to resize?
View 2 Replies
May 13, 2010
I used to use the following instructions to lock my form from stretching.
Me.MaximumSize = New Size(550, 550)
Me.MinimumSize = New Size(550, 550)
Then I needed to keep the Form size fixed so I used:
Me.ClientSize = New Size(625, 500)
This makes it stretchable.How can I lock the Form from re-sizing?
View 2 Replies