Make A Form Always Stay Behind Any Other Form?
Dec 18, 2011Is there a way to make a form ALWAYS stay behind any other form?
View 12 RepliesIs there a way to make a form ALWAYS stay behind any other form?
View 12 RepliesHow to make a form always stay on top of another form. Also both form's enabled property must be true I don't wanna make use of topmost property.
[Code]...
im looking for code that will let me keep a form on top with in my application, Like form2.vb will stay on top of my form1.vb, How can i do this i searched the forum and could not find what i was looking for.
View 1 RepliesHow can I make a form stay above a game? Something like a D3D/OpenGL game
View 12 RepliesWhen I tried to resize the form, the textboxes and buttons stayed on the top left. I would like to know if there is a way to make them stay in the center whenever the form is resized or maximized? I have tried using anchor but the buttons and textboxes ended up getting stretched.
ps: the area highlighted in green represents the size of the original form. Red arrow represents how I resized the form.
Like Say If I was Playing Halo..and I wanted my Program in Visual basic To stay on Top Of The Halo Game ...how would I do that.
View 4 RepliesI have made a program with a main Form and several auxilary forms. Is it possible to modify the auxilary form in a way like a msgbox. It stays always in focus, and you cannot interact with the main form. What I did find was the Form.enabled (True or False) method, but then the main form completely greys out, but I don't like the way it looks.
View 1 RepliesI'm making a loginsystem and I want the form that I'm making it in will keep focus so if the "user" try click on another program there is running my form will take focus again, so the user cant get into the other programs there is running.
View 3 Repliesallow label1 to stay on the form when i close it or load it?
View 10 RepliesHow can I make it so that when I re-size my program all my buttons and text boxes move with it. I don't know how to explain it, but it's like if I have a button in the center of my form and I re-size my form I want my button to stay centered not just have the form stretch out.
View 1 RepliesI have read that VB .NET in earlier versions limited the FORM size to that of the development machine screen resolution.I am hoping that there is a way in the current VB 2010 to get around that.However in my attempts to make the form larger, it always resets itself to the screen height on my develoment machine.Is there a way to get around this and have the person be able to use a scroll bar to move down?The data I wish to show actually has two screens worth of information but the stuff in the scroll down section would be used on a limitied basis so scrolling will be useful rather than having to recreat the screen to show less data at one time.
View 2 RepliesHow can I make the main form grey out/translucent black when a new form opens on top?
View 8 RepliesI have a form with a text box in a toolstrip. I would like to make the width of the textbox relative to the form size when the form is resized. The following code works fine except when you click the restore button from a maximized state.
[Code]...
Is there a better way to make a form with multiple buttons opening different things than having a form that has lots group boxes for each tab. So in the begining each box will be invisible and when you click the button the corresponding group box will become visible. Is there any other way?It will be like a background image and it'll have buttons that will mask it with invisible buttons. when the button is clicked it will open the corresponding group box.
View 5 RepliesI'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 RepliesI have 3 PictureBoxes on a form that are tiled on top of each other. the form has a minimum vaule of (502, 416) and a maximum of (502, 1080). because the user can select from a MenuStrip to display '1', '2' 0r '3' PictureBoxes at once '3' being the bottom and '1' being the top PictureBox. What i need is when the user drags down the form it snaps to the next PictureBoxes position, so it goes down in blocks this is what i have so far which is pretty far from working.
If Me.Height <= (1079) Then
Me.Height = (732)
ElseIf Me.Height <= (732) Then
Me.Height = (424)
ElseIf
End If
I also thought i might be able to figure it out if i new how to create a variable like this
If Me.Height <= (1079 to 733) Then
Me.Height = (732)
I know that it isn't the correct syntax but it's kind of the idea If you can make sense from my not so good description and point me in the right direction/code example i will be most grateful :)
i want to make a a form when i send items in form as like as my desktop
View 3 RepliesI need to make a save button. The user will work in main form. User also has Settings in the MenuStrip, when the user clicks Settings a new form will open. There user has ability to make changes that will affect the Main form. This is the code:
If CheckBox1.Checked = True Then
bib.Panel2.Hide()
End If
This is the change that the user will be able to do that will affect the Main form, but I'm not really sure how to make that the CheckBox1 will be saved when the user clicks it and the clicks OK button. I also want to know how to make a cancel button.
I would like to make a form that prints the same size as a Legal Form, (8 1/2" x 14") When I check on the internet I see that the pixels can very at 75dpi the form is 637 x 1050 pixels. But at 300dpi the form is 2550 x 4200. Do I have to build the form as per the dpi ratio? I cannot make the form greater than 1612 x 1212. I have tried serching the internet for ways of expanding the form to greater pixels in the height than 1212. I am running Verion 7 of Windows and I am using Visual Basic 2010 Express.
View 5 RepliesIm using 2 forms
How Would i make a login form that will save my data to form 2 like i sign into form1 and it saves like my username/email and password from form1 to form2
How would i make so when the user resizes the form the controls on the form resizes to what ever(ex: form become full screen textbox is full screen.
View 2 RepliesBelow is the exception code info. when I try to make form visible for the first time from another form then I get an exception code. something like 'a required variable not set'
Quote:
CODE:
How can I make a button once i click it to stay latched and if i click it again it will drop then if i cleck it again it will latch and so on?
View 2 RepliesHo can you make a dynamic label stay right justified, so that when the label.text is filled the text starts at the right edge of the label and fills to the left? Currently the text fills to the right from the left edge of the labels location and tends to run off the form.
View 1 RepliesHow to make a form as bottom most form in vb.Net 2008
View 1 RepliesHow can I Make the contents of a form resize with the form?
View 2 RepliesHow can I make the second form (same size as the first) open exactly where the first form was?So Form1 is hidden, and form2 is shown in exactly the location form1 was in.
View 2 RepliesI want my login screen to open over my editor! Example MS word how they have the tips screen over top and you press the close button if you don't want it there.
View 3 RepliesI'm trying to make a simple game, but i have a question.i have a minimum damage and maximum damage lbl boxes on 1 form and i have a button if clicked it opens a 2nd form with buttons that deal "damage" when clicked
1. Attack (a regular attack that would deal the damage from form 1)
2. another attack ( this deals damage from form1 + 8)
3. another attack ( deals 30% damage for 4 attacks [so 4 attacks that deals 30% damage each])
4. another attack ( this one is great. it deals damage of 2 times of minimum damage to maximum damage and a third label box lblAP (attack power) which each 2 points of attack power you have it adds 1 more damage.)
i can do that math i just have no clue how to bring the info from form 1 to form 2.
This may be a common problem but I'm struggling to find a solution that will fix it
I have a modal popup I am displaying with jQuery, this popup contains a list of Checkboxes and a Button, the code looks like:
<div id="dialog" title="Notify Users" >
<div style="width:100%; height:500px; overflow:auto;">
<asp:CheckBoxList ID="chkNotify"
[Code].....
I have tried moving the CheckBoxList to just inside the form tag so that no other styles can be applied and nothing should affect it however I still get the same issue.