Displaying Two Forms On Left / Right Side Of Screen
Aug 11, 2010
I would like to display 2 forms side by side. Frm1 will call Frm2. The problem is, if Frm1 is too near the edge of the computer screen, when Fr2 is shown, part of it will be outside the screen. How do I make it so that if Frm1 is near the right-side of the screen then Frm2 will show on the left-side of Frm1 and vise-versa?
View 2 Replies
ADVERTISEMENT
Jun 3, 2011
I was wondering if there was a simple explanation for the fact that most of the balls in the following code seem to end up on the left side of the screen....
Code:
'***********************************************************************
' Assembly : Balls
' Author : FOlphen
' Created : 01-28-2010
[code]....
View 10 Replies
Nov 8, 2011
I have my main form which will have the option to hide itself and open up a mini version. I would like this mini version to start at the top-right of the users screen.I have went through other posts and understand that you can set distance from top-left.
View 9 Replies
Feb 13, 2012
how can I use both the left and the right side of a toolstrip?I mean, f.e. on the left side are some buttons, on the right side two text fields.
View 4 Replies
Nov 8, 2010
I'm new to programming and I'm trying to create a hex editor. I got some source from internet which I want to modify to my needs. But this hex editor is opening the hex files in text box. I want to open it like a grid(Like Excel). Also I want to add the line number on the left side and I want to remove the right stuff info.
View 1 Replies
Oct 23, 2011
How do I mimic (in a windows application project) the toolbar on the left side of the MS Visual Basic 2010 IDE? I've tried all the container and menu options as provided on the IDE. I assume that it may be a combination of the IDE options and component properties, but have not been able to find the correct combination(s).
View 2 Replies
Apr 2, 2010
im trying to make the form Dockable in the desktop on the righ side. I mean i can do this i can stick the form on the side but all other application are not seen in the full window coz my appz is still on the top and others appz under it.Size of the form is 200x1024, it is like administration stripe.So i would like to make other Winows in the system ended on the edge of my application. Is it even possible in VB?There is other way i guess to use some of the scroll(collapsible,expader) windows to the side of the desktop would do it as well but i dont know how to ?
View 1 Replies
Jun 23, 2010
When Window form loads, we are displaying the date (in MM/dd/yyyy format) in the MaskedTextBox control. Currently it is displaying date in MM/dd/yyyy format and displaying cursor at the end of the text. Our requirement is to display the cursor at left position of the text in MaskedTextBox.
[Code]....
View 2 Replies
Apr 22, 2010
i was wondering if any one could help me on how to generate the left side of truth table showing all possible combinations in VB. and if possible how to display in Excel(2003)?
View 5 Replies
Jun 19, 2010
Well I've finally decided to upgrade some of my vb6 applications. Anyway I have two forms that are very similar one is customers one is vehicles. One of them is working on form load and one of them isn't. The one that isn't working I've traced the point it stops down to where there is a green line left of the code on the left bar of the development environment. This green line doesn't exist on the form that works. What the green line in this photo means? [URL].
Bigger Picture [URL]. I found a page that says the green simply means the code was saved but it's only on the form that stops working right after the execution of the sql statement. For some reason while stepping through the code it returns to the show command that was called to originally open the form right before the form opens but it skips everything with the green line next to it. I went and disabled tracking and it went away.
View 3 Replies
Apr 3, 2012
[URL]...visit this page. You can see a left side pane which is used for Navigation.What is the logic behind this ?Actually I need to implement a similar type of navigation. so which is the best way.
divide the page using Iframes and loads the tree in one frame and loads the page in second divide the page using div and bind the data in a repeater or grid to display data.I like to know about the performance- oriented or standard method to achieve the task. Also suggest me any other method for this task.
View 1 Replies
Nov 25, 2009
How can i make the Column to go to the left side of the list view box. My code
Me.ListView1.Columns.Add("File name")
So i want 2 Columns 1 to be on the right side and the other on the left
View 6 Replies
Sep 13, 2010
i use vs 2008. how do i make the tabs stay on the top right hand side and left hand side with horizontal lettering.
View 7 Replies
Apr 3, 2009
how can add icon to the left side of the item populated on a datagridview (just like in a listview)?
View 1 Replies
Nov 5, 2010
I just started using VS 2010. This product is supposed to be so much better than VS 2008 yet I'm noticing a couple of glaring things that are failures if you ask me.
1. When designing a Gridview, after having clicked on Edit Columns, in VS 2008 I could select the first field listed on the left side of the window, set a property--say headStyle-- and set the Horizontal Align to Left. Then if I clicked on the next field, that same property would still be selected on the right side of the window. In VS 2010, I have to go through finding the property and then expanding it and selecting it for each individual field. While it seems like a small thing, it's time consuming and kind of a pain. Is there some reason they couldn't have made it behave the same as in VS 2008?
[Code]...
View 2 Replies
Jul 3, 2010
I have form 1 and form 2 form 1 is already loaded. When i load form 2 i want it to apprear right next to form 1 on the right hand side. What code should i use to accomplish this.
View 3 Replies
May 1, 2011
Is there a way to override/modify/create the left-side shortcut buttons in the SaveFileDialog or OpenFileDialog controls? Defaults are "My Recent Documents", "Desktop", "My Documents", "My Computer", "My Network"... how would I change "My Recent Documents" to "My Super Cool Folder"?
View 1 Replies
Jun 20, 2009
i am creating TableLayoutpanel dynamically and placing labels in each cell..and i given label Dock Property Fill. all or ok But TableLayoutpanel Right side Border and Bottom Side border not displaying properly.
View 5 Replies
Sep 22, 2009
I want to display the text which scrolls from left to right using vb.net windows application.
View 11 Replies
Apr 17, 2012
I want to display the labels at the left axis and bottom axis of a line graph to the right and top axis instead of the left and the bottom axis.
View 1 Replies
Apr 17, 2009
its possible to move other windows etc if I have Ie open can I restore down the window then move it to the other side of the screen?
View 1 Replies
May 23, 2010
How would i make a program automatically align to one side of the screen, and fill the whole side? (Like windows sidebar).
View 9 Replies
Sep 24, 2011
Long time since I was active on this forum, but I recently picked up VB.NET again. I'm working with VS 2010 Express now, and I want to create a little app that resides on the side of my screen (about 40px wide), to collect data.
I've seen this program, Trillian, 'docking' to the right side of my screen, thereby making the maximized size of all windows just as much as the space left of the application window. In other words, even if I maximize other programs, the Trillian application stays visible at all times, on the right side of my screen.
Now I was wondering, is there any similar effect possible with VB.NET?
View 2 Replies
Aug 20, 2011
I'm trying to make a simple appbar on the right side of the screen. I have accomplished this many times before.. but I can't seem to get it working in Windows 7. The placement seems right, and as far as I can tell the messages seem to be in the right order. I have tried both Windows.Forms. Form BorderStyle.None as well as Windows.Forms.FormBorderStyle.FixedToolWindow. [code]
View 4 Replies
Aug 20, 2011
I'm trying to make a simple appbar on the right side of the screen. I have accomplished this many times before.. but I can't seem to get it working in Windows 7. The placement seems right, and as far as I can tell the messages seem to be in the right order. I have tried both Windows.Forms.FormBorderStyle .None as well as Windows.Forms.FormBorderStyle.FixedToolWindow. What am I doing wrong?
[code]...
View 3 Replies
May 19, 2009
We are trying to let a hedgehog walk from behind a bush, towards the other side of the screen. The code we are using is:
dim hedgehog as integer
imgHedgehog.left = 11520 - hedgehog
hedgehog = hedgehog +50
It does move on the screen to the left, but the problem is that the picture keeps flashing while it's moving, so it's like its extremely bad quality.
View 1 Replies
Oct 12, 2011
I have small lightswitch application having CreateNewUser Screen.Screen fields comes from Datatable added in DataSource, I have made all Validattion of fields at DataSource side.However i have added one Custom Control in the screen named : Re-TypePassword.Whenever user click on save button I want to match the Password and Re-TypePassword and want to prompt user a validation message if Password and Re-TypePassword are different.how can i display that validation massage ? ( I mean i want to add validation message to Summary of messages that appears at the top of screen)
View 1 Replies
Jun 15, 2009
My text file is like this
G0 G90 G54
X200.876 Y-140.576
G0 Z 5.
[Code].....
I need to add N1,N2...Nn to the left hand site of the lines in my text file.
View 6 Replies
Aug 3, 2011
It seems when I change some code while working with practice files I get green veritcal lines in the left margin of the code page I am writing. What does it mean?
View 1 Replies
Mar 14, 2012
So i am working on a GUI for a game (just some messing around in VB.net tho) and i came across the following problem. The board of my game consists of a 70*35 grid of RectangleShapes on which i can move around. When i start my program it renders the board from right to left on the screen and i have serious lag when i try to move around on it. I know you'd normally use double buffering to reduce flickering, but that didn't do anything (unless i'm doing it wrong).
This is my code:
Code:
Dim player As Player = New Player
Dim board(70, 35) As RectangleShape
#Region "Initialisation"
[CODE]...
View 6 Replies