Webbrowser httpwebrequest trabalhos

Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    2,000 webbrowser httpwebrequest trabalhos encontrados, preços em USD

    The site to goto is <:17&CID=248&MEM=1&CU=auto+seat+covers&S=AZ&QV=02F4F3BE93D5C03FD3CE3203O01F4F0BE93D5C03FDDCE3203O07F4F1BE93D5C03FDECE3203O03F42F3D93D5C03FB3CF3203> What I need here is a dll to get a list of addresses. It needs to go through all the pages and get all the data. Cannot be done with the webbrowser control. Would prefer the XML component or some type of API to be used so it can be as fast as possible. The only property that would be read/write would be URL. That would always be given. The method should be something like getdata. Once done, there should be a collection. The information contained in the collection should be: 1. name of business 2. address number 3. direction (if given). The

    PHP
    $124 (Avg Bid)
    $124 Média
    3 ofertas

    The site to goto is <:17&CID=248&MEM=1&CU=auto+seat+covers&S=AZ&QV=02F4F3BE93D5C03FD3CE3203O01F4F0BE93D5C03FDDCE3203O07F4F1BE93D5C03FDECE3203O03F42F3D93D5C03FB3CF3203> What I need here is a dll to get a list of addresses. It needs to go through all the pages and get all the data. Cannot be done with the webbrowser control. Would prefer the XML component or some type of API to be used so it can be as fast as possible. The only property that would be read/write would be URL. That would always be given. The method should be something like getdata. Once done, there should be a collection. The information contained in the collection should be: 1. name of business 2. address number 3. direction (if given). The

    PHP
    $158 (Avg Bid)
    $158 Média
    9 ofertas
    Browsing Engine Encerrado left

    We are looking for a webbrowser without interface. We need a navigation engine, capable of using scripts (VBS or JS) inside HTML pages. The idea: Creating several COM interfaces to implement Browser, Window and Document. The browser should use WININET for browsing. When loading a page, it should create a holder (based on IHTMLDocument2) to hold it. It then will execute the vbs/js scripts embeded inside the html page, using the IActiveScript engine. The container should also override some methods (like ) and replace them with appropriate calls (using WININET or similar library). The resulting will be a navigation engine, which capable of browsing the internet (including scripts), but without any UI. All we need is html pages, no interface or rendering engine is required. ## Deliver...

    $127 (Avg Bid)
    $127 Média
    1 ofertas

    I am having issues displaying a power point file in a webbrowser. I convert the power point to a .mht or .mhtml file and it runs fine in a browser. I am running in to issues when i try to display the .mht file in a webpage that already contains frames... I am looking for some quick info on how to display the .mht file in a webpage that already is using frames and I would also like to know how to display the power point file (ppt, pps) in a webpage as well with out the open/save dialog box shown. If its not possable to display the .mht file in a webpage already using frames the other method will do.. Please create a VB6 app that will load a webpage with simple frames. add a link that I can click to display the power point with in a frame. ## Deliverables 1) Com...

    $25 - $30
    $25 - $30
    0 ofertas

    I need an application written in VB6 or MS C/C++ with two webBrowser objects in it, but have each access a seperate cache. I need to have a seperate state for each webBrowser object. If the application is writeen in C/C++ it needs to be compiled to an OCX that can be used in VB applications. Each webBroswer object should have a place for its URL and a go button, so the application can be tested. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. ## Platform Win XP, 2000

    $98 (Avg Bid)
    $98 Média
    4 ofertas

    ...hidden fields and back In this project we need some javascript to (1) find all existing session variables in a standard session and convert them to hidden input fields. (2) find hidden fields and convert them to session variables. The aim is to be able to transfer the values of session variables from a session in the main browser to another in a viewing applet that users the IE webbrowser control The coder will not need access to source code for the viewing applet as the required functionality is exactly the same as if session variable were being transferred between browser windows. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that wi...

    $76 (Avg Bid)
    $76 Média
    2 ofertas

    Hiya. I got a program. called "RuneScape - by Jagex Limited" its like webbrowser that runs a game from a website the site contains java applet: *** Foreign Window Microsoft VM For Java(TM) Host Window Class *** Something like that I got from sniffing program SO. my question is... how to get the position of the java applet? Thank you. ## Deliverables 1) Working Code. 2) Source. ## Platform Any Windows

    $30 - $5000
    $30 - $5000
    0 ofertas

    Included is the sample project to show the invoices with gains smaller than specified amounts. In this sample, it should show a list of invoices with gains 5 dollars or less. I already have it so when the command button is clicked, it will export it into html and display it in the webbrowser so I can see the results. What needs to be done is the SQL Statement that will show the gains. Also, it needs to show how many invoices for a customer. Goto <> to download the database because its too big to put here. The relationship is customer.id= One customer may have more than one invoice. That would be a case where it double shipped. This report should show the list of invoices where I either lost money or did not make enough

    $17 (Avg Bid)
    $17 Média
    1 ofertas

    I need code written in VB6 either using Inet, webbrowser, the winsock control or windows DLL calls, whatever is easier for the coder himself (no third party controls) to perform the following tasks programmatically: - Connect to a cargo shipping company web site (login with a user and password) - Enter a shipping cargo code to the web site search form and start the search (for dual situations: the web site search form is always in the same window, and second case, a pop up window opens with the login and search form; I need these 2 situations to be handled by the code) - Retrieve the information the web site finds and writes it into a simple text file VB6 code, no graphical interface required, doesnt need to run as a windows service, there should be possible to c...

    $142 (Avg Bid)
    $142 Média
    18 ofertas

    ...simple apartment threaded DLL to retrieve data from the web. It uses MSHTML and WebBrowser Control. I tried both. In the VB6 IDE environment the code runs like a charm. When I create the object in ASP, I will try to load the url, but will never complete. I am using the following while loop when using the MSHTML Control: toolong = DateAdd("s", 20, Now) While (UCase() <> "COMPLETE") And (UCase() <> "INTERACTIVE") And toolong > Now DoEvents 'GetCompSales = GetCompSales & "GetCompSales1_" & UCase() Wend toolong is set 20 seconds out as the maximum waittime for the load to complete. This should prevent endless loops. For the WebBrowser control, I use the ReadyState property in a similar m...

    $16 (Avg Bid)
    $16 Média
    2 ofertas

    I want to create a background Windows app that would operate in conjunction with IE. Whenever a certain type of HTML document is browsed (recognizable by certain content & ...the user. Ideally, the user could configure the format in which the docs are saved, e.g., HTML, Word or WP. It would be necessary that the app and any doc conversion not affect cpu or IE performance. Another programmer I've worked with mentioned this link, which may be relevant to the technical feasibility of this project: ?frame=true Please no $1 bids -- I'd very much appreciate honest assessments of the challenges/costs involved. North American programmers a plus, but not req'd. Thanks in advance!!

    $400 (Avg Bid)
    $400 Média
    1 ofertas

    ...head of DCS to develop a look and feel for the display of our XML information, creating the needed XSL templates for this display and integrating this all into the VB6 application. If all goes well, more UI work will follow. The application in question will require you designing the look/feel and layout for the XML we send over. The user will be interacting with the displayed page via a webBrowser component inside VB. Certain "clicks" on links will need to trigger events from within VB. You need to be experienced in doing this. ## Deliverables We will only consider those with strong expertise in UI design, XSL template creation, VB and XML and visual basic form design. Resumes are helpful but FAR less important then sending over actual XSL templates that you hav...

    $425 (Avg Bid)
    $425 Média
    8 ofertas
    Camp registration Encerrado left

    php/MySQL for allowing people to register a 5 day long international seminar. Requested features are: -Regsitration page for public -First Name * -Last Name * -Country (the best would be to be able to select from list) * -Address * -Postal/Zip Code * -City * -Mobile phone number ** -other Phone number ** -email address ** -Date of birth * -Tshirt size * -Knowledge (beginner, intermediate, ad...-add people manually -send e-mail to everyone/specific group -import from file (csv) -printing capabilities (printable version, selectable fields) No credit card information is needed. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. ## Platform Server: Linux with apache+php+mySQL Clients are: any webb...

    $198 (Avg Bid)
    $198 Média
    27 ofertas

    ...supported on windows XP. ***Requirement*** We would like Web-Narrator ported to ATL in Visual C++ and developed for Internet Component Download so that it can be deployed on 98, NT, 2000 and XP. This version will only require American English to be spoken. ***Code Complexity*** The code base consists of seven simple dialogs a licensing module and a core engine that utilizes three components. The WebBrowser control contained within , the Microsoft HTML Object library and Microsoft Speech Object library. The project totals around 2000 lines of code. ***Development*** The following modules are to be developed in ATL using Visual C++ 6.0 **ModulesHDSEWebInstall ActiveX component** This component will be used to service the Component Download. If invoked it will simply run t...

    $136 (Avg Bid)
    $136 Média
    5 ofertas

    Using lstrURL, navNoHistory + navNoWriteToCache I still entries in the history list. How can I get rid of these? ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform VB6

    $32 (Avg Bid)
    $32 Média
    4 ofertas

    I would like a Visual Basic 6.0 application to append plain unformatted ASCII text to a text file on an internet server without any process running on the server and without downloading, appending and uploading the text file. Also consider simultaneous access by more than one user (locks?) such that data is not lost. All internet controls available in VB6: Winsock, Inet, Webbrowser is preferable, but will consider shelling to an external. Thanks, Ben ## Deliverables 1) Complete and fully-functional source code. 2) Complete ownership and distribution copyrights to all work purchased. ## Platform All MS Windows

    $37 (Avg Bid)
    $37 Média
    8 ofertas

    Greetings, I need code that can toggle between 'show pictures' on and off mode. Internet Explo...->multimedia, has a check box titled 'show pictures'. This can be used to command the browser to avoid automatic image download when browsing the web. I know how to change this setting in the registry using VB code. The problem is that the registry setting change the setting only during the webBrowser object loading. I need code that will allow to change this setting during a session with one webBrowser object open. Changing of the setting for the open webBrowser option can not affect other webBrowser objects, nor IE. The code needs to be in VB6 and work for IE 5+ and win XP ## Deliverables 1) Source code of the funct...

    $34 (Avg Bid)
    $34 Média
    6 ofertas

    I am working on a project in VB6 that uses a webBrowser object to bring a web site (say ) After the page is finished downloading, I need to save one of the images to the hard drive. The page has to be downloaded to a webBrowser control because it has to be displayed to a user. The image is a .bmp, but the src property (i.e. the URL) doesn't have the .bmp extention. It is generated dynamically, so accessing the URL again, will not result in the same image. Specifics: 1) The application can not download the image a second time, but instead, use the image that is already downloaded on the webBrowser object. 2) The application can not assume, the image is in the cache, becuase the specific image I need saved is not in the cache (unless you find a way to cac...

    $153 (Avg Bid)
    $153 Média
    11 ofertas

    I'm relatively new to XML and was having a problem. What I need is to extract nested element text from s...getText(el) As String Dim i As Long Dim s As String For i = 0 To - 1 If (i).nodeType = NODE_TEXT Then s = s + (i).nodeValue ElseIf (i).nodeType = NODE_ELEMENT & (i).tagName = "BR" Then s = s + vbNullString Else s = s + getText((i)) End If Next i getText = s End Function I'm using the webbrowser control to get the HTML page. I'm sure the answer is simple, hence the low max price. I'm just looking for a line of two of code or an explanation so I can do it myself. ## Deliverables 1) Code snippet I should be able to integrate into my own program. ## Platform IE 5.0+

    $3 (Avg Bid)
    $3 Média
    9 ofertas

    ...code I get the error "The underlying connection was closed: Could not establish trust relationship with remote server." I have tried to add X509 certificates but that did not seem to help. Dim myWriter As StreamWriter = Nothing Dim url As New Uri("https://MyTargetSiteAddress/cgi-bin/"") Dim strPost As String = "name1=value1&name2=value2" oHttpReq = CType((url), HttpWebRequest) = "POST" = = "application/x-www-form-urlencoded" Try myWriter = New StreamWriter(()) (strPost) Catch ex As Exception () Finally () End Try Dim objResponse As HttpWebResponse = CType((), HttpWebResponse) Dim

    $15 (Avg Bid)
    $15 Média
    4 ofertas

    We have written a small Visual Basic appplication which uses the accursed Microsoft WebBrowser Control (). Creating a distribution has turned into something of a challenge, so we are inviting advice from developers with experience of deploying the WebBrowser Control as part of another program. The main issues we have hit so far are: i) Running the Internet Explorer setup as transparently as possible as part of our own setup routine ii) Recognising existing installs and leaving well alone if v5 or above iii) Recognising the Operating System in order to extract only the necessary files during setup We have been using IEAK6 to customise the browser, and IExpress to package the install files. However, if anyone knows a better / more flexible way, we're well ...

    PHP
    $38 (Avg Bid)
    $38 Média
    3 ofertas

    I need some small simple VB6 code to clear the recent MSIE history. My application browses using the webbrowser object as follows URL, navNoHistory + navNoWriteToCache but the sites browsed appear in the MSIE history under Windows XP + IE 6 (but not in W98). I need to make sure that they do not appear at all. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform IE VB6

    $186 (Avg Bid)
    $186 Média
    4 ofertas
    Chat Applications Encerrado left

    We need a Java applet that can be ran in a Webbrowser and need a VB application which will run on an another PC. Actually i need the Java applet and the VB app to do a SIMPLE Text chat between themselves. The user should be able to enter the IP address of the PC where the vb program is running and then the java applet should be able to send messages to the VB app. I need a REALLY simple chat here, no icons/emotions, no buddy list, no fancy stuff. Just only the Text chat, and also only the Java applet should be able to send the Text messages to the vb application, We do not require the vb app to send text messages too to the java applet, it should only recieve the messages from the applet. Also the user using VB application running on another machine should be able to send files to t...

    $82 (Avg Bid)
    $82 Média
    13 ofertas

    The aim of the project is to make a hidden disk area from which Webbrowser controls etc can access files that are otherwise inaccessible to the user. There are two ways that this may be done that we can think of. Either emulating programs like "Hide Folder 2.7" OR (Not so good but presumably easier) making a self installing RAMDISK that initializes when our signed Active X EXE is downloaded from the web. Either way it must work without a restart after loading. In either case the disk or hidden folder would be used to store all the temporary files used by our program but (of course) and the contents of the disk will be cleard when the machine is shutdown. The Active X EXE is delivered in a digitally signed CAB file as would the ramdisk driver. The driver needs to

    $76 (Avg Bid)
    $76 Média
    3 ofertas

    I'm using the WebBrowser control in VB. I want to load it from a variable, not from a web site. You use the Navigate method to load it. If you load it with "about:blank" that sets up an empty document. What I want to do is to have it initialized with this value: Is there a way to load in the web browser control from a string? I've made some progress with using the innerhtml property but its inserting stuff I don't want. I believe that it might work to use a named pipe from within VB; create the named pipe, write the skeleton and open the pipe with navigate2 as a file. Any sort of in-memory file that the browser can read with file:/// would satisfy the requirements. The key is not to create a disk file. ## Deliverables 1) Complet...

    $13 (Avg Bid)
    $13 Média
    4 ofertas

    Super simple task for even an average C++ programmer; attached you’ll find a simple 20 line code for a dll project, you’ll need to adjust it and add a web browser control to show a hard coded URL with the exact display size of 468 x 60 pixels. The dll file is a dummy file to replace Cydoor’s (a malicious adware). Many file sharing programs (like Kazaa and Morpheous) uses it to display banner ads. I will only accept bids after receiving a compiled sample with a test URL of the web browser set to whatever your heart desires. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified ...

    $59 (Avg Bid)
    $59 Média
    1 ofertas

    Hi, I need a small webserver-like fileserver for accessing the files on my office-computer from everywhere. I want be able to access my files over the webbrowser by pointing to the IP:Portnumber and entering my login. Transmission of login must be secure and encrypted. After the login, the directory which I published will appear and I can access/download my files. In Settings, the user must be able to choose which directories he wants to publish; the logins; the Portnumber. The software must run on all Windows versions and the web-based part must run on all available webbrowsers. Thanks for your interest in this project. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package ...

    $60 (Avg Bid)
    $60 Média
    10 ofertas

    I need a procedure or component developed where it can take an html file and convert it into an image. The image can be either jpeg, tif, or even pdf. I need to know a head of time which format it will be converted to. The purpose of this is so if...converted to. The purpose of this is so if there are invoice, then instead of printing them out and rescanning it can just be converted into an image. The parameters should be path of html page and path of new file. If pdf is used, let me know what I will need for this. I currently have the pdf standard edition. The resulting image needs to look exactly like the html page did when displayed on the webbrowser. ## Deliverables The completed project to convert html pages into images. ## Platform Windows 2000, Windows XP, Windows ME, ...

    PHP
    $176 (Avg Bid)
    $176 Média
    7 ofertas

    What i need is the html or javascript code to show how to display an image as thumbnail only. When they click on the image, then on another window the image shows up in full view. If you do not have any pictures, I can provide the picture to use for it. ## Deliverables The html/javascript page to show images as a thumbnail to reduce download time. When clicking on the image, it opens it in full view on another window. ## Platform Windows 98, Windows 2000, Windows XP, Internet Explorer

    $2 (Avg Bid)
    $2 Média
    1 ofertas

    ...regular popups) The method you provide must block web page dialogs before they occur, with options to allow it to appear. We already have a method to destroy the dialog once it appears, but I hate the flicker, so I want a method to prevent it from showing before it ever gets created. Please provide me with sample and method of blocking Web Page Dialogs. Must not have dependencies, except for WebBrowser Control or MSHTML.dll. C or VB acceptable. Must be compatible with Win95/98/me/nt/2k/xp ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership a...

    $42 (Avg Bid)
    $42 Média
    1 ofertas

    I need an ASP page that can automatically capture information from an ebay auction and another one to automatically post another auction. I already have procedures to do so with Visual Basic. However, it uses the webbrowser component. When its a website, that component cannot be used. For the first page, a person just enters an auction number. Then it will capture the html part (excluding images). I need this so I can then parse the page to get relevent information. Do not just have it redirect them to the page, but behind the scenes grab the information then display it on the page. This would be used so based on the information the page can then decide whether to post another auction or not. No parsing is required here, just capturing the information using ASP. The next ASP page wi...

    $122 (Avg Bid)
    $122 Média
    4 ofertas

    ...and also when a "pre-fill" button is clicked. If the form have a submit button, if possible, I want an on/off option to have it automatically submitted after form is filled. One form you can test to pre-fill is here: This is a LIVE form, so don't submit test postings here!! Let me know if this can be done direct in IE/NS etc... or if you need to use the Webbrowser control. You must comment the source VERY well, and the routines must be very clear and easy to use. In your bid you must explain your ideas how you will do this and when u can have it done. IMPORTANT: I need this done very fast! ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that

    $74 (Avg Bid)
    $74 Média
    2 ofertas

    ...looking at it what it needs to do is run unseen watching for me to open my aol email either on one of these aols aol5 aol6 aol7 aol8 now what it needs to do is connect to a server i tell it to and download a list of urls example I would like it to have 2 different options it must read what option i changed it to from myserver if option 1 is picked then do not close the webbrowser i clicked on but just popup a link randomly picked from what was downloaded from myserver if option 2 is there then close the browser that was opened from me clicking on the hyper link, and open one at random from what was downloaded from myserver also look at myserver to tell it if it should be running or not must be a small download run on start up and not eat up resource and never also never

    $100 - $500
    $100 - $500
    0 ofertas

    I am trying to create a ASP/VBScript that will allow a JPEG file to be downloaded rather than opening in a webbrowser. I have tried several scripts posted on other websites but none have worked completely. You can see the scripts I have tried at The only one of those that kinda works is located at This one downloads the JPEG file but for some reason it does not open in Windows. I can open the JPEG in Photoshop but not everyone has a photo editor. I need a script that will allow a JPEG to download and work properly. Thanks, Very Frustrated ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that

    $14 (Avg Bid)
    $14 Média
    2 ofertas
    ITBarLayout Encerrado left

    I need somebody to help me understand how the ITBarLayout registry values works to set the position of the Internet Explorer toolbars. My understanding is that Internet Explorer use that key: HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerToolbarWebBrowserITBarLayout to store the layout of the toolbands (Back button, address bar, links...) I am trying to force a custom toolbar to appear exactly where I want it at installation time. ## Platform Win Everything

    PHP
    $28 (Avg Bid)
    $28 Média
    4 ofertas
    IE Search ToolBar Encerrado left

    To develop a Toolbar for IE which allows users to search the web using the search engin...the logo menu. Not a lot of work involved. I must have full source code upon completion. Would prefer Delphi Coders, but open to other language To get a better idea of things, visit Must be installable via the WebBrowser using a .cab file (I Think) ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request via the webbrowser. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform IE 5 + Windows 95/98/ME/NT/2000/XP

    PHP
    $99 (Avg Bid)
    $99 Média
    15 ofertas

    ...are 1. email addresses 2. the link associated with the email address 3. invoice number 4. description 5. auctionid after the ( and before the,) I cannot include an example of what the first row would be because the site does not allow email addresses to be used in the description. The information must be retrieved programmically, not by simply typing in the information. Can be done by using the webbrowser component or API. The information from the table can either be saved as a tab delimited text file or put into a listbox. If its in a list box, then it must be obvious what columns are what, either fixed width or using a listview. ## Deliverables The source code to retrieve information from the table. Must be completed within 24 hours after accepting the bid. ## Platform W...

    $68 (Avg Bid)
    $68 Média
    3 ofertas

    Enclosed is a sample project which has a webbrowser, option boxes and a command button. When the command button is clicked, it should automatically not only load the page but also follow the link. The link; however is a javascript procedure to run. It should automatically goto it. It cannot use the navigate2 event because the address is javascript:istest('Preview'). That is not a real address. When I do it this way for reals, I get an error. It has to be clicked but through code instead of manually doing so. Therefore, when clicked, it should display the appropriate message boxes, not using the msgbox command but by it running the javascript. If there is a way through code to automatically run the javascript procedure, that would be great. This will be used to automaticall...

    PHP
    $11 (Avg Bid)
    $11 Média
    2 ofertas

    In this project we are using VB6 and webbrowser control. I need to know how to autofill a webpage that uses frames and uses Java script!. The page that I'm trying to autocomplete is I need help with completing the user name and password and clicking the submit button... I also have attached a sample of other pages that I'm having probplem with completing .. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform Windows 9x, NT/2000, XP, Visual Basic 6

    $63 (Avg Bid)
    $63 Média
    3 ofertas

    ... the unit measurement should be lbs and inches. The weight would always be 10. The information that would be saved to a textfile would be the results after clicking the get rates on the second page. The user should not see any of it happening. I will test it by filling out different information and see if it matches the site. Let me know if you will be using the webbrowser control or API. The API would be faster. If the webbrowser would be used, that's fine but it needs to be set to invisible and be able to save the file behind the scenes. Also it needs to goto three different pages overall. The first one to fill out part 1, the second one to fill out part 2 and the third one to save the results. It cannot goto part 2 until part 1 has fully loaded, same with 2 and 3. ...

    PHP
    $41 (Avg Bid)
    $41 Média
    3 ofertas

    I have written an application in VB6 that goes to various websites to read prices on products. But some websites cause the webbrowser control to bring up the message "this page contains secure and non-secure items, display this page?". I have enabled "display mixed content" in the security settings of Inernet Explorer, but this has not helped. I currently have Internet Explorer 6 installed. This is a sort of robot application. I turn it on in the morning and it runs all day when I am at work. Therefore, I need it to be able to automatically click 'yes' whenever it comes across this warning message. I am not concerned about security. I already know that I have a secure connection to the sites I am visiting. This is simply a bug in Internet Explorer. I th...

    $19 (Avg Bid)
    $19 Média
    3 ofertas
    Automatic Surfer Encerrado left

    ...loop(number of loops) for x = 0 to for y = 0 to Get the first navigate to the url Get the first find the link to the first on the webpage click the link (go to the website) surf back to the first Next y Next x End outer loop Finish message box. ====================================================== If possible the prog should not use a visible webbrowser. The referrer() must be recognized on the target url (). (this is needed to analyze my logfiles). The .txt files contain 1 url per line (no seperators). Programm must run on Windows98. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in

    PHP
    $39 (Avg Bid)
    $39 Média
    8 ofertas

    I have some JAVA code that I need integrated into a PHP/mySQL environment. Currently the code is a servlet that launches after a URL is typed in the webbrowser. A login dialog starts that requires a username and passwd to gain access to the program. I need this functionality changed. Upon entereing the URL the login dialog should show IN the webpage (be embedded in it). and once the login process has been validated the main program should start in the same webpage (it should also be embedded in the webpage). If you have the skills you could get a lot of work from me. Please rate your skills out of 10 in the following areas: JAVA: PHP: mySQL ASP: VB6: I look forward to being in contact. This code will ultimately be run from a windows machine, so you will need to install the JRE into ...

    $89 (Avg Bid)
    $89 Média
    12 ofertas

    MicroSoft has made a control called available to the public at ;en-us;311765 which hosts Office documents on a form. I need this for a VB.Net project since .Net has no OLE container, and the suggested substute WebBrowser control is too limited. However there seems to be a bug in this control: when a PowerPoint document is hosted it returns NIL for the ActiveDocument property instead of a reference to the Presentation object. The property works for Word and Excel. This DLL comes from MicroSoft "as is" and unsupported and I don't have the time or experience to fix it (assuming it is fixable). ## Deliverables Either demonstrate to me how the existing DLL can be made to work with PowerPoint documents, or fix the DLL (source is available

    $85 (Avg Bid)
    $85 Média
    1 ofertas

    This is the code extract...which is supposed to perform what I need but I'm not sure if it's right way. I'm sure that it has to be done though DOCHOSTUIFLAG_ENABLE_FORMS_AUTOCOMPLETE..but I'm not able to make it work perfectly well and compile it in dll so that it can be used in VB effortlessly. STDMETHODIMP CMySite::XDocHostUIHandler::GetHostInfo(struct _DOCHOSTUIINFO * pInfo) { pInfo->dwFlags = DOCHOSTUIFLAG_ENABLE_FORMS_AUTOCOMPLETE ; return S_OK; } Basically, I need to enable autocomplete forms and passwords in web browser control in visual basic. Right person can have a full time programming job or big projects waiting for him...if he performs well :) Thanks. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as com...

    $15 (Avg Bid)
    $15 Média
    5 ofertas

    I need a coder who is very good with Jess and Java. Jess is an expert shell system that is used with Java. The database should preferably be ...Thank you. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform Must be able to run in a webbrowser. ## Deadline information Coder must give a report twice a week to ensure that work is in progress database and applet displaying questions have to be ready by 15th january because my time is very limited Only want coders who are highly ...

    $162 (Avg Bid)
    $162 Média
    3 ofertas
    E-Book HTML Compiler Encerrado left

    In my ministry I give away free E-Books. I have designed these E-Books using VB6. The viewer is just a modified webbrowser that shows HTML files. I want a VB6 program to compile the forms and HTML files into a single executable file (just as the commerical E-Book compilers do). One example of what I want to compile can be found at ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Executable package that will allow the software (in ready-to-run condition)to run on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform Windows 9X,ME,XP

    $122 (Avg Bid)
    $122 Média
    7 ofertas

    We had a small php program created for us and now we need someone to install it on our server. Setup Instructions: 1) Edit following the instructions listed at the top of the file. 2) Create Database/Tables by using the file. 3) Upload the files to your webserver. 4) View from your webbrowser to begin. All files will be provided to the chosen bidder, including the database information which we will obtain from our host immediately. They can create the database for us but you'll need to do everything else. We quite often need scripts like this installed so we hope to find someone for this and upcoming projects. I imagine, given the simplicity of the script, that this will be a pretty straightforward installation. ## Deliverables 1) Databases/Tables

    $29 (Avg Bid)
    $29 Média
    37 ofertas

    We have a VB6 active X OCX which uses the webbrowser object to provide additional security during browsing by clearing the IE cache etc. Generally any page viewable with the webbrowser object is viewable with our applet. The reference is working in Internet Explorer but when the same pages are viewed using our secure browser we get the error: '' is null or not an object The pages are in the attachment. To see the error, please place the attched CAB file at C:Documents and SettingsAdministratorDesktop and put and on a server, and put the URL of into the attached page in place of <http://myserver/>, then run test.htm. You can test it on other pages by changing the url sent to the applet. (This is normally encrypted

    $886 (Avg Bid)
    $886 Média
    5 ofertas

    I have added a zip file, this file is a simple web browser created with VB wizard. I added a button control and a textbox control. What I need is when you click on the button a search is done on the current web page “the text in the text box??. The code should scroll to the search word and highlight it. No different then using the find (on this page) in IE. Please bid only if you are confident that you can do this. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform Windows OS

    $48 (Avg Bid)
    $48 Média
    8 ofertas