VB6 Sending and Receiving issues
Hello.. I'm new to the VB language. Other than creating Calculators, Converters, and Data forms from excel docs I'm clueless. Iv used RunUO for years and I'm egger to co-inside the to as a Custom 3rd party tool.
My main issue is Sending and Receiving Info from/to my running UO Client. Below is 2 examples of what I'm shotting to learn.
Sending Exp:
Lets say I have a Form named FrmSpeek, with in it a Command Button named CmdSend, and a Text Box named TxtSend. My goal being to type something in TxtSend and click on CmdSend, Thus sending the Text to my running UO client as speech (w/out the need to hit Enter on my client)
Retrieving Exp:
Let’s say I have a form named FrmFastCasting. With in it 3 Text Box.s named TxtNeckFC, TxtWristFC, and TxtTotalFC. Also a Command Button named CmdGet. My goal here is to click CmdGet display the current FC on my Neck and Wrist. Adding the two together getting the Total FC.
I know this an stupid silly thing to ask the pro's but its something that would realy help me out alot. Thanks
|