Control Another Application From VB?

Nov 15, 2008

I have a file with the following fields productnumber and newprice.

I need to make a robot which can do the following tasks programatically

open an 3rd party Internet application with explorer, fill user name and password, press enter, select product modification button , type the productnumber form the file ,press enter,select the first from a datagrid, press enter, move the cursor to field number 7 which is a textbox with the price, delete the existing price, write the price from the file, press save button and repeat the operation till eof.

View 2 Replies


ADVERTISEMENT

IDE :: Show The Whole Word Application With Tool And Menu Bar Within Webbrowser Control In .net Application?

Mar 12, 2008

i m a vb.6.0 developer and now turned in vb.net. so i m new in vb.net.My problem is given below.i opened the word documents in webbrowser control and it is just showing a document page with rular. But my main problem is that i want to open whole word documents with tool &menu bar in webcontrol. i used the following code which is given below.

WebBrowser1.Navigate("C:dharmchandBlank.doc")i wrote this code in form_load events and when i run my application then it is showing just a page with rular. But not showing Menu bar & Standard or Formatting toolbar.

View 6 Replies

Control A Application From Within VB?

Mar 19, 2012

if it is possible to control a application from within VB and also get the data from that application ? If so any good tutorials?

(Basically i need to find the extension of a video file from the application "Gspot", it requires you to drag a video file onto the application in order to get its fourCC, i would really like to automate this process, and use the data in my program)

View 5 Replies

API Get Name Of Control Running In Different Application

Apr 12, 2011

how to get the name of control on the screen that is running in a different appliation. The getwindowname only gets the title bar and controls don't have title bars. I can get the text from each control , but I can seem to find a way to get the name of it.

View 6 Replies

C# - ASP.NET - Use User Control From A Different Application?

Jul 25, 2010

How do I utilize a user control from Application B within Application A?

Application A is a VB.NET App
Application B is a C# app.

This code attempts to register the control for usage in an aspx file:

<%@ Register TagPrefix="uc1" TagName="Pager" Src="../ApplicationB/Controls/PagingControl.ascx" %>

I get the following error:

Parser Error Message: The virtual path '/ApplicationB/Controls/PagingControl.ascx' maps to another application, which is not allowed.

Can I use Application B's PagingControl.ascx within Application A?

View 1 Replies

Control Application With Code?

Jan 12, 2011

I want to connect a vb.net code , with a different application ( the user denyed from access them untill he enter a password in the vb.net window that appear when he click on that applications )

View 1 Replies

Control Net In Client Application?

Apr 29, 2011

I have created 2 applications; a Server and Client.I need to be able to control the client from server

View 1 Replies

Control Windowsform Application ALSO Via Web?

Aug 3, 2011

I should like to control my old vb.net application also via web.I should like to duplicate few labels/texts and few buttons/checkbox to control some parameters, simply connecting with a browser to a web page. (Not with Ultravnc or similar)So, Adding a web interface at the existing project.

View 2 Replies

Fingerprint Control To Use In VB Web Application?

Mar 29, 2009

I'm trying to find a fingerprint web control to use into vb.net project

View 1 Replies

How To Control An Application Using Vb2008

Nov 2, 2011

I want to control the "My Cafe Pro" application using vb2008 as the front-end. The main function of "My Cafe Pro" is a time logger. The server can control all the clients connected to it (e.g shutdown). I want to control "My Cafe Pro" that even i don't actually open it. For example, i want to create a time code using the vb2008 program, i only click one button and bang!, the code was created on the "My Cafe Pro" application.

View 1 Replies

How To Control Other Windows From A VB Application

Feb 1, 2010

I have a need to open 10+ Unix windows and run 5 or 6 commands on each window. I would like to set up a VB application with a menu so that I can select which Unix windows to open, and which commands each window needs to run. What VB 2008 commands (1)run otherapplications on the same PC; (2) set the focus to another window (3) allow a VB application to send acommand scriptthat will be used by the Unix window as if

View 1 Replies

Put A Winsock Control Into Application?

Nov 4, 2009

I'm trying to put a winsock control into my app using VB 2008 but I'm reluctant to find it. Is there one in this version?

View 2 Replies

Using FileOpenDialogBox Control In Application?

Mar 10, 2010

I am using FileOpenDialogBox Control in my application. I am selecting a bmp picture file and storing in picture control's Image Property but when I am selecting the file by clicking two or three times not by single clicking. why it is happening I want that I will select the file just clicking by single click not too many click.

View 9 Replies

Control Multiple Monitors From My Application?

Aug 11, 2009

I have build custome windows in my application with cust contorl box on the top right corner. Minimimize, maximaize and close button are made by me.

I want to make another button beside that one which will control displaing of windows in multiple monitors environment. So, cllick on that button will list monitors and I send that window to second monitor.

View 2 Replies

Incorporate Script Control With Application?

May 6, 2010

I am wanting to incorporate a Script Control into a vb.net application as opposed to using excel for logic calculations in the background. This is for users to store logic and have it repopulate a custom interface. I would rather store everything in sql server and evaluate it through a Script Control. Also, is there a Script Editor in the .net framework that would allow for entering the code? Maybe intellisensing as well?

I used the MS Script Control, however i don't think it supports the .net functions and is reletively old.

View 5 Replies

Link Application Into A Web Browser Control?

Mar 19, 2010

I have a working Visual Basic application. I wish to have a html page that displays how to use it. How do I link it into a web browser control? This will be published and can't be just typing in the directory name as it may not exist on the client computer. How do I get it to look for the file in my solution explorer? I am using WPF in visual basic 2008 EXPRESS.

View 3 Replies

Looking For Similiar Control In VB Windows Application?

May 22, 2012

The following screenshot was taken from a web based application developed using vb.net. Do we have similiar in windows application form? The program generates the rows from database and represent them in suitable controls such as combo box, text box or just label.

View 1 Replies

Make An Application That Can Control The Volume?

Apr 24, 2009

i want to make an application that i can control the volume just like the volume icon on the taskbar. i did search and only find way to call volume setting using Call Shell("C:WINDOWSSystem32sndvol32.exe", 1)

this is not what i want. i want to call just one volume control trackbar only like the one on the taskbar.

View 4 Replies

Spam Control In Chat Application?

Apr 29, 2009

How do code to prevent spam in my chat application? I mean the sender shouldn't overload my receiver by continuously sending messages....

Should I start a timer after a message is sent or something like that?

View 5 Replies

Use A Control Created In Blend To Application?

Apr 17, 2009

I have created an animated button using Microsoft Blend 2I want to use it in my Vb.net windows application

View 3 Replies

Use The TableLayoutPanel Control In A Mobile Application?

Dec 9, 2009

Is There Anyway To Use The TableLayoutPanel Control In A Mobile Application

View 1 Replies

Use Timer Control In Console Application?

Sep 29, 2010

I am trying to use an timer control in my console application Friend WithEvents XTIMER As System.Windows.Forms.Timer I am getting its all the properties.I have set the interval to 15000 ms.but even if i am setting the enabled state of the timer control to be true,the tick event is not firing

View 4 Replies

User Control In Windows Application?

May 15, 2009

I created my user control for email validation in windows application(C# language).I am using it in the form, if the user leave that textbox it ll show message "E-Mail expected",if its correct value, then it ll be stored in another textbox. How can i retrieve values from the user control into textbox.

View 4 Replies

WinForm Application Tab Control - Enter Key?

Jun 12, 2009

I would like to make the Tab movement can also pressing the "Enter" Key. I have google and found the code which possible to used. But I found its not running fine with me. When I press "Enter" key,it runs fine for the tab movement. But if I put something into my textbox,it only allowed me to put 1 character and it will move next. Because the Textbox 2 can able to put in any kind of numbers. But after add in the code that allowed "Enter" key move the Tabindex,it will move to the next tab index after I lick 1 character.

Code:
Private Sub TextBox2_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox2.KeyPress
If Keys.Enter Then
SendKeys.Send("{TAB}")
[Code] .....
How should I do to make the "Enter" key press work as tab?

View 2 Replies

Add A Scheduler To Application Using A Form Of Timeline Control?

Dec 1, 2011

I'm looking to add a scheduler to my application using a form of timeline control. Can anyone recommend a good control for this use? Something like the [URL]

View 3 Replies

Application That Will Remotly Control Mouse And Keyboard

Jan 22, 2010

Im coding an application that will remotly control the mouse and the keyboard.For the mouse i found this and converted it to vb.net:[code]

View 4 Replies

Changing A Control's Properties In A Threaded VB Application?

May 11, 2011

I am running into an issue with changing properties of controls on a VB.net project that I am working on. The portion of code that I am having trouble with is re-enabling a couple of buttons and a ComboBox after a Threaded operation completes. The point of it is to disable the buttons after clicking the main "run process" type of button (called cmdCrawlSearch) so that the process can run on a new thread while the form is updated with the status. I was able to learn about Thread Safe calls using delegates in order to update the Text property of the TextBox (txtOutput) on the form, and thought that enabling buttons would be just as easy, but when I am trying, I am either getting an "Object reference not set to an instance of an object" exception, or an "Exception has been thrown by the target of an invocation" exception (from the current version of code) with the InnerException being the Object reference exception. I am posting the portions of code related to the issue, then below it is the InnerException name and stack trace. Perhaps I am not using the Delegates correctly (since I still do not fully understand what can and can't be done using a Delegate.) Or there is a better way to do this.

[code]...

View 2 Replies

Choosing The Right Control For Developing Windows Application

Dec 24, 2009

I am looking for a contol either listbox or listview to support my requirements. Basically how my application looks is:

[Code]....

Having said these things. I used to program in VC++6, VB6. But using those version now seems not realistic now as I lost touch. But if I have to use the latest 2008 versions, for which I do not have any experience seems scary. So, If you are reading this , and you have got some experience in these fields or using controls that support my requirement, can you please let me know which programming language or IDE and Control should I use to develop this application. PS: the image is made using mspaint and does not represent actual program.

View 1 Replies

Control - Prevent Another Application From Losing Focus

Nov 23, 2011

I'm creating some software to keep my students on task. I've set it up so that I can control certain aspects of their computer from my computer. Problem is, I'm not sure how to control other applications from my application. I mostly just want to prevent it from being minimized. Some students like to switch screens quickly when I walk by. I would just like to make sure that it is always on top until I specify otherwise. I'm using VB.net, I'm using the 3.5 .net framework for compatibility reasons.

View 1 Replies

Control Batch Application From VB Windows Form?

Aug 4, 2010

I have a VB windows application and I need a way to control input output from this windows application to a batch file.The batch script is quite complex so converting to a VB console application is out of the question because it will too much time.An simplified example is this:I have this batch file test.bat(just for example)

@echo off
set /p choice=name : %choice%
echo Hello %choice%!

In this batch file the user input the name which is then stored in a variable and after the user press enter on the screen will appear Hello + user input.

1. Is it possible to enter the name in a textbox from the windows form and by pushing a send button pass the name to the batch application and then the batch file to continue the operation of displaying the Hello message?

2. After the batch file finishes the operations it will open another console windows (3) with status of the various operations that take place on the system(in my case connected users to a server)Is it possible to hide this child console windows that are generated after my main .bat application finished the operations of opening connections?Can this be done from the windows application or I need to modify the .bat script?

3. Is there a way to collect the console windows output in a textbox from the windows application?One idea that came to me was to redirect the console output to a textfile and then read the textfile in the VB application but I want to know if there is another way.

4. Is it possible to hide this batch file inside the windows application exe?

View 2 Replies







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