WebBrowser And IE Default System Version?
Apr 17, 2009
I'm using a WebBrowser Control and I created a html page that display the Web Browser version.I have IE 8 installed on my Vista and when I run my app WebBrowser that load the script, It's tell IE 7 version?How can I force WebBrowser Control to use the last IE installed?
View 2 Replies
ADVERTISEMENT
Nov 16, 2011
i would like to auto check for new version system update when the system is closing. When there is the new version system update, will automatically rename the active exe to FileName.old then copy new version of exe into the folder.
View 1 Replies
Jan 26, 2010
I currently use vb 2008 on my 64-bit WindowsXP desktop. When surfing the web with my browser application, I'm constantly asked to upgrade to the latest Adobe flash player. But Adobe does not support a 64-bit version of flash. I happens because the WebBrowser control uses a 64-bit version of IE instead of the 32-bit version.Is it possible to select which one it uses?
View 2 Replies
Jan 23, 2010
Private Sub wb_Scrape(ByVal sender As System.Object, ByVal e As
[Code]...
View 5 Replies
Mar 31, 2009
How they relate and differ from each? What are the best practices for version control? Is there a primer about publish online? Or a good book?
And is it possible to make ClickOnce and a msi in one solution of VS 2008? If so, is there any conflict or pitfall?
BTW I am using VB if that makes any difference.
View 1 Replies
Jul 10, 2011
i create a simple webbrowser in a form , it works perfect on debug mode , but in release i always get this page cant not be displayed , no matter the website.
View 6 Replies
Aug 24, 2010
How To Set My Web Browser As default Browser , But dont know Where to start i Know its got something to do with the registry.
View 12 Replies
Jan 15, 2010
I am trying to develop an app that uses a .dll that was developed for 32 bit systems. I get no error in VB or the compile.
Under Debug section of Properties the Platform Drropdown only says "Active(Any CPU)" How do I add x86 to this dropdown?
View 2 Replies
Nov 17, 2011
I've done a webbrowser and I want to make it mi default webbrowser and .html viewer. I've found a registry modification, but, when I try to implement a registry modification code, my webbrowser requires to be ran in admin mode. Can I implement a code that doesn't requires admin (like firefox - when you want to make it default browser, it doesn't requires to be ran in admin)?
View 7 Replies
Nov 1, 2009
i am using Visual Basic.net 2008 and I need a way to print the web brower to the default printer. Now I have worked with printing set pixel ranges but big problems happen when a printer dialog box appears over the space of the webbrowser and gets printed! Could someone give me the general approach, sudo code?
View 3 Replies
Aug 21, 2010
I have a setting in "My.Settings" which is called homePage
So here is my code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[code].....
View 1 Replies
Mar 9, 2011
is there a way to detect a person clicking a link inside WebBrowser1, and then i can do
Process.Start(TheURL)
And then return the action as false so it doesn't click the link in the webbrowser object and just the process.
View 1 Replies
Sep 1, 2010
I am using visual studio 2010, in that vb.net with database as SQL. I wants to display files for the user, for that i am using webbrowser. Webbrowser display PDF file's as required but office documents of version 2007 open's separately instead of open in webbrowser. so, my question is how to open office document in webbrowser ?
View 3 Replies
Jan 16, 2009
i think there are errors in the SerialPort DataReceived Handler in .Net 3.5 and .Net 3.5 SP1. is there a way i can control which version of System.IO.Ports my application uses? i am using VB 2008 Express.
View 3 Replies
Jun 5, 2009
Currently we are working on a desktop applicaiton for which we used ClickOnce deployment.Recently we have released a PROD version as BETA to few selected users.So they have the PROD version installed in their system.Now those users need to test the QA version as well as part of forthcoming releases.How they can have the both versions installed in a single system through ClickOnce?While preparing deployables, is there any configuration to achieve that?I was planning to specify the differenet target directories for different versions.But as per the following discussion it seems there's no way the target directory can be specified url...
View 2 Replies
Apr 25, 2010
I have a VS2010 solution (upgraded) that has two projects, an EXE and a DLL. In both the Target framework versions are 4.0. When one look at the references of the EXE project, one can see that the System.dll (and System.Core.dll and so for) references to the v4 version (the latest); however, in the DLL project the references points to the .Net Framework v2 version. Why is this happening? How can I make all my projects to point to the v4 libraries?
View 3 Replies
Jun 27, 2009
i'm trying to figure out a simple drag/drop solution for the tabpage..i would like to be able to drag the tabpage text and drop it in another application.. somewhat similar to when replying to a post, you can click a tab and drag it into the reply box..
just to be done from a vb.net app tab.
View 7 Replies
May 6, 2009
how would i open a users default browser on a website say for example i wanted it to open on [URL] how would i achieve this?
View 1 Replies
Jan 2, 2010
Im trying to open a link in my default webbrowser (firefox) , ive coded it link this but doesnt seem to be working.[code]
View 9 Replies
Jun 8, 2012
I want to have a partial class to manage my focus between radtextboxes when a user presses the enter key and I am looking for the telerik interpretation of this line of code tbs(i).KeyDown += New KeyEventHandler(AddressOf textBoxes_KeyDown)?
Partial Public Class MstFileTruck Inherits Form
Private tbs() As Telerik.WinControls.UI.RadTextBox
Public Sub New()
[code]....
View 1 Replies
Feb 4, 2010
Getting follwoing error while installing ClickOnce VB.net application"
"the application requires that assembly System.Net Version 3.5.0.0 be installed on GAC"
View 2 Replies
Jul 21, 2008
Is there anyway to set Specific version to false so that references are not tied to old version numbers, we have a rolling release and trying to remember to set these every time you add a library is a real pain in the.
View 2 Replies
Dec 18, 2008
Is there any way to make the webbrowser control in vb.net open new window links in the users default browser, it currently opens all links in IE even though my default browser is firefox??
View 4 Replies
Jan 15, 2009
I have a web site that I developed on Vista using Vb.net9. It makes a connection to Oracle. for the connection I use System.Data.OracleClient. It works fine on my machine, and our test server, but it does not work on the production server. We installed the Oracle Client 11 on the server. The error is System.Data.OracleClient requires Oracle client software version 8.1.7
We've tried, making a console app that opens the connection, connection runs fine, opens, displays a message and all is well there.Then we make a simple web form, put it in the directory of the program, just a button, opens the connection, try..catch, grabs error, same error.The console app was running under an Administrator, web site running under iwam. Is it possible that iwam has a different path?
View 5 Replies
Mar 10, 2011
I see references to System.Array. and simply Array. that seem to contain the same members. Are commands like this and
Dim Rand As New Random
actually a shortcut for
Dim Rand As New System.Random
View 2 Replies
Apr 1, 2010
I have a WebBrowser control in a VB.NET WinForms app. I am able to set the default printer from code and print without prompting the user. However, there is also a print button that shows the PrintDialog. If this action is done first the page will print.Then if I try to programmatically print later (again setting the default printer to some other printer) the it will print to the last printer selected in the PrintDialog box even though I am resetting the default and see the default printer being changed in Windows.It works fine unless ShowPrintDialog has a printer chosen first. Once that occurs it seems to always use that printer no matter what I do.
For Each strPrinter In PrinterSettings.InstalledPrinters
If strPrinter.Contains("My Printer") Then
wScript.SetDefaultPrinter(strPrinter)
[code]....
View 2 Replies
Aug 30, 2011
I have an desktop application that references several dlls. All are targeted for .Net 3.5, x86. The applicaiton has been deployed for several years and was upgraded from visual studion 2008 to 2010 last year. I have made several changes to the app since then (as recently as last Thursday) with out any issues. Now, everything builds, but when I run the application, I get a type initialiazer error when one of the projects is loaded by the main application.
The error messsage is {"Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.":"System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"}.
There were no changes to this project since the last successfuly deployment last week, but today I am getting this error.
View 14 Replies
Oct 12, 2009
I am using VS 2008 with frame work 2.0. On my development machine I am using Oracle 9 as database. When I deploy my application where Oracle 9 is installed it works properly. but it gives error on oracle8 NT installed machine as follow.
"System.Data.OracleClient requires Oracle client software version 8.1.7 or greater "I can get rid from this error.
View 1 Replies
May 12, 2011
I want to play system sounds with .NET code in my app - no problem if I want to use Beep, Asterisk etc as I can just use: My.Computer.Audio.Play SystemSound(Media.SystemSounds.Asterisk)But what if I want to play something like 'Menu Pop-up'? This sound is off by default in the Windows Default Sound Scheme, but if the user has set this sound up to do something then I want to play it.The user could have assigned any wav file to this action so I want to find which (if any) sound they have assigned and play it. Compatibility with Windows versions back to XP is also essential.
View 1 Replies
Aug 5, 2009
I am trying to remove the "System" or "Default" events in a vb .net custom control. i dont want them to appear in the list once added to the form. [code]...
View 3 Replies