Access And Interact With DOM Objects From .net?

Dec 23, 2009

i load a page via WebBrowser.document class, I want to literally "click" elements in the DOM using VB.net programmatically. I dont want to use the classic WebRequest class.how can i do this ?

View 1 Replies


ADVERTISEMENT

Using The BusinessObjects SDK To Interact With Objects In Its Repository?

Oct 27, 2009

The File Class has methods for sending/receiving (CopyTo and Overwrite) binary data to/from the File Repository Server (where files like Crystal Reports are stored), both of which have an overload that supports 'Binary data (safearray of VT_UI1)

View 1 Replies

Access Objects In WebBrowser?

Apr 20, 2011

Can I access elements in the Web Browser object while surfing ?

Like push a button or fill text box ?

View 2 Replies

Open .mpp Files And Access All The Objects?

Mar 25, 2009

I have been automating MS Project with VB.Net. I can open .mpp files and access all the objects I need. Now the customer has asked to open these files from Project Server. I cannot get MS Project to Open with the server connection.

View 3 Replies

Access / Use Objects Created At Runtime

Dec 23, 2010

I'm trying to develop a program that turns matrices into their reduced Echlon forms. The user specifies the number of Columns & Rows for the matrix, which is generated by the following Sub Routine

Private Sub ButCreate_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles ButCreate.Click
'Columns and Rows are specified by the user
rows = TxtRows.Text
columns = TxtColumns.Text
'clears all of the controls(text boxes) from the TableLayoutContainer
[Code] .....
How to do is access/manipulate those newly created textBoxes. After the user enters values to those boxes, I want to assign each of their columns to an array.

View 2 Replies

Access Objects / Properties In An Application From Another DLL

Jan 31, 2006

I have an application which is grouped in a MainApplication and serveral Modules (DLL's) The Main Application is basicly a Form with a NavigationBar on the Left Side (like in Outlook 2003) and an MDI-Parent. There is also a Simple Login Routine on this Form. I store the UserName after Loggingn to a Property. The DLL's holds functionallity and Forms for various Sections for example there is a Employee.dll which holds functions and a form to show all Employees.

On Loading of the Main Application I loop trough all dll's in a "Module"-Folder and extract NavigationItems from them which I add to the MainForms NavigationPanel. I don't have a reference to the Modules because I want to make it as flexible as possible so that it is possible to delete a Dll form the Module directory in order to remove the functionality from the MainApplication. The Modules could work also without the MainApplication if they are Complied as an exe insted of DLL of course. This works fine so far.

[Code]...

View 2 Replies

Access To Objects In A Sharepoint Site?

Mar 3, 2011

I have an application in vb .net that I would like to have access to objects in a sharepoint site. Some of the things I would like to do from vb is create folders in my sharepoint site, have access to files that are on my sharepoint site. We have sharepoint servers at corporate so that is where my site resides.

View 4 Replies

Access Database Connection And Work With It Using ADO Objects?

Oct 11, 2009

I opened vs 2008 and used the server explorer for the first time to create a connection to my SQL 2005 db. The solution explorer pulled in all the tables, the database diagram etc. My question is how do I access that database connection and work with it using ADO objects? Do I need a reference to ADO?

View 4 Replies

Access Dlls Functions / Objects Using Script?

Apr 2, 2009

Accessing Dlls functions/objects using VBScript

View 2 Replies

Access Objects By Using Their Names As A String, Instead Of A Object?

Mar 15, 2012

I don't know if I explained this in my title, this is what i want to do. (In VB on a active server page) I have 5 buttons called but1.....but2. Right now I have the following code to make them invisible

but1.Visible=false;
but2.Visible=false;
but3.Visible=false;
but4.Visible=false;
but5.Visible=false,

Is there a way to access the objects by using a string, example

for(i=i;i<6;i++
items("but"+str(i)).visible=false

View 1 Replies

Access Objects I've Assigned To Repeater.DataSource?

Jul 15, 2011

I have a Repeater Control which I bind to a list of Products

Repeater.DataSource = ProductRepository.GetProducts();

Later (in another module), I need to retrieve the products from the Repeater, but it seems not to work with Repeater.Item.DataItem (which is then null).

My question is, is there any reference to the products in the Repeater-Items? Or do I have to set it myself via id field etc. What would be the easiest way to get the "underlying" product objects?

View 4 Replies

Office Automation :: MSChart Objects - How To Access In Vb

May 2, 2009

I was given a ppt slide with 12 chart objects and a text box for each. see the zip attachment. This is a collection of metrics that we track and chart monthly. The previous custodian of this duty would manually open each and update the datagrid for each and add comments as needed. I want to automate this process using vb2008 express. I have a basic handle on windows forms and sql tables, but don't have a clue how to access these chart objects and text boxes in the ppt slide. I've tried adding the slide to my project - like an image, but nogo.

I thought I could update the slide using my form controls, taking data entered on the data grid, create my SQLdb and update the slide. There is a one to one relationship for each item on the form and the ppt slide - 12 ea (charts & boxes) on both. My issue is how to define the chart object (mschart) in vb and update the ppt slide.

View 7 Replies

VS 2008 Anyway To Access Those 'objects' And Just Throw It On Screen?

Oct 22, 2009

url...If you check out the images on that website you will notice that in their program, it has the textbox and user icon thing and everything and they have transparencies set.Is there anyway to access those "objects" and just throw it on the screen? How exactly are they doing that? Did they make their own graphics? And if they did, how are they letting it do the transparency, because I know laying a picturebox over a picturebox won't accomplish that.

View 10 Replies

Write And Modify OLE Objects Column In Access 97?

Jan 28, 2009

I want to do the following in Vb.NET 2005 windows form

1. saving Ms-office documents in Access 97 using VB.NET

2. Opening the saved document in Access 97 using VB.NET and show to user after user clicking a link correspoding to the record

3. After user modified the document/xls file, it should once again save into Access 97 database.[URL]..This document explains how to open and save a document from BLOG fields.But without physically saving the document into local hard disk, is it possible to open in OLE control? and after modifing saving back to Access 97 database.

View 3 Replies

Access Objects On A Dynamically Created UserControl And Tab Page

Dec 2, 2011

Access objects on a dynamically created UserControl an a dynamically created tab page. I can usually find the answers to most of my questions via the Google Gods, but not this time. I hope the collective that is StackOverFlow can help! I have a form that has a TabPageControl and on that page a collection of labels and text boxes via a usercontrol.

On the form I have a button that allows the user to create a new tabpage, when the code adds a new page, it automatically adds the UserControl collection, all good so far. I can't get my head around how to access the objects on the newly created tabpage. What I need to be able todo is take the index of the tabpage that has focus and translate that against the UerContol name, but I havn't a clue how to do it! [Code]

View 1 Replies

OLE Objects (Pictures) From Access DB And Visual Studio 2010?

May 16, 2011

I have a class assignment and I am having some difficulty with an Access 2010 database and OLE objects in the database. I have the database imported into the project and I am able to view the records from the database that I have in labels and combo boxes.

I used the database DataSoure wizard to create my connection string and import the Access database. In the DataSouce window I set the DataSet for the "Flag" column that contains my pictures to use a picture box object type and added the data bound object to my form.

When I run the application all the field from the database show as expected however, the picture box object does not display the images from the database. When I check the picture box object in the designer the properties window shows that the image source is bound to my database with the little database icon and the data bindings are all correct.

View 7 Replies

Forms :: Interact With Cmd.exe?

Mar 12, 2010

Have a Windows app that needs to interact with a stand alone program that is accessed using cmd.exe. From Windows app, I can execute cmd.exe but cannot interact with it. Tried SendKeys, but this only sends one key at a time (sometimes more, but inconsistent) with multiple cmd.exe windows opening. Need to be able to send a whole command (string) to only one cmd.exe window.

View 1 Replies

Interact With Another Program?

Feb 18, 2009

[URL]

I am trying to send keys to another program but i dont know how to write the code to do it and would i have to add a path to the other programs .exe?

View 5 Replies

Interact With API To Pro/Engineering?

Nov 10, 2011

I am trying to Interact with VB API to Pro/Engineering.I got some information that we can add Reference Pro/E dll using Add Reference -> COM then we can use it.But I have issuse that how to get current session which is already runing in my machine? how it will find object of Pro/E (like one shape already created)?

View 7 Replies

Can VB Handle Apps That Interact Well With The Web

Jan 12, 2011

I'm looking to pick up a programming language. I've viewed some source code of both VB and C# and VB looks like something that I can pick up well.My question is can VB handle creating apps that will interact with the web? Things like signing me into accounts, downloading information, things of this sort?

View 2 Replies

Display And Interact With A Website?

Apr 9, 2011

how to display and interact with a website, at the moment its just research on how to go about it. Once i start i may need some more assistance. But for now just research At the moment Ive came up with using WebClient and HttpWebRequest/HttpWebResponse to interact with website data. And i know VB.net has an inbuilt site viewer (just a wrapper for IE).The website im using is an Intranet page for doing VOIP calls. It uses a large collection of JS(jQuerry) mostly. I can probably get the dev to make a .php file to

<?php
print_r($_GET); Prints all GET variables in a quite readable manner.
print_r($_POST); Prints all POST variables in a quite readable manner.
?>

to find out what GET's and POST's there are, but I'm not sure if JS stuff gets put in as a GET or a POST as its in the DOM.So all in all,I'm wanting to make a "Desktop" variant of there client. So basicly just a viewer of the dial pad. And detection of new calls in the queue, things like that. So i want to read data from the website, display the dialpad(just showing a segment of the website) and send the request to accept a call(and maybe a few other small pieces of data).

View 6 Replies

Have An App Interact With Another Running Application?

Aug 3, 2011

At user login, launch an app I have created. This app opens a web site in a webbrowser control, logs the user in to the web site, and parses links from the resulting web page. These links are links to launch citrix sessions on another farm.

Create another app that appears on the start menu for the logged in user. User clicks on this app, it communicates with the launch app to basically click the href associated with the citrix app within the webbrowser control. Then this app will go away...

I have already coded the first app and figured out how to click links within the webbrowser control. What I can't figure out is how to go about implementing the second app, that runs as a separate app, but communicates with the first app to do its business. I see a plethora of options such as MFC, AppDomains, RPC, and so on. My question is which is the best practice to have one app interact with another and have the other app take actions based on that interaction? I prefer to stick completely to vb.net.

A good example of how I would like this to work - a web browser (IE, FF, whatever) is open on the desktop, user clicks a link in an email, link opens in running browser. An action in the mail client causes action in the browser.

View 4 Replies

How Do Ito Interact With An Excel File

Feb 17, 2011

Im not understanding something or I am missing something.I can't use: "Imports Microsoft.Office.Interop" as it is not recognized.How do I interact with an Excel file? None of the examples I have viewed have been able to work.I opened one VBform (only the form) by ".paul." (in his sig) but could not get it to convert to 2010 and although I was able to get his code loaded I could not use any of it.The strange part is in his module there were no errors, import (copy and paste) any of it to my project and everything had errors.I believe .pauls.'s example was:"Imports excel=Microsoft. Office. Interop" which was not being accepted in my project.

View 11 Replies

Interact With Form Behind Topmost?

Aug 25, 2011

I am trying to write a program that displays a medium opacity image as the topmost form. that I can handle, the part that is giving me trouble is that I want windows to "ignore" the topmost picture form and allow me to interact with any forms behind it (mine or otherwise) as if the see-through form isn't there. I have searched all over but cant seem to find a way to do this.

View 8 Replies

Interact With Webpages Using Programs?

Oct 7, 2009

Basically all I want to do is to interact with webpages using my programs.. To be more clear, Im trying to make a chat client, but theres one thing that I dont know how to do.. For example, I want to write "hello" and press the "send" button, so it will send "hello" to the chat room... Or better yet, Let me give you a better example.. Lets suppose I wanna log into my space, but I wanna do it trough my application, so when I write the email and the password it will log into my account.

View 2 Replies

Interact With Windows Messages?

Oct 5, 2011

I'm Writing a program for my VET IT class at school, so other IT students dont ruin computers we have set up. the program is working great, with only one problem. the program carries out its task, even during debugging (Although it shows an error.) the problem is with windows. in order to stop users from pressing the windows key, the program turns of windows explorer when run, and turns it back off afterwards. before doing this, windows asks for permission. does anyone know how to use visual basic to automatically interact with this messagebox?i have uploaded a video showing my program in action and the problem. (Will Comment With the video when it is done oploading 108 minutes remaining...)here is my code

<REMOVED MALICIOUS CODE>

Below is an image of the error message i receive in visual studio, and when running the .EXE from the [attachment=25889:Untitled1.jpg

how do i automatically lcick continue on this error box, because my program runs fine when continue is clicked...

View 1 Replies

Program To Interact With All Associated Files?

Nov 3, 2010

How I can make my program to interact with all files that associates with, for example when u install adobe reader all pdf file get the icon of adobe and then are opened using them.

View 2 Replies

VS 2008 Interact With A Service?

Jul 13, 2011

I have never interacted with Varbiles outside of the projject but now in need of it.I am developing a Windows Service Application that is multi-threaded. There is going to be a set of Global Varibles in the application that contain basic status information such as how many threads are currently running, What clients are currently connected etc.

Now I would like to develop another application as a monitor. This one would be a Windows Forms App and its sole purpose is to display to the user this information so that is can be monitored.Is there an easy way of doing this? If not I don't think I will bother as the Monitor is not essential.

View 1 Replies

Interact With External Windows Dialogs?

Apr 27, 2009

How can my VB.net application interact with windows modal dialog boxes?

For example when you click an HTML <input type=file> the dialog that opens is a windows form that isn't in my application, so how can I manipulate it?

View 4 Replies

Optimal Way For A Service To Interact With User

Feb 10, 2011

My application needs to be a service (it needs run regardless of whether a user is logged on), but I also need some sort of client control/oversight over what it is doing. What is the optimal way to do this?Write a separate application to communicate with the service application - I see that as best solution in terms of stability, since the applications will be decoupled somewhat Use callbacks on system events in the service application to load UI forms directly from the service application - I see this as being easier to deploy.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved