Language
Any
Platform
License
Any
i was trying to make a free microsoft word plugin in vb.net. It automatically fills a web form. The main problem with the plugin is that it uses web browser control and once it has filled a form it...
how do i stop the browser from caching reponse pages?
need a solution, pls help!!
I'm sorry, I have submitted my reply twice because my browser temporarily crashed. My excuses.
Hi experts....
i want to know .. is there any tool that allows me to test my website on IE,firefox,safari,opera
Hi All,
I am having a .NET based Web Application. I am tracking total time between request and response using "Fiddler" tool. For the same page on local machine page takes 4sec to load (2 sec on...
Hi all,
i want to disable caching of my web page on the client side.
For this, i am adding a cache-control:no-store header to the out going response in my asp.net page.
It is working fine in...
GentleMen
How To Know When DocumentComplete has Really Happened After The Page
is Really Loaded .I know It Fires Every time A New Frame is Loaded
public class WebBrowserObj:System.Windows...
: Hai,
:
: I am new to Asp.Net programming. I am doing one webapplication in
: Asp.Net with Vb.Net 2005 and database as Mysql 5.0.
:
: While login I am storing the userid as session. The...
: Hi There. I was wondering if anyone could help. I was wondering how
: I would go about interfacing with internet explorer. I am
: downloading a large file currently and would like to write a...
When I use GPS NDrive browser with Pocket PC, running Windows CE or Windows Mobile, I can't access serial port COMx.
It look likes NDrive uses a real serial port instead of a virtual one.
How...
: : : System.Diagnostics.Process.Start("something.htm")
: : :
: : : This is equivalant to the VB6 shell command.
: : :
: : : : I want to create my help files in HTML. How do I get VB.Net to...
: : System.Diagnostics.Process.Start("something.htm")
: :
: : This is equivalant to the VB6 shell command.
: :
: : : I want to create my help files in HTML. How do I get VB.Net to startup...
I wrote a program for a friend using V.B. My friend told me that he use MAC and its browser which is called safari and i suppose it is different from Internet explorer. Does anyone know if there is...
Add a ToolTip control to your form, then select your textbox and a new property 'ToolTip on ToolTip#' should appear in the property browser (press F4).
: Hello Friends,
: I have a questions...
: Hi every One ! Can anyone tell me how to display georeferenced Image in the browser and by clicking the image at any place we need to get the latitude and longitude values regarding to that place ?...
: Howy folks,
:
: Its been long since I've looked into HTML, and recently while developing a HTA application, I needed to come up with a UI that looks like a standard dialog with HTML elements (e...
There is a Folder(FolderBrowserDialog) and file(OpenFileDialog) browser object. Call the ShowDialog method, then take the value for the file or folder path.
~rlc
: Hi. Currently doing file uploading for my project. I am able to copy ifles from user web browser to my virtual directory. However, how do i check if the file already existed in the folder?
:
I...
Hi All,
We are using the web browser DLL in order to get a web browser control for a VB.net development.
When we use the control, we create an instance of it and load a web page into it....