Forms :: Force Webbrowser To Use Single Window In 2008 VB Express?

Aug 5, 2009

I am writing a VB program in VB 2008 express edition, and I need to make a simple web browser used by touch screen users. I have done making the simple web browser to browser the webpage, but when I open some links they are opened in the external IE rather than the VB web browser, how can I force all web page to be opened in the VB software?

View 2 Replies


ADVERTISEMENT

Webbrowser Control Links Force To New Window

Dec 27, 2008

I have a webbrowser control built into a windows form of my application and I was curious if there was a way that any links that are clicked on in the webbrowser control will be forced to open in a new browser window?

View 7 Replies

VS 2008 Possible To Force A DataGridView To Be Single Row Only?

Jul 28, 2011

is it possible to force a DataGridView to be single row only?I cannot set the AllowUserToAddRows to false as i need one row.I cannot re size the grid to display a single row as i need the horizontal scollbar.

View 4 Replies

Consolidating Forms Into A Single Window?

Jan 8, 2010

I've got to the stage where I want to make changes to my application so that all of my forms appear to the user as a single window.

I have a main Form with a menu bar which opens up three separate forms. Only one forms is visible at any time.

One way to do this, that I can think of, is to place all the controls from each of the "auxiliary" forms on a panel contained in the main form and then show and hide the panels, when needed. I can envisage this being a big headache though.

Another way would be to give each form a menu bar and make it look like the main form so that the user would not know the difference (with a bit of luck).

I just wonder if there are better ways to do this. Maybe if I could incorporate one form into another form?

View 2 Replies

VB 2010 - Express Forms - Load Next Form In Same Window

Feb 10, 2011

I have a very large program I would like to write but think starting with a smaller test program would be a good idea. What I want to know is: I have a base Form from which a user clicks a button to answer a question (Answer A, B, C, or D) which if the answer is correct will pop up a "Correct! answer response in a separate window. This is ok for now, however, when the "proceed to next question" button is clicked, I would like the next question to appear in the original base form window.

Right now it pops up in a separate window and I'd rather not have 20 windows open at the end of the quiz. How do I load the next form in the same window!? Obviously it's possible and could be something I'm completely overlooking, and I've also read that I could replace all data with the next Form. I have searched "Visual Basic load form in same window" and came up with results, but none of what I'm looking for.

View 2 Replies

VB Express 2008 Command Window?

Sep 27, 2009

In debug mode is the command window option available in visual Basic express 2008?

View 1 Replies

Add A MainMenu To A Form In VB 2008 Express Using The Design Window?

Dec 4, 2009

how to add a MainMenu to a form in VB 2008 Express using the design window. I only see MenuStrip in the toolbox. I can add a MainMenu programatically, but not visually. The reason I need a MainMenu and not a MenuStrip is for owner-drawing. None of the MenuStrip items seem to have an OwnerDraw property.

View 9 Replies

Open A Console / Command Window When Using VS 2008 Express

Jul 30, 2009

I have both the VB and C# versions of Visual Studio 2008 Express. When I run a console application in either version, instead of the console opening in an old DOS style command window like it does in VS 2005, it actually blacks out both monitors attached to my computer and treats the entire screen real estate as the console.Anyone know how to get the app to run in a small command-type window when I run it? It's like the console is running Full Screen. If I set a break point, switch from the IDE t the console and then hit Alt+Enter it switches to the small window that I want, but I still can't figure out how to make the app start with the console that way.I could post a screenshot but it would look like a big black square...no window, no frame, just the inky blackness of frustration.

View 2 Replies

Extended Webbrowser Control In Vb 2008 Express Edition

Dec 9, 2010

I am on my way to create my own tabbed advanced webbrowser in vb 2008.I have collected most of the tools for that,but i have the following problem:

The webbrowser control in vb 2008 is an instanse of IE.But i want to build my 'own' webbrowser, with custom contextmenustrip, navigate error messages ,etc

View 1 Replies

VS 2008 Webbrowser Navigate In One Window?

May 17, 2010

I am making a webbrowser, can somebody tell me how to prevent my browser from opening new IE windows. Because what happens is, there are some links that will open new windows and therefore IE comes in place because it is set as default windows browser which I really don't want because my browser looks really bad if it opens links in another webbrowser. I want it to be just a basic browser, it has only one window, and it should navigate within that window. This is because the browser is integrated in a bigger application only for some website applications that are related to this main application.

View 3 Replies

Value Of Type 'System.Windows.Forms.WebBrowser' Cannot Be Converted To 'System.Window

Jan 23, 2010

Private Sub wb_Scrape(ByVal sender As System.Object, ByVal e As

[Code]...

View 5 Replies

Force User To Close Window Before Proceeding?

May 9, 2012

this maybe an easy one for mos of you! I have a windows that is displayed as full screenThe window contains a series of images (movie posters) and the name below it. When you user clicks on a movie poster a new window appears (smaller window) in the middle of the screen.I want to force the user to close close on the small window before procedding. Currently if the user clicks outside the small window the full screen window comes to the front thus hiding the smaller window.

View 1 Replies

VS 2008 Webbrowser Target (new Window, _blank?

Jul 19, 2009

I've intrested how make webbrowser know the targets and know what to do when the link has got the target. I don't know how to make new window form too because there are functions with targets (sizeable, Adressbar, width,

View 2 Replies

Force Webbrowser Control To Scroll Left/down?

Oct 25, 2010

Normally I can get the webbrowser control in my vb.net application to scroll using the following code after the webpage loads into the webbrowser control: WebBrowserPageView.Document.Window.ScrollTo(50, 50)

But when the webpage uses the dom to update the page after the page loads, the scroll bars will scroll for half a moment to 50,50 but then snap back to 0,0.

View 1 Replies

C# - Winform Application, Does Window Minimize Force Garbage Collection?

Feb 8, 2011

Here's the scenario, winforms application, monitoring via Task Manager Processes Tab.On initial launch spins up to ~61,000K (initial data grid and data loads)If I minimize the application, not touching or doing anything the Mem usage drops to 1,380K.When I restore the application is spins back up to only 5.8K

So my question is, does the minimize send some internal message to clean up resources since the application in question is not in focus?The first app I noticed this in happens to be VB.NET, but I've observed the same behavior in my main C# winform applications.

View 1 Replies

VB 2008 Express Forms Disappear

Jun 30, 2009

I just installed VB 2008 Express and started a project.When I saved it, closed it, and re-opened it, my form was GONE! When I try to click on Form1.vb, it's blank.The project still runs properly.

View 4 Replies

DB/Reporting :: Using Vb Net 2008 With SQL Express 2008 R2 In Windows Forms?

Sep 9, 2010

using Vb Net 2008 with SQL Express 2008 R2 in windows forms. that being said, I have a syntax problem in this form, form has 2 texbox an a datagridview and also the 4 components DataSet. BindingSource. TableAdapter, BindingNavigator. When I filter by LastName no problem it work fine (it's a String) but when I try to filter by CustomerID (it's alphanumeric) I get an error "Invalid character" here is part of my code: Private Sub surnameFilterTextBox_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles surnameFilterTextBox.TextChanged

[Code]...

View 5 Replies

Forms :: VB 2008 Express - Get The Program To Recognize The Key Is Even Being Pressed

May 3, 2010

I've been trying to figure out a simple keypress handling event.I have the code working fine after hunting for a couple of days on the net but have a problem getting rid of the obnoxious bong that comes along with hitting the ENTER key.I've attempted some solutions on the web about changing the KeyAscii to 0 but under that method I cannot even get the program to recognize the key is even being pressed.The code I have so far is as follows and I'm just trying to get rid of the audible bong.

[code]...

View 5 Replies

Keep Popup Window In WebBrowser Control Instead Of A New Window?

Nov 7, 2010

When using the WebBrowser control, is it possible to cause popup windows to appear within the WebBrowser control itself instead of a new window?

how to get the popup to appear in the same browser window.

View 1 Replies

Forms :: Vb 2008 Express Form Wont Show Correctly

Aug 24, 2009

I have been working on a quite complex multiform solution.All of a sudden the start up form (in fact any form I designate to start up) loads, displays and operates fine.

But when I try and show a form using showdialog the form displays behind the original form and I can�t set focus to the ide to close it down. I have to use task manager or alt f4 while the form has the focus.

Calling different forms from this one gives the same result but other forms work fine. I don�t want to redo this form as Ive done a lot of work onit.The only thing I can think of that whist I was changing the startup form in the project propertied page (file>project>properties) I unchecked the �Enable applications framework checkbox.

View 1 Replies

Making A Game In Visual Basic Express 2008 With Several Forms?

Nov 18, 2010

Here is a wierd case - I am making a game in Visual Basic Express 2008 with several forms. Each windows form I've given a quit command that works well to end the game. (Me.Close) However if instead I click on the big X button that windows provides in the upper right hand corner - it does not look to truely stop the program.

I'm running this program in debug mode from the MS VBE editor, but when I click that X it tells me that program is still running even though all

View 5 Replies

Force Visual Styles When Using .NET Forms Interop From VB6?

Jan 4, 2011

I have created a VB.NET Class Library that exposes some COM Interop sub routines. These in turn show various forms that are contained within the Class Library. When the forms are shown from VB6 they do not inherit the visual styles of the operating system and act like VB6 controls.

I gather that this probably by design but is there some way to force/control visual styles manually in the .NET assembly? I would imagine that if I use a manifest in my VB6 app then everything will use the correct style but I would like to be able to control this myself if possible because we are using 3rd party controls in VB6 that do not require a manifest.

View 1 Replies

VS 2008 - Sending Stuff From Window Forms To Remote SQL Server

Mar 2, 2012

I want a quick and easy way of sending stuff from my window forms to my remote SQL server, my remote sql server allows remote connections to my IP address. How can I do this? I also need to return a result, either true of false.

View 6 Replies

Forms :: Force Textbox To Display Beginning Part Of Text?

Oct 20, 2009

'm currently having trouble with a textbox. If the text in the textbox is longer than the textbox itself, it will display the end of text to the user. I need it to display the beginning of the text to the user. Is there a possible way to force that to

View 2 Replies

VS 2008 Controlling Dynamic Input Fields - Webbrowser - .Net Forms?

Apr 9, 2011

I have VS 2008 and am working in VB.Net forms.I have a webbrowser control where I am trying to control input fields that are dynamically created. If a text field has proper handles such as id and name tags there aren't any problems.

For example, I am trying to work with twitter for posts. I know twitter has an API but I want to work with many similar systems and want to avoid the API as its case specific and I want to scale things within the VB.Net form. The login fields for twitter are easily handled, however the posting field once your logged in is just a text area with a class. There is a tagname but I have been unable to post using the tagname element.Any examples of posting to twitter without the API ?

web1.Document.GetElementById ... ?
web1.Document.GetElementsByTagName ... ?

I've done extensive searching but can find nothing to make it happen. DOM inspectors havn't revealed much about the field.

View 1 Replies

VS 2008 : Making 'main Window' Form Acting As A Container For The Other Forms?

Mar 17, 2009

Am devloping an application with multiple forms, which reside on top of a main form. i.e the main application window. The 'child' forms do not need to be linked in any way as they do not pass information to the parent form, as all the parent form does is act as main window.Now I would like to know what is the correct way for the 'main window' form acting as a container for the other forms? So that all the smaller secondary forms stay focused on top of the main application form, that when the main window is minimized, so these forms should do also etc..

I have read other posts and they mention, leaving all the forms standard i.e. IsMdiContainer = False and then using form.showDialog() to call the secondary forms. This did not work for me as what happens is that as soon as I give focus to the main app form, the secondary form disappears underneath.I tired making the main app form IsMdiContainer = True and when it loads calling:

frmMemberForm.MdiParent = Me

Now this works, because I can click off the form and minimize the app etc and the frmMemberForm doesn't disappear. However if i close the MemberForm and reopen it, it looses this property and once again when it looses focus, it will disappear.

View 16 Replies

.net - Different 'views' In A Single WPF Window?

Oct 11, 2010

I'm doing a VB.Net subject at university and the major assignment is the creation of a WPF application.The application is management-focused (adding, modifying, deleting entries, etc). As these are all rather disparate tasks I'm thinking to create a tabbed interface for my assignment (in a similar vein to [URL]...

I'm a bit confused as to how I should go around approaching this? Btw, would this classify as MDI?We were recommended to create a menu system that listed all the options - upon selecting an option, a new window would be opened, the interaction would take place. If the user wanted to do something else, he'll close the window to be taken back to the menu screen.

This doesn't really seem like an elegant approach to me and it seems like it'll be an interesting exercise to implement the tab-based system I explained.I'd appreciate if anyone could point me in the right directions or give any hints as to how I should achieve. Is it possible, for example, to create each option in a separate xaml/code-behind file and then 'plug' these into each tab?edit: To clarify, let's take a hypothetical of an indoor soccer team management system. Let's say there are five different tasks the user can perform: 'Register a player', 'Modify players', 'Register a team', 'Modify team details', 'Add player to team'.

Each task is separate from the next. One way of creating the application is to create a main page with a button for each task. When a user click on each button, a new window opens up (for example, if the user clicks 'Register a player', a new PlayerRegistration window is opened).

What I'm looking for, as mentioned above, is a tab-based approach. In my application, if the user clicks 'Register a player' the entire PlayerRegistration xaml file gets loaded in a segment of the window. The same happens when the user clicks any other button.

View 2 Replies

VS 2008 Bind A Single DGV Cell To A Single Class Property?

May 7, 2010

I am trying to use the DGV to view various properties from a variety of different class instances. Is it possible to bind each cell individually?

View 9 Replies

Generate A Single Executable File With 2005 Express Edition?

Mar 18, 2010

We use VB to create an HMI for an industrial environment. Currently, the computer we use has VB2005 Express Edition installed. When the application is developed, we take the Release folder which contains 7 files and place in on the computer with a shortcut to the executable.My boss stumbled upon another integrator that has a single executable. They apparently can stick this executable on any computer and it will run. He says that the "visual basic runtime" is included in the executable and it "just runs".I know just enough about VB to do what I need to do and am not overly familiar with all the inner workings. I seem to recall VB5 & 6 having a single executable as long as the runtime was installed already.Does VB2005 have the capability of a single executable?

View 1 Replies

Create A Child Window In Single Form?

Jun 18, 2009

i am doing windows application in vb.net , i want to know how to create a child window in single form.

View 3 Replies







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