Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Beginning with event handlers in 3rd party software (https://thetfp.com/tfp/tilted-technology/122959-beginning-event-handlers-3rd-party-software.html)

Herk 08-25-2007 01:37 PM

Beginning with event handlers in 3rd party software
 
Here is the situation. I have a piece of software used by the business for which I work. Inside of the software there is a creatable form which populates a database, similar to Access. One of the features of this software is the ability to add text fields, composite text fields, pictures, select boxes, and many other inputs and displays to the form. One of the items you can add to the form is a button. The button does nothing at all. It is just a blank button.

According to the help file, the button is useless with the SDK addon to the software. Ok, so I got the SDK. According to the SDK documentation, I can write event handlers in Visual Basic, and then register them in the software to control how the button reacts.

So now I have Visual Basic, the software in question, and the SDK. Can anybody steer me down the path at the end of which I will have a functioning button? I don't care if it prints 'Hello World' on the screen. I just need to know what the process is here.

xepherys 08-25-2007 08:15 PM

It's really hard to say without the SDK itself, as that likely interfaces external VB scripts into the application somehow.

Herk 08-26-2007 09:30 AM

Well, the SDK filetree looks like this:

SDK
- bin
-- EVHGen.exe
-- EndPluginWiz.awx
-- EvhWiz.awx
-- PrintPluginWiz.awx
-- Regcat.exe
-- RegTool.exe
-- SCAppPluginWiz.awx
- Documentation
-- ProgRegGuide.pdf(I can PM this if needed)
- VB Samples
-- Capture Server
--- VBWorks.bas
--- VBWorks.frm
--- VBWorks.frx
--- VBWorks.vbp
-- Encoder Plug-in
--- encoderplugin
--- EncoderPlugin
--- EncoderPlugin.cls
--- VBEncoder.dll
--- VBEncoder.vbp
-- Event Handler
--- Card Completion
---- Card Completion Sample - VB EvHandler.iwx
---- VBCardCompletion.cls
---- VBCard Completion.DLL
---- VBCardCompletion.VBP
--- Keystrokes
---- demo.iwx
---- EVHSample.cls
---- EVHSample.dll
---- EVHSample.vbp
-- Print Server
--- Card Completion
---- DataEntry
----- CardComp
----- CardCompletionSample.iwx
----- CardCompletionVB.vbp
----- DataEntry.frm
---- JobManager
----- formJobMgr.frm
----- JobMgr.vbp
--- Data Input
---- DataInputSample.vbp
---- Form1.frm
---- PrintServerVBSample.iwx
- VC Samples(Lets not worry about this part as I don't plan to use C++

If you need more, like files or the whole SDK, just let me know, I can email it or something. It is only like 5M, but I don't want to post it. Thanks for any help anybody can provide. I'm a total nub.


All times are GMT -8. The time now is 04:12 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73