RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

SendText

hcker2000

Wanderer
SendText

Can the newest SDK send text to clients thats tital bar arnt "ultima online"? If so an example would be great.
 

Revan

Sorceror
uh.. i dont think it works that way..
the client your trying to use is prolly not the real uo client... or something..
 

Arya

Wanderer
With Razor out, you shouldn't rely on the window title anyway. I suggest using the winapi function FindWindow to search for the window through its class name, and SendMessage to actually send the text. It takes more work on your side than using the SDK, but you're safe against different titles. Also it's faster than the FindProcesses function that I guess the SDK is using.
 

krrios

Administrator
I'm actually unsure why I decided to use a window name search--I've used FindWindow with the class name for all other similar applications. I'll see about getting this fixed for the next release.
 

Phantom

Knight
I can answer this question I think.

When he gets it done, he will post it, he is a very busy man and doesn't need to be trying to guess when he will get stuff done.
 

psz

Administrator
Actually, I would say in the case of asking krrios SPECIFICALLY a question, DON'T use a forum, use a PM.
 

[Shaman]

Wanderer
if you are trying to make something like uoloop or Dundees Other Hand, you don't even need the sdk...
i made NLoop (for the shard im staff on) and a prog that can store certain text under a button without using any sdk, i used vb6 with the postmessage api ... should be powerfull enough, unless you want to use ctrl/alt/shift .. in that case you have to use the sendkey function :?

Have Fun
 
Top