Company App Runs Off Internet Explorer But Can't View The Source Code?
Mar 3, 2011
I'm creating some buttons in Word 2007 that I want to use in my company application to make our teams life easier. The application is a server application but when it loads it goes through our internet explorer.If I could reveal the source code then I could get the ElementbyID to hook up the button to the text field in the application.When the application loads I can quickly right click on view the source code and it is written in C#.This is one of the id's i was able to grab
id="upEnvironmentHidden" value="PRODUCTION"
How can I make it possible to view the source code of this application...also the internet explorer will dissapear and then the application is launched.
View 1 Replies
ADVERTISEMENT
May 17, 2010
I am using IE 7 and Vista
View 3 Replies
Jul 14, 2011
I am working on this project and I am getting confused. I have my basic Html editor. Now I am suppose to allow the user to load an HTML file(source code only from the internet, when the user selects this feature provide a textbox and button to enter the URL. I have no clue how to do this. I been looking online and I am not finding anything it is not in my book either .[code]...
View 5 Replies
Aug 30, 2009
1- I want to know what's the windows service project and how i can use it.
2- I want to know how i can making tool bars for my windows explorers , IE explorer and to fire fox internet explorer.
3- I want to know how i can making add-ons for my VS 2005.
4-Can i change my Form Opacity Without Changing My controls Opacity
View 1 Replies
Jan 27, 2011
i have a source codes of type ( asp.net master page , asp.net server page , vb) and i want to view the (output of them)how i can do this in visual studio 2010 ?i am not who write these codes , but i have to view the output to evaluate them
View 3 Replies
Mar 6, 2011
I've been trying to make a program which access the internet and takes the source code from the webpage. I've copied this code from the internet:
[Code]...
View 2 Replies
Mar 12, 2009
Yes I made A webrowser In Visual basic 8 & I was woundering Like How Would I view The web Pages Source Code In My Program.so like I type in the textbox1 like [url]...
View 5 Replies
Mar 11, 2010
I switch from vb6 to vb.net.. and it's not that easy to familiarize .net syntax here's what i want..
1 webbrowser1
1 button1 ( multiline )
1 textbox1
how can i view the webbrowser1 source code in the textbox1 by click the button?this can be done in vb6 by saving the html file to text then opening the text..
View 2 Replies
Jul 24, 2010
I have a source code for C# console application (the consol is a single class application). I want it to be viewed in a textbox VB form application. Is this possible?
View 9 Replies
Mar 7, 2012
I want to see the source code of Microsoft.Visualbasic.Financial.IRR how would i break it and how would i seee the sorce code of IRR method of financial class?System{" df -k | awk '{sum += $4 }i; END {print sum} '"};
above line is not useful I've tried to view it using different software but it will not work for me is there any software that will view it source code.
View 3 Replies
Jun 6, 2009
I want to use one button and one textbox to view the HTML Source Code for current Web Pages,or use vbscript(but not use the method of xmlhttp)
View 6 Replies
May 30, 2012
how to view explorer in list view control?
View 1 Replies
Dec 2, 2011
What I am looking to do is write a VB.NET program, as a service that reports anything on client1 that I want (say the fact it is online) to a database on the internet, so I can look on management1 and see the online status of the machine (assuming management1 has a connection to the online database).
What is being reported doesn't matter, what I am looking at is a starting point to create a system like that. I have googled obviously and come up with nothing, I'd just like a "starting point" or some documentation to look at for creating something like this. The service doesn't look too difficult but the periodic reporting of online status or ANYTHING to any kind of database is not something I am sure how to deal with.
I already have setup a VBS that reports information to an ASP script that then places it in a database but I don't know how I would create say a "keep alive" connection for a vb.net service.
View 1 Replies
May 29, 2010
I am using WebBrowser1.DocumentText to get a websites source code, and then parse a string. I am trying to view the source line by line, and doing it as follows:
[Code]...
However what is displayed is each character from the source code, rather than the line. I am making the client log into a website, and the needed value from the source code is then parsed, so I need to use the WebBrowser type to get the source code.
View 2 Replies
Jun 9, 2011
how to find the internet explorer go evenmt in vb.net
View 1 Replies
Oct 11, 2009
All schdoc.internetexplorer object becomes system.windows.form.webbrowser..That's actually webbrowser control rather than internet explorer object. Also if webbrowser1 is the object, I cannot hide the object remove toolbar, status bar, and many other things.
View 4 Replies
Aug 2, 2009
am using vb2008, and i was wondering how to to get the content in an input field in a webpage displayed in Internet Explorer, so when i hit a button for example, i get the content of the input field(usually texbox) in a textbox inside my app. note that am not talking about using the web browser component, but a running instance of ie
View 1 Replies
Mar 12, 2009
I want to be able to make Internet Explorer navigate to the "about:blank" page every time its user navigates to a wesite that is blocked by the HOSTS file. Does anyone know the code that I can use to do this?
View 18 Replies
Feb 5, 2009
I'm interested in how to open Internet Explorer from Visual Basic[code]...
View 5 Replies
Apr 18, 2010
i have a Developer. have devloped application in vb.net. Now my customer says he wants to run that application in internet explorer so that can meet lots of customers for him. how can i run vb.net application in internet explorer?
View 1 Replies
May 23, 2012
I'm working on a website in which a user enters a name and then presses a button that prompts the server to create a pdf file according to the information provided, and then sends the file to the user.
I'm testing the website on my laptop without IIS.I needed the pdf to be hebrew and couldn't find a pdfwrite with vb on hebrew; instead, I create a MS Word document and then convert it to pdf using the code below.
This works fine on Firefox, Chrome, and Safari, but on Internet Explorer the page disconnects before the download. It disconnects when the create word statement is executed.
[Code]...
View 2 Replies
Jun 24, 2009
I have some code that is supposed to automate a textbox on a webpage. The problem is, it only works half of the time. The text either displays or does not display. I added the internet controls as a reference but the HTML object library would not get added. Everytime i would go to do this, it would freeze.I also tried doing it two ways. The way that is commented out, always produced a null error. If i change the website to google.com, it works perfect everytime.[code]
View 3 Replies
Feb 22, 2010
Before I start, you'll probably tell me to search the forum to get the answer.But really I am searching net + this forum from last 5 days to get solution for this problem but unable to find..So here I start, probably not a new problem.
View 10 Replies
Jun 29, 2009
I'm struggling with my web browser. It all work and I'm trying to crack the tabs which Internet Explorer 8 has. This code makes a new tab by copying it from a hidden tab: TabControl1.TabPages.Add(TabPageTest)
View 4 Replies
Dec 14, 2009
Anyone has a sample code of using this
InternetgetCookieEx
Say I want to get all cookies from internet explorer objects.
View 3 Replies
Oct 11, 2011
There are certain sites that require login to access certain parts of the site, now the user logs in through Internet Explorer, and now I want thet a web browser will have access too - like that Internet Explorer got. In short: login with IE, and Web browser will got also access to site like Internet Explorer.So if there is a way to do it, i will happy to know.
View 3 Replies
Aug 18, 2009
I have an application in VB2008(GUI) and MySql as database. I want show my interface in Internet Explorer. How does this interface work on web access.
View 1 Replies
May 27, 2010
I am facing trouble in my application. What I need is when I press search button a URL should be passed to IE. Irrespective of how many times I press Search. Every time it should open in same windows instead of opening in a new internet explorer. I have used shdocvw.dll for the same. Here is my code: I have decleared following as global decleration:
[Code]...
View 1 Replies
Mar 23, 2009
Im basically stuck for ideas but I would like to create a program that prints i.e. I have a folder with x amount of .htm files e.g. reports that I would like to batch print. Instead of have to open each one and print in Internet Explorer I'd like to automate this process.
View 2 Replies
Jul 17, 2011
I am working on a project where I have to automate Internet Explorer to perform certain tasks. In this context, I have a small snippet of code which creates Internet Explorer Object and navigate to Microsoft website. When I run the code from VS 2008, It works fine and IE is visible. but when I publish the code and run from IIS, it works again but IE is in invisible mode.My Question is how to make the Internet Explorer visible?I also added the impersonation to web.config but the problem still exists.
Code is as under:
Imports SHDocVw
Partial Public Class _Default
Inherits System.Web.UI.Page
[code]...
View 2 Replies