Possible To Make A Web-browser (not Too Hard ) With A Diffrent Engine
Dec 9, 2009
I have been making a webbrowser in VB.net with a simple layout and simple things in it like a history, go buttons, back button, refresh, a menu etc(atm im trying to make a favourite, and a open file and stuff) but all of this are just things i see back in IE , as the engine or is based on it what my question was is it possible to make a webbrowser(not too hard ) with a diffrent engine.are there any lightweight engines? and how do i implent it with VB.net. how does this all in theory go, .i want to know how these engines work, and what functions i would need to use to make a webbrowser on that specific engine.
View 1 Replies
ADVERTISEMENT
Sep 14, 2009
I made a Web Browser in VB 2008 but no javascript is there how hard is it to make my browser use javascript? [code]
View 2 Replies
Apr 16, 2009
i have looked all over and can not figure out how to use the firefox rendering engine in vb for my web browser?
View 5 Replies
Jun 13, 2010
I Wanna To Create A Web Browser With Opera Engine.
View 8 Replies
Jan 10, 2010
I am looking to make a web browser in Visual Basic Express 2010 and I need an open source or free browser engine that works with visual basic.
I know there is WebKit but I would have to learn C++ to use it.I do not want this browser to be just an IE shell because I want it to have it's own engine.
View 3 Replies
May 25, 2012
I tried this registry below and it didn't work. My application name is 'Testapp', using VS2010 on windows 7 with IE9 installed. I want to render the pages in IE9 not IE7. [URL]used this registry below, by making one separately then registered in registry. After that I launched my app but it still loaded in IE7.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerMainFeatureControlFEATURE_BROWSER_EMULATION]
"testapp.exe"=dword:00002328
how can I use IE9 as render instead of IE7.
View 1 Replies
Aug 29, 2009
How to make a program that reads scripts and compiles them like auto it? I was looking to use vb 2008 if possible
View 3 Replies
May 20, 2009
Would it be difficult to make a scripting engine in VB.Net? Just a simple scripting engine for a simple game creating program.
View 2 Replies
Aug 26, 2010
I m writing my first ever application.I want to make a data search engine exactly same as the excel sheet has.The search form is a owned form and has one combobox to specify the search criteria that in which column of the database table i want to search and a textbox to write the search item.What i want is when i type 'A' in the textbox and click the findAll button the search result should display the first matched record in the textbox of owner form and then if i click findNext button the search result should display the next matched record.Same like excel Find and Replace Window.
View 1 Replies
May 9, 2011
make a search engine that works on isohunt ( This is a torrent site )Here what I need :A program to search in ( isohunt ) site View the results in a datagridview control Save the search results in any thing to load it at any time?
View 3 Replies
Apr 29, 2007
Im using VB2005 express and the app im creating uses the web browser control.Basically I want to know if its possible to make the web browser control connect through a different ip address and port from your default web browser.
View 7 Replies
Feb 12, 2012
I coded a web browser over the course of a year called Nova - very advanced with tabbed browsing, bookmarks, homepage, history, etc etc etc etc. I could go on all day about how advanced it is. But.. there is one flaw. You cannot make it the default browser; I don't know the code!I already know the CommandLineArgs stuff so it actually opens the HTML file rather than just opening the program; in fact, I already can make files open with Nova completely. It's just the other stuff - you know, when a website is to be opened from a help file or something, it opens with Nova, Windows recognises it as the default browser, stuff like that.
View 3 Replies
Feb 11, 2012
Other topics around the Internet are all unfinished topics, so I'll ask this myself. How do I set a self-made browser as the default browser? I know it has something to do with accessing the registry and checking what the value is in some places, but I'm not quite sure. Now, I've made this browser called Nova;
very well coded and advanced, tabbed browsing, bookmarks, homepage, history, can change default search provider, uses Gecko as its engine so it's not just an IE shell, etc. It's been developed over the past year and will still continue to be developed. I'm almost ready to release the first version - but I just need this annoyance solved.
[Code]....
View 6 Replies
Nov 14, 2009
How do I make my web browser made in visual basic the systems deafult web browser, as well how do I make a feature that checks that the program is the deafult browser.
View 5 Replies
Jun 22, 2012
Im trying to create a program to gather information about users pcs. So far I have been able to gather thigns like the os, processor, hard drive size and graphics information and I was just wondering how I would be able to collect the name of the motherboard they are using (or model) and the make of the hard drives in their machines.
View 1 Replies
Jun 22, 2010
I need to know how can I make a program for specific hard disk? I have heard it that programmers use hard disk`s unique number to protect their program. So that user cant use this program there in another pc(hard disk).
View 1 Replies
Jul 27, 2009
[Code]....
now i have folder call help in("D:help1.jpg")in this folder files download fom another program and save. now i want that i have pen drive .i want to make such command that when click button it copy the files from ("D:heelp..") and copy to the pen drive.
View 6 Replies
Aug 12, 2010
I was thinking to make an app to save images [or download images] to local hard disk. But to keep it easy, I want this app to create a small picturebox on form to show the thumbnail of downloaded image. Lets say a 5 pictureboxes has to be added with the thumbnails to show the recent downloads. A user can save the location where he wants to save the files on hard disk. A listbox or a dropdown menu will help in categorizing the images, like image1 in friends section, image2 in family section, image3 in others, etc... When the program restarts all the latest 5 thumbnails has to be loaded in pictureboxes and the directory that was chosen. Finally, a button that shows the downloaded images into original image file size one by one or a slide show. Is it possible to make such program?
View 2 Replies
Feb 19, 2009
i have an application. this application is using findwindowa api for check if there is instance of its own. (sorry for english) so we cannot open this app two times. as you may guess i wanna open thousands instance of its. (or 2-3). i tried disassambler but code is encrytped or something like that. so what can i do? maybe i can:
* run app from diffrent application. if its possible findwindowa can fail.
* change class or window name (i think its not possible)
* block applications findwindowa call
View 10 Replies
Mar 6, 2010
I am working on an application which can apply tweaks to Windows XP. I populated a TreeView with some nodes, but how can I display the diffrent properties? I mean, some need some checkboxes or radiobuttons or a listview. I want something like a TabControl, but whitout buttons on the top.
Does something like that exists?
View 10 Replies
Jun 20, 2009
I'm done with a solution and I don't want to work with it anymore, except for small bug fixes that may come up. I have a new project assigned to me which to take the project I just finished, and add some new features to it. But I wouuld be changing alot of stuff in this program. So I want to copy my solution, save it as a diffrent name, so I can work off the old solution and start modifying it, but I will always have the original one to fix any bugs or go back to.
View 5 Replies
Feb 23, 2010
I am working on a video chat program and I have almost everything working on my network I now need to figure out how to establish comunication between two clients from diffrent networks without having a middle person to switch each meassage to each other.
To clarify: I belive that I need to have a server running that each client when they start up the program will login to the server handing thier external ipaddress and port forward to get to each respective client, this will be stored in a SQL database (I know how to add the data just not hwo to get it from the source)
Then the server would brodcast the clients name to anyone that is authorized to know (currently everyone) and has there data stored on the server.Finnaly when the client shouts down it sends out the logging-off comand and deletes the adressing information from the server.The client programs will be windows form applications that use the tcpclient connection to send text meassage And the server application will be I hope a webapp.
View 3 Replies
Mar 26, 2012
Datagrig with diffrent no of Rows in each Column.
View 6 Replies
Apr 25, 2010
I'm making a small web browser to put in a program. Basically its a tab control and a button atm, when the buttons pressed it uses the code below to add a new tab and make the tab a web browser. [code] What I want is when I navigate to a web page for the tab name to be the title of the web page (instead of tabpage1, tabpage2 etc). I was told to put the below code in the web browser navigated sub but seeing as that sub isn't available because there isn't a browser in there until its running I have no where to put the code. [code]
View 33 Replies
Mar 3, 2012
-How to use my own browsing history (without adding pages to history of IE)
-How to zoom in and out a page
-How to make my browser remember last page [ before closing (something like a autosaving/opening txt file)
-How to copy Project .exe file and make it work on other pc's (because copying C:Documents and SettingsuseraccMy DocumentsVisual Studio 2008ProjectsProject nameProject nameinDebug doesnt [maybe because framework or something isn't installed in other pc] please explain)
-How to copy with my own button (form selected text in webbrowser) ?
-How to get the icon of Website to a picturebox ( or to webbrowser icon )
-How to block sites (before navigating)
View 4 Replies
Feb 6, 2010
Basically I want to make a Web Browser in VB in which will load up websites, let me login, etc.... but I want to make it change what I see visually on my computer, not the site itself, but what I see when a site is loaded.
Like say I know a website that has spelling errors and code errors and stuff, then I can code for my browser to change those words automatically as the page is loaded, but also being able to login on the website and everything still.
I don't know if this is possible, and I know it's like kind of possible for IE itself with stuff like GreaseMonkey for IE, and the same for FireFox, so how to build an VB app which will do this either directly in IE or from within my own custom VB app?
View 2 Replies
Mar 23, 2010
I actually know do webbrowser but what i need is :
-How to use my own browsing history (without adding pages to history of IE)
-How to zoom in and out a page
-How to make my browser remember last page [ before closing (something like a autosaving/opening txt file)
-How to copy Project .exe file and make it work on other pc's (because copying C:Documents and SettingsuseraccMy DocumentsVisual Studio 2008ProjectsProject nameProject nameinDebug doesnt [maybe because framework or something isn't installed in other pc]
-How to copy with my own button (form selected text in webbrowser) ?
-How to get the icon of Website to a picturebox ( or to webbrowser icon )
-How to block sites (before navigating)
View 3 Replies
Apr 23, 2011
I am copying data from DataTable to another DataTable with a structure.I have to hardcode coulums number in the loop and copy the data in object array.[code]...
View 2 Replies
Oct 21, 2011
im making a game with XNA, but when I draw diffrent layers it's not drawing them transparancy, why? (just run the game and you'll see)
View 4 Replies
Dec 23, 2010
I wanted to visualize to the user the diffrence if they opted for certain values. In mycase certain choises would show phonenumbers on intranet.To show how I wil leave the control names default. To recreate the the project. Start a windows form application, place a datagridview, and 2 bindingsources on the form To start we need some data to show and a list to choose from.To make a simple example I chosen to make a person class containing an Id, Name and Position.Id If the Position is a staff position it should be blue others should remain the default style.But lets start with the colorScheme Interface so we can store the colorscheme we want to show for a certain positionitem in the datagrdview It wil need back and forecolors but also colors for teh item whilst selected. To show the Displaymember we want to see I've also added the toString property that should shadow the toString of the object.[code]
View 2 Replies