Listening For An Event From One Program And Capture It On Another?

Mar 1, 2010

Listening for an event from one program and capture it on another?is this possible, I'm asuming I would want to send a system wide event so I could capture it.My scenarioLet�s say I have this separate Splash animation (a series of png/bmp etc) but instead of having them in the main program itself I want them separate in a DLL/EXE.So how can I raise an event (probably system wide event I would imagine) letting the Main program know that the Splash DLL/EXE has finished it animation so the main app can continue?

View 9 Replies


ADVERTISEMENT

ALERT: Event Handling - Capture The Event For When The F1 Key Is Pressed

Feb 15, 2011

I have alot of experience in working in VBA for excel, but not so much experience in creating my own structures so it's all still a bit foggy. I'm trying to capture the event for when the F1 key is pressed, not just when the form is active, but anytime the program is running. The code below expressing the handling is automatically generated for me in VB Express... But I'd like to change the situation to encompass anytime the program is open. I guess I have to reference events that happen in windows in general, but i don't know how to do it. I think i have to create the even in a class module?

[Code]...

View 3 Replies

Capture A Key Outside Of A _Keydown Event?

May 21, 2009

i need to capture a key outside of a _Keydown event.

I need the backspace button (0X08)

View 3 Replies

Capture Event In Another Thread?

May 6, 2012

I'd like to create a WebBrowser for the purpose of taking a screenshot of a website. Once its finished it will update a thumbnail image in a ListView. I'd like the whole operation to be done in the background so the UI remains responsive.I toyed with Creating the WebBrowser in a new thread and calling Navigate. I can use a loop to watch for the ReadyState of the webbrowser before I do the screencapture. However it will only continue with the thread if I use Application.DoEvents in that loop. I've never been a huge fan of doing this and would prefer to watch for an event instead. However if I add a handles clause to the WebBrowser it doesn't fire (I tried creating the WebBrowser in the thread, and also tried by declaring it as shared within the class scope).

View 3 Replies

Capture [Enter] Key Event

Apr 29, 2010

Ok, so this is VERY simple to do IF I was working with a regular Textbox control. But of course, Microsoft does not have an "AcceptsReturn" property for a MaskedTextbox Control.

So, if the user finishes typing in the MaskedTextbox control and hits the [Enter] key.... How do I capture that key stroke with this type of control? Also, what if this MaskedTextbox is on a UserControl, not a regular WindowsForm?

View 14 Replies

How To Capture The Minimize Event

Sep 7, 2009

I have the following code to control how a form is shut down. Specifically, when they click the red x at the top of the form. My question is, how do I control the minimize button at the top of the page. I want my forms to minimize to the information bar instead. I know how to send it there if I can capture the minimize event.

Private Sub xmlTest_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
e.Cancel = True '--- will not close form

[code].....

View 18 Replies

Capture Event When Value In Datagridview Is Changed?

Apr 2, 2010

I've been searching all over and I'm either not searching for the right words or it just doesn't exist. I've got a datagridview (dgv) on a form with some textboxes that are databound to different fields in the dgv's datasource. I want to capture an event if someone changes a value through one of the databound controls so I can mark the row as modified. I've been going through the dgv events trying to capture something, but I can't find anything that fires when a value is changed. The dgv is read only, so the values can only be changed through the databount textboxes.

How to I know if someone changes a value in the dgv? Is there a setting in the dgv that will tell me if a row is modified?

View 1 Replies

Capture Keypress Event Outside An Application?

Mar 11, 2009

how to capture keypress event outside an application

View 1 Replies

Capture New Window Event From Browser?

Apr 9, 2010

I have a vb form with a webbrowser control on it.my application connects to a website that my company uses to view footage.the problem is that everytime you click on a link on the website it opens up a new window, which basically defeats the whole purpose of me having a browser on my form.

i need to capture the new window and enter the URL of the new window into my browser.

View 12 Replies

Capture Window Changing Event?

Apr 18, 2012

how can I capture the event, if the user f.e. changes from ie to ms word?

View 3 Replies

VS 2010 Capture A CellRightClick Event?

Jan 1, 2012

I have a DataGridView which currently uses the built-in CellClick and CellDoubleClick events. I want to capture a CellRightClick event also if that is possible?

View 2 Replies

Allow The Child To Add A Handler To Capture The Parents Event

Dec 8, 2011

I know generally it is not the best solution for a child to handle an event of parent. Take this for example; Mainform loads UserControlOne, UserControlOne handles all UserControlOne needs to. How ever we need a MenuStrip/ToolStrip. MainForm does not need to know much about what UserControlOne is doing. Other then receive some information on a statusbar. Right now events are controlling this.

The menustrip/toolstrip need to be able to speak to UserControlOne, for example when buttons are clicked on the strips. Would you; Allow the child to add a handler to capture the parents event? Move the MenuStrip/ToolStrip/StatusStrip all to UserControlOne so we can ignore all this event hassle? My Major concern with this is now we have taken all the head ache away from MainForm and crushed it into UserControlOne. Any suggestions?

View 4 Replies

Capture Decimal Value In Datagridview Keypress Event

Jan 18, 2011

i am using the following logic to capture the keypress event in a dataGridView so that I can edit numeric cells but cannot capture decimal value in my code i cannot pass the digit.

[Code]...

View 3 Replies

Capture Enter Button Pressed Event?

Apr 29, 2011

The image below shows a part of my Login form . The program works fine and I am able to login when I press the Enter Button. But I want to Login when I press My Enter Button (Return Button) on my Keyboard. How can I do this ?

View 3 Replies

Capture Keypress Event When Window Is Not Focused?

Jul 11, 2010

i am trying my hand in visual basic 2010

it's a windows form program, what am i trying to do is, when i press ctrl+v (yes pasting) in other program, whether it be notepad or a text box, something also happens in my program.

So i need to capture the keypress event when my form does not have the focus.I would hate to create a windows service for this, but if there is no other way i might have to do it.

View 14 Replies

Handle And Capture Event When Key Wheels Are Pressed ?

Jul 23, 2009

I have to handle a particular kind of KeyDown event. I have made a new virtualdesktop for my GPS Windows CE based thats launch an external program (like TomTom). I have to handle and capture event when key wheels are pressed (volume control). I know only like as "Private Sub Form1_KeyDown()" but this function works only when Form1 is focused... How can I continue to get and traps event when my TomTom is still running and focused?

View 7 Replies

Leave Event Used With TextChanged To Capture New IPAddress Text Value?

Dec 15, 2010

I have a TextBox control being used to capture an IPAddress from the user.I want to be able to allow them to change that IPAddres at which point the new value will be utilized by the appropriate .NET socket class to ping that new address.What other event is used with TextChanged to indicate that the user is done making changes to the TextBox. The Leave Event?

View 3 Replies

Design An Outlook AddIn To Capture New Mail Event

Apr 17, 2009

How To Design an Outlook AddIn to capture New Mail Event In Vb .net. I've been able to use code to read the number of unread email messages in an Outlook Inbox. I'm trying to design a plug-in which will be more functional and Catch whenever the SendReceive event is fired. Can anyone point me in the right direction?

I am writing an outlook addin that is supposed to check for any new email messages. I am trying to attach to the send/receive action that occurs within Outlook (Either auto S/R or manual S/R). I have read on a forum online that there is no such event as a Send'Receive, how ever you can use a NewMailEvent. Can anyone demonstrate how this could be done in VB 2005/2008? I would like the Plug-In to check everytime Outlook receives new email.

View 2 Replies

Possible To Use Exclamation System Event To Validate Data Capture?

Aug 23, 2010

In a Windows XP Pro environment, my system uses a mainframe emulator in a window in which a scanning application is running. The data populating the mainframe app comes from various instruments, scales, barcode scanners, etc.. The data inputs are captured by a winwedge type RS232 data aquisition software.

When all the data is processed correctly, the mainframe application sends an "operation completed" message and creates an exclamation system event associated with a specific sound to inform the user.

My goal is to create a MS Access application that would use the Exclamation system event to validate writing the barcode that was just read to a database without further querying the mainframe, creating a local database. I only want to write the barcode when the mainframe application completed and therefore played the sound.

View 5 Replies

Capture An App Close Event Of Hosting My Class Libary Tool?

Apr 30, 2012

I have a set of tools that I've built as a class library that is hosted/referenced within a main application (ESRI's ArcMap). I'd like to manage the case where a user may pull the pin on the main application while they have unsaved/unmanaged edits pending. I tried handling the Application.ThreadExit event w/ no success. Is there a best practice for accessing the closure of a hosting application in .Net?

View 2 Replies

Windows.form.webbrowser's Newwindow Event Does Not Capture New Window Request

Sep 22, 2009

I used to use windwos.form.webbrowser along with cast of its activeXinstance to shdocvw's webbrwoser to get the newwindows event to force new windows in another tab instead of popup. also capture right click new window requests to another instance of browser in another tab but keeping the security context

[Code]...

View 3 Replies

Capture System Hooks Using Program?

May 20, 2009

I need to write an application that works in background.I'm writing my application in vb .net, but I don't know how to intercept system hooks by using .net classes.I know that there are windows apis such as SetWindowsHookEx, etc, but I just wondering if there is a way to use .net classes or methods such as WndProc.I tried to use it, but it works only if the form has focus active. My application must work in background.

View 3 Replies

Use Packet X To Capture Packets From A Certain Program That Uses UDP?

Jun 12, 2011

I have been trying to figure out how to use Packet X to Capture Packets from a certain program that uses UDP. Does anyone know how to do so?

View 1 Replies

VS 2008 Keyword Capture In Another Program?

Dec 22, 2010

I would like to be able to open up notepad/word/etc and type in a keyword/password and have my program use that text.

The idea behind this is for our CMS application. Want to be able to capture the customer numbers as they are put in and have my program pull all the customer products etc. I am currently able to capture the keyboard text just not how to filter it as it is being typed.

View 5 Replies

Program To Capture A Picture From Webcam And Display It?

Dec 29, 2008

I would like to do a program to capture a picture from webcam and display it.

View 1 Replies

Webcam Capture Program - Object Tracking

May 7, 2012

I am making a webcam capture program in vb.net to scan qr codes. I found some examples that show tracking a certain color, but that wont work because the qr codes have different colors. some are red, blue, purple, black, and green. I am using the touchless sdk to capture the video. How would I go about tracking the person's hand holding a 1"x1" cube? I am trying to reduce the "background noise" that the scanner has to try to read through.

View 1 Replies

Write A Program That Will Capture A Twain Scan?

May 17, 2011

I need to write a program that will capture a twain scan, then let the user input a file name and append a date and time stamp to the file. Afterwards, it should upload the file to a ftp share on our network. As a bonus, I would like it to log the transaction to a SQL server so we can verify the file was uploaded. The catch is, I have almost no programming experience. I have written a small program here and there, but never something that I had to call an outside source for besides SQL. We do have an in-house VB programmer, but he is to busy to do something like this. I wanted to give it a try myself before hiring someone else to do it since it sounds like such a simple program. I know how to layout the basic forms and I can probably figure out how to log the transaction, but I am looking for examples on twain scans and saving to ftp.

View 4 Replies

C# :: Listening For ARP Requests?

May 28, 2012

explain to me how listening to ARP requests in VB.net or C #?

View 2 Replies

Capture Instant Messages Of Msn Live Messenger In Program?

Jun 17, 2011

How to captures instant messages of msn live messenger.How to captures(keystrokes)form live conversion of msn in vb.net.how to create the txtfile of that capture keystrokes of that instant messeges of live messenger MSN.

View 1 Replies

Listening To Incoming Data?

Apr 15, 2010

I'm listening to a something coming in on a serialport every second. how to start an event if there is nothing coming in all of a sudden.

The way I imagine it is on a timer.

Sub timer_tick
if serialport1.readline = "a" then
do something, its ok

[Code].....

View 1 Replies







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