need help with resizeing browser. -
ok how do i make it so when i click a button it shows a group box and when i click again is hide that box. and also when i click a diffrent groupbox button it hide the current group box? i have 3 or 4 group boxes and want it so when i click button one it opens group1 and when i click button2 next it hides group1 and opens group2 and when i click 3 while one is open it opens group3 and hide group1? i know this is posible but i dont know how.
thanks for any help,
pacman33
Help with resizeing -
How can I pervent the user from resizeing the size of the form (or program, to put it that way)??
ow to halt a form -
hi guys, well basicly, what i want to do, is when i resize my form, when it reaches a certin width, i want it to stop resizeing and stay put, now the thing is, when i use this in the resize function, it stops
If Me.width= 1710 Then
msgbox "Test"
End If
but
[2008] Make my webbrowser default browser -
I made a browser called as Icy Memory Browser with tab feature.
One of my question is how am i suppose to make this browser an option to be the default windows browser.
And is there a code for Visual Basic to check if the browser is set as default browser at the start of the prog
Help me with a resizeing problem -
First of I want to thank TomJones For Helping me with my problem on the mouseover text.
Now I can resize my window and have the browser control follow it, but when I do The Bottom of it dissapears un the statusbar. Can Any one help.
As I said before I have been useing VB6 for les
need help with resizeing browser. -
ok how do i make it so when i click a button it shows a group box and when i click again is hide that box. and also when i click a diffrent groupbox button it hide the current group box? i have 3 or 4 group boxes and want it so when i click button one it opens group1 and when i click b
Resizeing a none style form -
Ok i made a form with the BORDERSTYLE = None and i wanted to like to add a pic in the bottom right corner to like resize it upon draging. How do i do this ?
Registry After Installation! -
I have created a WebBrowser in VB6 using the Microsoft Internet Control. Now when the browser loads for the first time, the app reads some Registry values to find out whether the browser is the default browser or not. If it is, then as usual proceed ahead & open the browser but if
How can i make my browser the default browser -
I made a browser in vb and i want to use it as my default browser. Some links open in new instances of ie and i want them to load an instance of my browser instead. I am working in win98.
I 've already change a key in Registry under the HKEY_CLASSES_ROOT\htmlfile\shell\open\command
VB Browser control browser type -
Is there anyway to make a browser emulate a browser other than IE? I would like to use a VB Browser control, but I would like it to pretend as through it was netscape when contacting secure servers...
Assistance is as always appreciated
Help setting program as default browser -
I just programmed my first browser in visual basic 6.0. It's all done except ONE last option that I just can't figure out. How do I make my browser set itself so it's the default browser. So every time you click a link it opens my browser instead of windows explorer. Can anyone help me
[2008] custome web browser -
Does anyone know of any custom web browser class that i could use to replace the web browser.
I am trying to make a small .net web browser to run on OSX using mono but the problem seems to be that 1) i cant get it to work because im missing something called libgluezilla and 2) even
Resizeing window in VB 6.0 -
Hi
I am a Visual Basic Application Developer
I want to know about Resizing the window property
I do not want to allow user to resize below certain limit.
They should able to resize but not after certail limits.
How can i do this.
Please reply
new page in browser -
i am very very new to visual basic, and have just finished my first application, a simple browser (using the browser control).
anyway, whenever a link is clicked that opens in a new window, it opens in my default browser (firefox). how can i make it so it opens in my browser?
any
[2008] Browser Features -
Hi, I am working on a browser and I need a little help, again. I was wondering how I would be able to put a search bar on my taskbar of the browser? Then my second question is how would I be able to have a history for my browser? Thanks!
Default Internet Browser -
I am in the process of making a web browser (a fairly simple one) but i have a slight problem!?
When i click on a link that opens a new window, it opens in IE not my browser! Do i have to make my browser the default browser and how do u do this? If that isn't the solution then what
web browser component and IE -
How can a webpage know that I am navigating it with the web browser control instead of IE?
How could I fool the website using Web Browser?
A URL that will load when I am in IE, only loads a MSN search results page when loaded in Web Browser.
Ideas?
Thanks
Wengang
Why create an internet browser -
Hi,
As I understand I can create a Browser in VB that needs Internet Explorer to function. If the user has to have an IE installed for your browser to work then what's the point of creating a browser in the first place? If they already have IE on their system why would they use my bro
Can u all set my browser to windows system default browser -
I build my owm web browser , and i want my own webbrowser to be the window default browser . Can any one tell me which API to set my browser to be the default browser of winfows system ?
Thanks alot
IE events with VBScript -
I try executing the following script using the Windows Scripting Host (v5.1):
dim browser
sub browser_DownloadComplete(disp, url)
WScript.Echo "URL " & url & " loaded."
end sub
set browser = CreateObject("InternetExplorer.Application"
MDiform hide Resizeing code -
Hello,
I want to hide the right sight maximize tool of mdiform.and also not maximize on double click on the form title.
Thanks,
Adnan
Server-Side Browser detection -
I'm using the following code to return a users browser type:
strUA = Request.ServerVariables("HTTP_USER_AGENT")
If InStr(strUA, "MSIE") Then
'it's a Microsoft Browser
End If
I would like to have a separate branch for each of the following:
IE4+, NS6+,
Is this javascript runs in ur Browser - Cross Browser Varification -
Hi all,
I have attached html file which display the height / width of Browser. I have only IE6, Netscape, Opera 9.20, Firefox 2.0 (All are said to be latest)
I want to check this code for Mac pc. all possible browser of Mac.
If u check this code and it run successfully then p
Web Browser New Window -
Is there any way i can make a link that usually opens in a new window open up in the current window?
Because when i press certain links in the web browser i made, it opens it up in Internet Explorer, which I blocked.
Or could i make a vb web browser my default web browser, so it
Resizeing ( form1.picture) -
When ever i resize form1 the picture gets cut off i am not using a ocx or any type of resizer Should I though. Is there a code to resize the back picxture ?
Integrated web browser in .NET -
Hi Guys,
I need a browser control to display a single page of HTML. This needs to be a browser control or equivelent in .NET. I don't care for the buttons, address bar or anything like that. However, I can't seem to find one.
I was able to add my old VB6 browser control to .NET
How to call a web browser -
Hi, I writing a program and one of the features is calling a web browser. I need to execute a web browser and load with the address that i have specified in my code. How can i do that? Is that necessary to use Web Browser Control in the VB? I didn't use it before so kinda new to this c
browser and vb -
we have a vb app. then we have a web browser (IE based) that has a button on it. when the user clicks the button it has to pass values from the browser to the vb app.
how can be this done?
help appreciated !!!
ps: the vendor customizing the web browser says that they can just
[2005] Home browser Dilema -
Hi! In my own browser I made in VB2005, when you open a link in a new window, it opens the page in the default browser. How can I fix this problem and make the new window be the VB browser?
[2008] [Questions] webbrowser -
I have a couple questions:
1. How do i 'use' another browser in my browser, for example is it possible for me use firefox in it instead of the default ie?
2. Whats the difficulty scale of creating my own browser dlls? (My own browser period, but a simple one none the less.)
resizeing the form with now borders -
how do I resize the form with no borders, I have the code to make the title bar move, but how do I get it to resize?
Browser instances -
Hi,
When i start up more than 1 instances of my web browser and bookmark a page(the bookmarks take the url and urlname and save it to file..), it saves the page from the first web browser. For example, if the first web browser instance is viewing yahoo.com, and the second web brows
How to get a TextBox to position at bottom of form *RESOLVED* -
I'm making a chat program. And i need the TextBox that you type the message into to stay at the bottom of the form when resizeing the form. Is this hard to do? How do I do this?
How can I stop users from reaching my site except users of my own browser-WebBrowser -
Hello,
I wrote A Web Browser using Visual Basic 6 Web Browser Control. Everything is working great, the only problem is I want to stop all users from being able to type my domain in the address bar from any browser! I want to make the only way to access my site via my browser.
Ho
ActiveX document and my browser -
Out of general boredom i decided to mess around with a ActiveX document.dll and i get the dll to open fine in IE but i thru together a quick browser and try opening it with that and it just wants to download the dll, any ideas on what i need to do to my browser or dll to get it to open
About Intenet browser programe -
please help me ! I'm writting a Intenet browser programe .when I clicked some Hyperlinks ,IE always appear.how can I browser theses hyperlinks in my browser programe and isn't IE? How can i change Fontsize of text in browser window? thanks
[Edited by jungle on 06-23-2000 at 09:06 P
Restrict dragging of links from web browser to desktop -
I have developed a customized web browser and want to prevent users from dragging hyperlinks(URLs) from the browser to outside (explorer, any other application. etc..)
I have developed the browser using the microsoft internet control component in Visual Basic 6.0
Ex-
when a user
Make My Browser Default -
I have created a simple web browser & want it to be the default browser i.e. associate HTML files with my browser so that whenever a HTML file is opened, it opens in my browser & not in IE.
I referred to this post to first retrieve which browser is currently the default brow
Print/Access Web Browser -
I am fairly new to VB and am using VB version 6.
My form is very simple. It just have a web browser, a print button and an exit button.
My questions are:
1) How do I program it to be able to print out what is on the web browser screen?
2) How do I obtain the content of the current
we
Stop TextBox Flickering Form Resize -
Hi
can anyone suguest any idea or may have some example code on how I can stop Flickering of a textbox when resizeing a form.
Any help whould be greatfull.
tabbed browser... -
im trying 2 build a web browser can annyone help me ..?
can annyone send me a tutorials made for web browser on
wen a button is clicked an extra tabed browser 2 be oppened i mean a multiple tab windows...
and thair close buttons..?
f annyone can guide me on this would b