Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Kind of Instant Messenger
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00609912
Message ID:
00610008
Views:
17
Hi Robert
Do you use VFP7, if so use object browser and add Messenger type lybrary, then you can see al methods, events and properies of this object.

Try this:

PUBLIC ATM_Messenger,ATM_Messenger2

ATM_Messenger = CREATEOBJECT("Messenger.MessengerApp.1")
ATM_Messenger2 = CREATEOBJECT("Messenger.MsgrObject.1")

ATM_Messenger.Visible = .t.
ATM_Messenger.LaunchLogonUI() && ask for password and user id


as you type "ATM_messenger" intelligesense make a good job for you.

Hope this helps




>Hi everyone!
>
>I'm thinking about making an instant messenger (or a kind of it) with visual foxpro.
>According to my knowledge i do have to use wwipstuff - am i right? But i don't know how i could send these messages; maybe someone can give me a hint.
>
>Thanks a lot!
Dominican Republic, a Paradise in America
Previous
Reply
Map
View

Click here to load this message in the networking platform