[2008] All Tabs Open When Starting?

Mar 16, 2009

I just had to rebuild a PC and saved my old project files -- hopefully I'm going to be ok with a new installation. I just opened my new install of VB2008 and clicked on a project.

[Code]...

View 3 Replies


ADVERTISEMENT

VS 2008 Do Not Want To Open Any Other Windows Or Tabs

Sep 28, 2009

I have created a web browser and am trying to get the link that is clicked that would normally open in a new window to open in the current window as I do not want to open any other windows or tabs. This is the code I have so far and it seems to work well kind of anyway, it opens the last url not the new one. Sometime it will open just an advert, it seems to open what ever link was last loaded on the site. [code]

View 5 Replies

How To Open Tabs

Jun 14, 2012

i have a login form , and another form with 2 tabs , if the user is admin ( compared with the database ) i want the two tabs to open , if not only on tab !this is my code so far and its not working ?

Code:
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click

[code].....

View 1 Replies

Open A Web Browser In New Tabs?

Sep 23, 2009

I'am trying to create browser, and I need help with tabs...

[Code]...

View 5 Replies

Ave And Re-open Tabs When Web Browser Is Started Up Again?

Dec 31, 2011

I am building a web browser with tab control using VB 2010. I have everything working good so now I want to have it save the browser tabs when I shut down the browser and have them re-opened when I run the browser again like Chrome or Firefox would do.

View 2 Replies

Get All Open Tabs Shown In A KryptonListbox?

Jun 7, 2011

How do you get all open tabs shown in a KryptonListbox

My fail attempt :TabpagesHtml.Items.Add(Form1.SuperKryptonNavigator.Pages.Item(0))

View 2 Replies

Get URL / Window Name Of All Open IE Windows / Tabs

Aug 20, 2010

I find myself with the dilema of opening massive numbers of IE windows/tabs on subjects. This is really great content, but then I need to restart my computer. Rather than going into each and recording the URL/window name (which is listed in the window title bar, relating to the content of the web page), is there a way to capture that information within VB.NET (in a WinForm app)?

View 4 Replies

Save And Re-open Tabs When Web Browser Is Started Up Again?

Jan 15, 2012

I am building a web browser with tab control using VB 2010. I have everything working good so now I want to have it save the browser tabs when I shut down the browser and have them re-opened when I run the browser again like Chrome or Firefox would do.

View 5 Replies

Way To Open New Tabs At Moment Is By Click A Button Called 'new Tab'

Nov 24, 2010

im making a tabbed web browser for private use which is basicly done apart from the fidly bits however i want to be able to hold down the "ctrl" key and press t to open a new tab like google chrome and firefox, im verry new to programing and dont even know where to start, so far i have been watching youtube tutorials and reading tutorials on here which has got me to the point where i can actualy use the browser and its verry handy but this would be an excelent feature.the way i open new tabs at the moment is by click a button called "new tab" using the following code. [code] these i could probably work out with google searching but im not to bothered if i can get it to work.

View 3 Replies

Control The Starting Location Where On The Desktop Those Four Windows Will Appear When Load (Open) The Window?

Nov 22, 2010

I have a game that will open four windows on the desktop using VBE2008.How do I control the starting location where on the desktop those four windows will appear when I Load (Open) the Window?

View 2 Replies

Replacing The Tab Control's Tabs With Custom Tabs Made In Photoshop

Mar 16, 2009

I was wondering if there was a solution to replacing the tab control's tabs with custom tabs made in Photoshop. I know there are plenty of super expensive programs that can do it, but I was wondering if there was a way to do it programmatically. I was thinking that maybe it could linked in some way with a .DLL?

View 1 Replies

Making The GUI A Scrollable Window - Tabs Get Built, Displayed And Disposed As The User Scrolls Left And Right Through The Member Tabs?

Mar 6, 2009

My code is basically a file parser/editor and it handles most files fine as they hold a handful of records concerning family members. However there are a few files that crash when trying to deal with them. Here is the problem.Each family member record creates 3 tabs that hold an average of 3 group boxes each. Each group box holds an average of 3 text boxes.So each member record creates 3x3x3 = 27 text boxes and some files get up to 289 family members which = 7803 text boxes.

The problem is the rare file with 400+ member records = 10,800 text boxes which causes a crash due to using up all the window handles. Each member has a separate tab page (with 3 subpages) but really only a dozen or so member pages are visible in the GUI with scroll arrows to move through them so I was thinking of somehow making the GUI a scrollable window so the tabs get built, displayed and disposed as the user scrolls left and right through the member tabs.

The files are parsed into a 3d list DataList(x,y,z) where x is the page number, y is the group box number and z is the text box number. So all the data is available. The code then traverses MyList and builds GuiList(x,y) where x is the page number and y is the groupbox number with all the textbox.text linked to MyList(x,y,z) locations so all text changes are reflected in the MyList.

I already have a memberCount variable and I am thinking of building, say, the first 30 member tabs with the middle 10 being visible in the GUI. If the selected tab > 20, then dispose of the first 10 tabs and create tabs 30-40.I am thinking I will keep all the member tab pages so I don't have to deal with inserts and indexing problems but just dispose all the group boxes and text boxes for tab pages out of view. I already have a deep clone sub that clones members when the user wants to add a new family member and I am thinking I will have to add something similar when a tabpage is passed in for disposal, it traverses and disposes each text box, then disposes the group box for each group box on the tab page.Additionally, another routine will rebuild the group boxes from the data held in MyList(x,y,z) when a tabpage(x) is passed in.

View 2 Replies

It Open A Bunch Of Tabs That All Go To A Link With A Video, And Then Have It Automatically Play That Video?

Jul 7, 2009

I was wondering if it was possible to have a program open Firefox, and have it open a bunch of tabs that all go to a link with a video, and then have it automatically play that video?

View 4 Replies

Starting To Program With VB 2008

Jan 6, 2009

I am just starting to program with Visual Basic 2008. I would consider myself at a Beginner - Intermedite level of programming with VB and looking to get better. I noticed that in other language forums on this site that there were program suggestions but didnt see one here so I thought i'd ask.

View 2 Replies

VS 2008 Starting An EXE From Within A Program

Oct 20, 2011

I have an executable (EXE) that I would like to run from within my VB.NET program. I've looked into Process.Start("[PATH][EXE]"), where PATH is the path to my executable, and EXE is the name of the executable. However this throws an error, saying "The parameter is incorrect". I've managed to avoid this error with the following

[Code]....

View 4 Replies

VS 2008 Starting CMD Hidden?

Oct 4, 2009

Shell("CommandHere")How would I make it start CMD hidden?

View 2 Replies

2008 Remote Process Starting?

Mar 8, 2010

the below code starts the correct process but the windows form never displays on the remote machine. How do I get the application to actually load.

Private Sub RunRemoteProcess()
Dim sCmd As String = "C:Program FilesInternet ExplorerIEXPLORE.EXE " & txtData.Text.Trim
' add a reference to System.Management in Solution Explorer

[code].....

View 6 Replies

Starting With VB 2008 Express Edition?

Sep 11, 2010

I like to have assistance with the VB 6 codes below; a few cheeky lines dock into positions I do not mean them to be in; sorry; I am on VB 2008 Express; a few lines have errors; adjacent to them I have described what VB 2008 reports.

[Code]...

View 8 Replies

VS 2008 Form Starting Position?

Nov 29, 2009

I am trying to set a form position before it shows but i cant get it working.Form Name: ColorCentraling.vb

I've tried: Private Sub ClickNPC_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ClickNPC.Tick

[Code]...

are 2 integers which represent a number which does not need to be explained.There i've made a DIM as the form but new! I've tried settings its location but its not possible for me.I know this is possible because: I've visited many VB.NET 2008 Programs that do this

View 6 Replies

VS 2008 Starting A Form On A New Thread?

Oct 10, 2010

Ok so my main form takes around 5 seconds to load i can't make it so that my load subs are on a seperate thread because too many cross thread calls being made besides i want a splash screen anyway i want a splash screen on a seperate thread that can update status while main thread is loading this way main thread carries the load subs and invokes status label changes in the splash form which is on another thread

this is my code

Dim SPForm As SplashForm
Public Sub LoaderSub(ByVal Splashed As Boolean)
If Splashed = False Then

[Code]...

what happens is the splash form shows and so does the main form but they both lag for 5 seconds (as if they are both on main thread) how do i make it so that the splash form loads from the new thread? I thought the way i did it that's what should happen...

EDIT: also why did code wraps failed to show proper vb code?

View 10 Replies

VS 2008 Starting A Website In A New Window?

Sep 27, 2009

I am using the following code

[code]...

The arguement -new is not being passed and the window that shows the website will open if no other windows are open. However, if any other windows are open, the last opened window gets the website.I have IE6 on my system. Is there any special syntax that will open a new browser window without using one that is currently open?

View 1 Replies

VS 2008 Starting An Application After Installation

Dec 16, 2010

I have created a setup project that after the installation, starts the app that is being installed. To do that I have added an Installer class to the app I want to get started and I am using it's commited event to start the app (Process.Start("...myapp.exe").

While this works fine on XP, on Windows Vista the application gets started as a "System" user which makes some parts of the app missbehave i.e. retreiving special folders of the user etc...

This is the question: way to start myapp as the logged in user? Mind you I will not have the credentials of the users.

View 2 Replies

VS 2008 Starting Directory For FolderBrowserDialog?

Mar 19, 2009

How can i set the starting directory for a FolderBrowserDialog.showDialog() ??

View 4 Replies

VS 2008 Starting Excel By Itself - Corrupt App?

Jul 27, 2010

I�ve had a problem iwht my app for some time now. It�s very slow and above all it takes forever to startup. I�ve been adressing som issues that has to do with the database behind it.Recently I noticed that the app is starting an instance of excel, which seems to be what�s taking it so long in the starting process. The app is using access as db, and the db has some linked excelsheets. The app is also running some code in excel, but it�s starting, and terrminating, separate instances for that.The linked excelsheets are also "live-linked" to another app (third party), fetching real time data via DDE I think.

View 1 Replies

VS 2008 Starting Position Of Form?

Jul 7, 2011

I have a "Please Wait..." form that I show when doing some long task. This works quite well. But I cannot seem to control the opening position of the form. Currently I am using:

WaitWindow.StartPosition = FormStartPosition.CenterParent
WaitWindow.Show()

and this is just being ignored. The window opens at random locations. If I change it to CenterScreen, that works! But I don't want it center screen, I want it centered on the parent. Can I manually set the location? I am using VB 2008 Express and the wait form is a plain windows form.

View 3 Replies

[2008] Monitoring Programs Starting?

Jan 14, 2009

First of all, Hi to everyone, I'm new here..I'm currently investigating a way of doing the following and seem to be coming up with dead-ends!I am trying to create a windows service that sits in the background waiting for programs to be started. When the programs start I want to be able to check a unique bit of information for each program (I believe GUIDs may provide this) to see what the program is. If the program is not allowed, I aim to provide a warning to the user and possibly close the program. The aim of the application is to identify when users are attempting to install additional software on to the computer so simply monitoring for a certain executable wouldn't work as msiexec is called for all MSI's and as I only want to stop blacklisted programs...this wouldnt work.

View 14 Replies

VS 2008 Favicon In Tabs?

Mar 15, 2011

I'm making a tabbed browser and I want to get favicons in the tabs. I have a picturebox by the address bar that shows it just fine, but I want it in the tabs also. The tabs are owner drawn. Can I use the image key to display the favicon? If so, how? I've tried drawing the image in, but it draws it to every tab instead of just the one. Is there any way around this?

View 8 Replies

Starting Out With VB And Have Downloaded And Installed VB Express 2008?

Dec 18, 2009

I'm just starting out with VB and have downloaded and installed VB Express 2008. I'm researching and trying to wrap my head around programming in VB before I start working on any projects. I have a little bit of experience with ASP Classic so some of the syntax looks familiar, but I can't get a handle on database integration. Let's say I am creating an address book. Each installation is a stand-alone (no network connectivity). How are databases used in this situation? Are they built using VB Express and packaged into the installer or can you create them separately (using either Access or MySQL) and then package them into the installer? What is needed to read and write to these databases? Are there extra bits of software that need to be packaged into the installer to allow access to the databases?

What if this application does connect to a centralized database (let's say a MySQL or Access database on a web server). Is the connectivity handled the same way? Sorry for so many questions, but I just can find the answers I'm looking for when searching. I'm not necessarily looking for the actual code to do this, just an explanation of how it's possible (or even a link to some examples/tutorials).

View 6 Replies

VS 2008 - Automatic Caps Lock On Starting Particular App

Dec 20, 2011

I want that when I start a particular vb.net application, the caps lock should be automatically turned on. How can this be done?

View 1 Replies

VS 2008 Starting A Custom Windows Service?

Jul 5, 2010

I've created a Windows Service and installed it via InstallUtil so I can test it out.The installation goes seamlessly, but it will not start from some reason. When I attempt to start it, I get an "Access Denied" error and that's it.

I haven't been able to find any information via the normal channels.I first thought to give the service admin rights, but that didn't work either.

View 10 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved