VS 2010 Get Default Window Border In Windows?
Jul 6, 2009In VB.NET, how can I get the default window border size in Windows, for all standard windows?
View 3 RepliesIn VB.NET, how can I get the default window border size in Windows, for all standard windows?
View 3 RepliesI am trying to change every form title bar and border to green in my project. How do you change the all the forms title bar and border to green without changing other window applications title bar and border?
View 1 RepliesText (filename) In Window Border?
View 13 RepliesI am trying to get the thick borders you get from Windows Vista when you have resizable windows, but I want my window to be fixed. I am using Visual Basic .Net by the way.
View 14 RepliesImitate Vista or 7 Window Border in program?
View 9 RepliesIs there a way to remove the border/frame (the Aero bit) of another application's window (say notepad) from a VB.NET program?
View 1 RepliesI am using VB Express Edition 2010, and I want a button, when clicked, to make the form 'full screen' (border style done and maximised window state) and once clicked again, to return the form to maximised but with a fixed single border style. Here is my
[Code]...
i set my forms FormBorderStyle to None in vb.net i want to assign a border line in different colour which is not inside the form.how can i do it?
View 4 RepliesI set my forms FormBorderStyle to None in vb.net. i want to assign a border line in different colour which is not inside the form.
View 1 Repliesi set my forms FormBorderStyle to None in vb.net.i want to assign a border line in different colour which is not inside the form.
View 1 RepliesI have a combobox which contains a sample of names selected from a table.Currently the default name displayed in the box is the 1st name found in the table. What I would like to do is display the name of the person who is doing the selection as the default. The name is stored in a public variable 'PubName' and I do not want the user to be able to type into the combobox themselves.Is this possible?
View 2 RepliesIs there a way to make the border edge round like Windows Live Messenger?
View 9 Repliesim using vb.net to open IE and go to a website... i can figure out how to size the window, but not change the windows location on the screen... how can i make the IE window position always 0,0
Dim oIE As Object
Dim hWnd As Long
oIE = CreateObject("InternetExplorer.Application")[code].....
how to retrieve microsoft access filenames from a particular folder on my computer? Within my project the user can create a database, and i want to be able to display all of these databases in a combo box?
View 8 RepliesI have application with 2 forms (Form1, Form2), when i click in a button in form1, form2 open.when form2 opened & I switch to other window and try to switch back to my application (By clicking in its icon in taskbar), it switch to form1.I need when form2 open & click in taskbar, it switch to form2 & also when form2 open I can't edit or type anything in form1.Exactly the same as the below scenario in windows:when I open any new window from "Windows Properties" (Right click my computer), and switch back to windows properties, it will switch to the new window not to the main Windows properties window
View 2 RepliesI'm a new user of Visual Studio 2008. While I am a fan of Tabbed Browsing, I am in no way a fan of Tabbed Programming, so I have my "Window Layout" set to "Multiple Documents".However, I have been horrified to find that the default window size for any form or module opened is about 9/10ths of the work space. When I resize the window and close it, it opens back up again to 9/10ths of the work space. This is going to very seriously impact my work flow.There has to be some kind of mistake. I've looked for a way to set the default window size, but to no avail. I've searched the web for 3rd party plugins that would let me have more control over the IDE, but also to no avail.Is there some way to set the default window size in Visual Studio 2008? It would seem remarkably amateurish to not provide this extremely basic functionality.
View 6 RepliesI am using vb express 2008.How I can have border around a Textbox or Label and change the color of border. Like we have different border styles and colours in MsWord and other applictions. Also how a Lable can be made transparent?
View 4 RepliesHow we can create a form with border like calendar border. I changed ControlBox to False and Text to vbnullstring. but only when FormBorderStyle is Sizable or SizableToolWindow form border apears. This form is sizable. Is there any way to create forms with this border but not sizable? I want to create form like this:[URL]
View 6 RepliesThis is a program in vb.net, but I'm planning to use an outside process by using system.diagnostics.process.start("C:Otherprogram.exe") Now what I want to do is to resize the default size of window of outside process, can I do that?So that only the things that will be needed by the user can be seen?
View 2 Repliesi want to open the DEFAULT webbrowser of a computer in a controlled window in vb.net , and inside that windows (of the controlled default browser ) to open a webpage and remain in this page for a certain time ... then open another webpage in the same window and remain again for certain time ....
View 1 RepliesJust a quick qquestion. My application opens a web browser window with the click of a button. Today it looks like this: Process.Start("[URL])(It's not this website, but this is just an example.) This will open the requested website with a specified number at the end of the adress.
[Code]...
Toolstrips are great, but borders is so sick. How to disable border?
View 2 RepliesI noticed that when some of my buttons are clicked, this ugly black rectangle appears in it, around the central text. It only happens to the buttons with a "Flat" style applied to them.
View 1 RepliesI create an app, with it when I click a button it opens a new form on a second monitor.
This works perfectly, but every first time the app start and I open the second form, on my primary screen (right side) I see the border of the second form. When I click the button again, the form is hidden, and when I click it again, it appears again but then the border is gone. What I want is that the border is gone the first time and never appears.
Here is the code I have on the button_click event:
Private Sub RadButton3_click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RadButton3.click
If screen.AllScreens.Length > 1 Then
If Me.RadButton3.ButtonElement.ButtonFillElement.BackColor = Color.Orange Then
[Code] .....
I'm finishing up an app for work that will work hand in hand with another app.
What I'd really like to do, is setup a method to add a button to the other apps border. So all they have to do is click that button when in that other app, do their business and move on.
Now, if I hadn't seen it before, I most certainly would've thought that this wouldn't be possible. But I've seen TeamViewer do it.
In that image, TeamViewer created a two-way arrow button and when clicked, displays a small panel of some sort with additional options.
I'm 99.99% sure I'll have to use Windows APIs, but I'm not sure where to begin.
I want to divide the content in my application to groups each group has its own rectangle border with the group name located at the top border, i've seen it before and i'm not sure what is the correct name of this control, anyone knows what I'm talking about ? EDIT: Ok, I found the Groupbox Control but how do i use it? should i just drag other controls inside it or i should add controls directly into it?
View 2 Repliesi'm having a few small problems concerning my MDI child forms.
1). I have a panel that is docked to the parent form so i can change the background colour of the parent form. (the background property doesn't seem to work on MDI parents).But my childforms appear underneath this panel, is there a way to make them appear on top of the panel? (i've tried using .topmost = true).
2). Is there a way to remove the 3d border style of a MDI parent form?
When changing a textbox border style to "none," and the font size to anything higher than the default 8.5, everything is fine unless if the letter goes downward ('g', 'y', 'j', etc). This is most noticeable with the g. I've linked a picture here, and I have no solution to have each character come out clearly. If I'm using another textbox border, it works fine. If I use the font size of 8.5, it's fine, but I can't have no border and a larger font. Though the textbox changes size it does not change enough to show the tail of the g. I can't change the size of the textbox because i
View 1 RepliesExcuse me for posting this, but I have searched both Google along with this forum before asking this question, maybe I'm not using the right keywords but I apologize if it's easy to find.I would like to know how one could close a third-party window (application) if a specified string was found in the window title.
View 2 RepliesWith no answers from Google and not finding the answers by searching, just curious as you were to go about simply giving a ListBox a horizontal scroller once it passes its visible border the same as the vertical does?
View 3 Replies