Search found 43 matches

Search found 43 matches Page 3 of 5
by GaiaonlineHD
Sat Mar 03, 2012 7:02 pm
Forum: Tutorial Requests
Topic: Web Browser help
Replies: 3
Views: 1851

Ok so im making a WebBrowser and when ever i click and image or a Link it opens Internet Explorer does any one know how to remove that?

or

Enable the right click features so i can make those work for my browser?
by GaiaonlineHD
Sat Mar 03, 2012 7:01 pm
Forum: Tutorial Requests
Topic: How do i make an HTML Editor + a Live HTML/Page Editor.
Replies: 5
Views: 2254

mandai wrote:
If you want to alter the page without having to reload the whole document, you will need to make use of the existing HTML elements.
You can access these with GetElementById and GetElementsByTagName.
If i knew how to do that i would have done it wouldnt i?
by GaiaonlineHD
Fri Mar 02, 2012 10:33 pm
Forum: Tutorial Requests
Topic: How do i make an HTML Editor + a Live HTML/Page Editor.
Replies: 5
Views: 2254

You don't need the webbrowser's document text. You can use a RichTextBox or any other text control to edit the HTML file, you can use code to have the path and name set so you can save the file without any dialogs, then navigate your webbrowser to the file. I've just written a small application for...
by GaiaonlineHD
Thu Mar 01, 2012 11:05 pm
Forum: Tutorial Requests
Topic: How do i make an HTML Editor + a Live HTML/Page Editor.
Replies: 5
Views: 2254

The last topic i did i fixed my self after thinking for like 1 Min :/ but i really need help with this. i did one before and it edited the DocumentTxt but did not save or edit correctly.

Help.
by GaiaonlineHD
Thu Mar 01, 2012 8:08 pm
Forum: Tutorial Requests
Topic: how do i get a Listbox to load a ComboBox's Items
Replies: 0
Views: 888

I need a ListBox to load Comboboxes from a Different Form.
i have a web browser and i need to know how to load the items from the ComboBox.

Plz help :D
by GaiaonlineHD
Wed Feb 29, 2012 1:27 am
Forum: Quick Snips
Topic: How to make your browser the default
Replies: 20
Views: 10094

Just showing you how to make your own webbrowser the default one Dim Key As Microsoft.Win32.RegistryKey = Microsoft.Win32.Registry.CurrentUser.CreateSubKey("Software\Clients\StartmenuInternet", True) 'Creates or opens the registry key for the default browser with write access Key.SetValue...
by GaiaonlineHD
Tue Feb 21, 2012 9:25 pm
Forum: Tutorial Requests
Topic: WebBrowser [TabPaged] with FavIcon in the [TabPage]?
Replies: 12
Views: 4011

Im making a V.O.S and i wanted to know if theres a way to make all the desktop items be shown on the Prgram not only the Files not the Programs is there a way to make it show all here is the code i have #Region "desktop items" Dim fileName As String = "" Dim folderLocation As Str...
by GaiaonlineHD
Tue Feb 21, 2012 8:57 pm
Forum: Tutorial Requests
Topic: WebBrowser [TabPaged] with FavIcon in the [TabPage]?
Replies: 12
Views: 4011

CodenStuff wrote:
Do you get any type of error?
no just didnt load or set the Icon to the TabPage
by GaiaonlineHD
Tue Feb 21, 2012 6:33 am
Forum: Tutorial Requests
Topic: WebBrowser [TabPaged] with FavIcon in the [TabPage]?
Replies: 12
Views: 4011

Ive redone the project and just left the main code in it and commented each part as best I can so you know what part is doing what. If you still dont understand whats going on then let me know. TabWebFavicon2.zip i converted the codes to they can work in my WebBrowsers but they wont add the FavIcon...
Search found 43 matches Page 3 of 5
Go to advanced search