Possible To Make Simple WebBrowser As WPF Application?
Apr 11, 2009
I need to make a very simple browser. The problem is that it has to be a WPF application because I'm using a SDK that does not support windows form applications. My question: is this possible and how? Is there some xaml to achieve this?
View 2 Replies
ADVERTISEMENT
Jun 24, 2009
i want to make a simple application [URL]
View 8 Replies
May 7, 2009
i just want to know what functions that prove to be useful when creating such, thx
View 1 Replies
Feb 27, 2012
I am learning VB at the moment and i'm planning how i'm going to make a simple quiz style web application. I want to have a series of questions, one per panel, that a user can select from multiple choice and proceed to next question with at least one option needing to be selected before going to the next question. At the end users get their score out of X.
Forgetting the validation and other bits i need. My thinking is to use a series of panels that have my questions in, so one panel per question, and by default they are all set no invisible bar the first question. Then as the user selects the question the next panel is revealed and the previous hidden, and so on etc.
View 1 Replies
Mar 29, 2010
I want to make a simple application which highlights mouse clicks just like this:[URL]
I thought of making a layeres zero opacity form on top of the others to handle the events, but my code is not efficient and I want a solution as soon as possible! The code I came up with: (I don't want to highlight click only in the application but in the whole OS)
Public Class Form2
Public Declare Auto Function SetCursorPos Lib "User32.dll" (ByVal X As Integer, ByVal Y As Integer) As Long
[Code].....
View 1 Replies
Dec 9, 2011
Trying to make a simple browser with some simple addon's. What Ive done is setup a menu(forum) for the user to enter their email providers web address and it will save it in a xml file. When they click on the email link, it should load the email xml iformation and place that info in the tb_html.text and navigate. I keep getting a null exception and im not sure what going on here. Here is the code:
Browsers:
Private Sub btn_Email_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_Email.Click
'Load Action
Dim SavedEmailObj As Storage
[code].....
View 2 Replies
Mar 17, 2010
I have a Visual Basic.Net Windows Forms application to which I am considering adding the WebBrowser control. I'm assuming that the PC's on which this application will ultimately be deployed/installed will have the latest Windows (XP, Vista, or 7) updates, a firewall, and an Internet security suite installed/running.
With this deployment environment in mind, does the WebBrowser control make my application or the deployment PC vulnerable to any significant security risks? Are there any programming issues that should be addressed to eliminate potential security risks when using the WebBrowser control?
View 1 Replies
Apr 11, 2011
I am currently working on some software for a taxi company, and we have been asked to create a webbrowser (only simple) for the users which we allow to use it, to view traffic updates from a website that we already know about.
But...
We dont want them to be able to navigate away from this site via links to google adverts Etc...
Basically we don't want them to be able to surf the net at all, only be able to work!
View 2 Replies
Mar 25, 2011
For the simple web browser I am creating I would like to have a combobox displaying different search engines and a button that would take the user to the selected search engine's website address.
Here is the code to load the search engine options:
vb.net
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
ComboBox2.Items.AddRange({"Google", "DuckDuckGo", "Mahalo", "Ask"})
ComboBox2.SelectedIndex = 0
End Sub
And here is the search buttons
[Code] .....
View 10 Replies
Mar 10, 2009
Have experience with web scripting languages and SQL but am still getting used to VB.Currently using VS2008 to create a simple app in VB 2008 that uses a WebBrowser control. The user navigates to a web page, hits a button, and then every minute the web browser automatically refreshes, gets the page length, and alerts if the page length has changed by more than 100 chars.Unfortunately, I am noticing that VB uses the cached version of the page when it refreshes (I am using WebBrowser.Refresh, but have also tried using WebBrowser.Navigate(same page as before)). Is there any way that I can delete just that page in the cache without clearing the whole thing from my application before it reloads and calculates the new page length?
View 2 Replies
Feb 28, 2010
how can i make my webbrowser open up a new link in my same webbrowser or in another form? basically what im saying is i dont want it opening links in internet explorer.
View 3 Replies
Jun 9, 2009
how to do a simple screen saver using VB.NET when the user do not use my application? DO i need to use API programming in order to do it?I just need a simple screen saver that will load my flash file (swf) into my webbrowser on my WinForm if the user no longer use my application.Note that this is a Window-base application, NOT web-based.
View 4 Replies
May 6, 2011
I want to make a webbrowser, but only have it show one specific thing and not the whole page. The thing I want it to show and only show is in about the middle. How would I frame the page, and put it on the webbrowser?
View 1 Replies
Feb 6, 2011
Is there a way to accomplish a messenger of that style:The application has a listbox, a textbox, and a button Every user with the program on his pc can type something in the textbox, press the button and this appears on his listbox but also on every other listbox of people that have opened the program.Is there also a way to get another listbox with the nicknames of the people that are in the program?
View 11 Replies
Jul 2, 2009
i want to make a simple program that can be used of add,delete,edit,save,, thats all, so that i will understand the basic of programing.so that in that program i will developed it and also connection of vb2005 to sql server 2005.. i am amateur here using this vb2005 and sql server 2005.
View 4 Replies
Dec 5, 2010
i want to desing a simple application which will be developed on a pc but will work on a MAC.Now im guessing that if i make an app in pc vb net it will not work on a mac right? So what if i design a web application. could the mac user then use it as it is web based?
View 4 Replies
Jan 16, 2010
I am trying to make a simple web browser in Visual Basic 2008 (with Visual Studio 2008 Professional Edition) that uses the Gecko engine via a tool called GeckoFX and the XULrunner's dll's and resources.About GeckoFX - geckofx - Project Hosting on Google Code The book I am learning VB with hasn't covered this aspect yet but I almost have it all set up - this is just a side project I decided to play with because it looked really easy.
The Problem:
[code]...
I have downloaded both the GeckoFX package and the XULrunner package and unzipped them and placed the GeckoFX folder and the XULrunner folder in C drive.I have right clicked Choose Item in the toolbar and chosen the GeckoWebBrowser control to use in my form app.I know the path to the XULrunner runtime is C:xulrunner My browser only has the windows form with a text box, a button and the GeckoWebBrowser control.Now I need to set the call for the uxlrunner startup path where it needs to be. I have read that if I right click the project in Solution Explorer, I should see this option under properties.. but I do not see anyplace to do this
View 5 Replies
Jan 7, 2011
I have a small project that I was wondering if it is possible to do with java. I know that VB .net has the ability to make a simple web browser using an Internet explorer interface. I was wanting to do the same thing with java. How to compile VB on linux.
View 3 Replies
Jun 27, 2010
i need a code or example of how to make it so that when a user presses ctrl p it will create a picturebox were the cursor is, i have this done, but how do i make it load them back in, and make it so if a panel or picturebox, runs into one of the ones the user created it will say "Smash", but there will most likely be tons of pictureboxes so i really need the help. how do i make a custom image file type that can hold up to 4 images and save and load them back in? how do i make a simple spell checker?
View 3 Replies
Oct 17, 2010
I want to make a simple file downloader that downloads files off the internet partially executables from [URL]
What I am after is when I click on a hyperlink label it downloads the file or comes up with the Dialog box to download the file off the internet all of which will be executable files
View 1 Replies
May 4, 2009
I'm trying to make a per-user shell for a Vista box to simplify use of a particular system for my users. I have no problem making a program that I want to use and I am familiar with the process of editin the registry to make my program the users shell but I've run into a snag.
Whenever a user with the custom shell logs on, there is a delay just after they enter their password where the system will sit at "Preparing Desktop" for about 30 seconds. I know for a fact that the user desktop is already made and this shouldn't be taking that long.
I've poked around on the web and see various places saying that winlogon is waiting for the shell to flag a "shell ready" flag of some sort but I am unfamiliar with any such flag.
Anyone know of such a fix for the long login time or anything about a shell ready flag?
View 10 Replies
May 24, 2012
I have to validate a string using a regex pattern, I just can not figure out how to actually create it. In practice my string is composed of:
aw4d13-m12k4s It therefore can only contain characters from "a-z" and "0-9" separated by a "-" Who can kindly do it for me?
View 3 Replies
Jan 24, 2012
im trying to make a simple schedule maker.-basically i have 2 combobox.-what i want to do is that IF i select 8-930 in combobox1 THEN combobox2 will no longer have 8-930 selection in it.
View 8 Replies
Aug 20, 2011
i need to make a very simple directory searcher with instructions with the design?
View 3 Replies
Mar 15, 2012
I can Insert table from Old_Table_Database to New_Table_Database with this code.
Dim cmd5 As New OleDbCommand
Dim cmd6 As New OleDbCommand
cmd6 = New OleDbCommand("select * from " & "Product ", OldConn)
Dim dr6 As OleDbDataReader
[code].....
Then if I want copy 10 table this make me grazy from cmd1 to cmd20? make my CopyTableToNewDatabase as simple as it can?ex. like this
CopyTableToNewDatabase OldConn, "Product", newConn
View 6 Replies
Mar 25, 2009
Where is the Line Control??I want to make a simple line on the form..
View 10 Replies
May 22, 2011
I am not a computer programmer and I have never used Visual Basic before but I have to take a class about using it. I am trying to make a simple Area calcutor but what it is telling me in my book to do isn't working.
View 1 Replies
Jul 27, 2009
how to make a simple folder locking program and sorry don't have any code for it.
View 2 Replies
Nov 9, 2011
How to make a timer with a reset button and three text boxes with hrs, mins, and secs.
View 14 Replies
May 22, 2011
I used to program in BASIC, and am trying to learn VB now. What I am trying to do at the moment is take a keystroke on the numeric keypad (1-9 only) and pass it into my program to control what happens to a number as follows:[code]I can't seem to find anything in VB that allows simple keyboard entry in this manner.
View 2 Replies