Make Tabcontrol Appear In My Window Application?
Jan 29, 2009How to make tabcontrol appear in my window application...? And also adding tabItem to the tabcontrol using vb code. I'm working on a wpf application.
View 2 RepliesHow to make tabcontrol appear in my window application...? And also adding tabItem to the tabcontrol using vb code. I'm working on a wpf application.
View 2 RepliesIf you have ever noticed in the Task Manager, when you right-click on the running task, you have many options which include 'Minimize' and 'Maximize'. Is there anyway to do achieve this in vb?
View 1 RepliesI am doing a project on window application but the problem is that I want to connect the connection of database to the SQL Server database. Does anyone knows the connection strings of the connection.
View 10 RepliesI'm a noobie coming from VBA. i thought i'd try my hand in VB (because this stuff is fun). I'm trying to make the main window for an application. i've created 2 forms so far. one entitled "Main" and the other "Form1". I would like for "Main" to be the main window of the application.
View 2 RepliesNo matter what I've done, I can't make my application window the size and position saved in the registry. Below is the code at the end of my Form1_Load: [code]
View 1 RepliesLet's say I make an application where the window (by default) is 1280x720, but the user is able to resize as How can I make the controls inside the application, resize according to the main window?
View 2 Replieswhen I attempt to make the connection through a VB.Net with window application, I am getting the following error: ERROR [28000]
My connection string is
HTML
<connectionStrings>
<add name="MyConnection" connectionString="Driver=PostgreSQL ANSI;Server=10.146.152.23;Port=5432;Database=pacs;Uid=postgres;Pwd=postgres;" />
</connectionStrings>
<system.diagnostics>
I tried to make a 'custom' tabcontrol such that when I click Button1, panel1 is shown, and when I click Button2, panel2 is shown.But if I have a lot of panels then it'll be very messy when creating the gui at design time.(There'll be many panels overlapping each other.
View 1 RepliesI Want To Make A Custom TabControl Like The One In VS2005 OR VS2008[code]...
View 3 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 RepliesI would like to know how one could close a third-party window (application) if a specified string was found in the window title.
View 4 RepliesCan I make a tabcontrol with Aero Glass or another effect?
View 8 RepliesI am making a TabControl with different textures and a sliding look. But I am having trouble with following points :-
1. How to make buttons click able at Design time, so as to switch to different tabPages [which are panels in this case]
2. How to add a property ex. TabPages() as Panel collection Editor [like TabPages Collection editor in case of TabControl]
I tried,
Public ReadOnly Property TabPages() As List(Of Panel)
Get
TabPages = p
ref()
End Get
End Property
Where p is another List of panel and ref() checks new addition of control in p -> adds it to UserControl.
3. How to get the upper-right corner arrow to quickly add a tab in Design mode.
I notice that the actual tabs on a TabControl are quite small (I am using VB 2008 Express). I would like more vertical space above and beneath the text on the tabs. I tried changing the padding in the TabPages collection but it didn't seem to do anything. Is there a way to make the tabs bigger?
View 1 RepliesNow my idea was to have a tablelayoutpanel with labels in it,Functionally my TabControl allows the user to sequentially select various components used for designing a machine, My idea was to provide him an overview of his previously selected components at every tab.
View 2 RepliesIn Vb.Net 2005, how is it possible to make the TabPage.Text to appear when the DrawMode of a TabControl is set to OwnerDrawFixed. I have even tried to set the TabPage.Text in the Form_Load event but of no avail.
View 1 RepliesI am doing some stuff when the user presses the arrow keys, but I fear many controls, like the TabControl, respond to such presses as well. In the case of my TabControl, the arrow presses will make it change of tab. I don't want that.. how can I disable such?
Private Sub Form1_KeyDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles MyBase.KeyDown
If e.KeyValue = 39 Then
doSomethingAwesome[code]....
I was woundring how to make a custom 'download' dialog for my web browser in vb 2010. Because when i click 'download file' in my tabcontrol it's always loads up the IE download file dialog. I have seen the IE Clone can do it, but i didn't uderstad how to do it.
View 2 RepliesHow do I make a certain tab inside TabControl to be active at form event?
For example, I want TabControl2 to be shown at form load.
TabControl2.focus isn't working.
In Vb.Net 2005, how is it possible to make the TabPage.Text to appear when the DrawMode of a TabControl is set to OwnerDrawFixed. I have even tried to set the TabPage.Text in the Form_Load event but of no avail.
View 1 RepliesI fixed it, I the Event Handler got deleted somehow and that was causing the problem.
View 4 RepliesIn Vb.Net 2005, how is it possible to make the TabPage.Text to appear when the DrawMode of a TabControl is set to OwnerDrawFixed. I have even tried to set the TabPage.Text in the Form_Load event but of no avail.
View 1 Repliesmodify console application below to window form application for me.I've tried by myself for million times, but i couldn't console application.rar?
View 2 RepliesI am in need of a small application, that will allways be topmost and will send keystrokes to the last active application (typically notepad or an explorer window). My problem is retrieving the current active form (or application), when my application is started up. Every search seems to return old and rather complex solutions using Win32 library functions, but I was kinda hoping, that .Net allowed for a neater and more simple solution.I need a code example or link on how to retrieve the currently active application window from another application just starting up.
View 2 RepliesI am looking to call plink from a vb.net application in the background (without showing the black plink cmd screen) is it possible?
View 1 RepliesWhat is the difference between window form application and WPF application?Also i want to know about WPF application.
View 3 RepliesI need to run an external JAR file (which is minecraft) within the window (form) of a VB.NET application, so like having the program in the center and additional text I like around it.
Is this possible, and if so, how?
i have an application, which was also having socket programming for communicating (just like messaging or chat). when any one from other system sends a messages. the designated system will popup a window (form). But the issue is, if i work with any other application in maximized mode then the popup windows is going behind. Is there a method to make this windows always top (Just like the message box that appears when we use the windows NETSEND command)
View 2 RepliesI am not able to find the Exclude Command in VB 2010 Express. I have no idea which version of Visual Studio it is working with. I've got one 217MB VB 2010 Express file and many 2008 VB Express files with one of them measuring 31 MB. There many other SQL files and .Net Files.
View 4 Replieswhen i use the "anything.show" command, it will always open in a new window... How can i make it open in the same window?
View 11 Replies