C# - Blackberry Messenger Or Whatsapp API For .Net?
May 10, 2012I want to know that is there any API available for Blackberry Messenger or Whatspp for C# or VB.net??
View 1 RepliesI want to know that is there any API available for Blackberry Messenger or Whatspp for C# or VB.net??
View 1 Repliesi have a very simple winform application in vb.net and i was wondering how do i make it work on blackberry and other PDAs?
View 7 RepliesGet the code of how to Send a PIN message to BlackBerry devices?
View 3 RepliesI have a SQL Server Data Base that I use to keep all my contact information so that I have it in one central location and can easily add more data to it. I want to be able to do two things:
1. Update the Windows Address Book or Outlook Express or Outlook directly from an application on my PC. Add, delete and update contacts and all contact data. Eventually, I would also like to be able to change the options if possible.
2. Update contacts in Blackberry devices directly from a PC application. Again, Add, Delete and Update contacts and all contact data. Currently, I have two Blackberry 9000 Bolds, but eventually I do not want to be limited to only this model, and I will also want to be able to set options on Blackberry devices.
Currently, I update the Windows Address Book with a CSV file created from my Data Base Application and import it using Outlook Express Import. However, Outlook Express will not import or export all fields. For example: Spouse, Birthday, IPAddress, Anniversary and more. I know that these fileds can be updated because the Blackberry Desktop Manager can do it.
It is a pain to have to first Sync Outlook Express with my Data Base and then Sync the Blackberry with Outlook Express. Especially when all fields are not updateable via CSV and the Blackberry Desktop Manager does not map all Outlook Express fields. However, it does map more fields than what are avaliable via CSV which is how I know that it is possible to update more fields in the Windows Address Book.
I use Visual Studio 2005 soon to be 2008 (maybe ) on Windows XP SP 3, 3.0 Ghz intel Pentium IV, and I do know that there is a Blackberry plug-in for VS which I have downloaded but it is not installed (no experience with it nor do I know what it might do to VS).
i want to close blackberry browser on a button event.i want the code in vb.net.
View 6 Replieshow to write such app? Or maybe knows some nice tutorial? I would like to use System.Net.PeerToPeer namespace, but everything I can find about it is MSDN which I can't read without getting mad. Or maybe using "old-school" TCP/IP would more efficient?
View 1 RepliesHow to get and send messenger on windows Yahoo !
View 2 RepliesI'm looking to write a notification application where I'd like to provide popup notifications from the taskbar similiar to the ones in MSN Messenger or most other chat programs.
View 4 RepliesIs there a way to accomplish a messenger of that style:The application has a listbox, a textbox, and a button Every user with the program on his pc can type something in the textbox, press the button and this appears on his listbox but also on every other listbox of people that have opened the program.Is there also a way to get another listbox with the nicknames of the people that are in the program?
View 11 Repliesi am trying to make a messenger client which will work like alerter or similar, so far i have decided to to make two applications,
1) which will send messenger,(sender)
2) which will accept msg and display a alert to user using msgbox.(receiver)
i have started coding receiver, i am using port 6000 to listen to messenger.so far i have made code to listen to port(open/bind/listen)but now i am not able to figure out how to display messages to user received on that port.
Dim RecieveSocket As Socket
Dim PortListen As Int16 = 6000
Dim address As IPAddress = IPAddress.Parse("0.0.0.0")
Dim endpoint As New IPEndPoint(address, PortListen)
[code]....
In this code why it aint working. This prog should send 2 nudges using windows msn messenger.using vb.net 2008
Imports MessengerAPI
Imports MessengerPrivate
Imports Messenger
Public Class Form1
Public WithEvents Msn As MessengerAPI.Messenger
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal
[CODE]...
how do i set my programe to use the internet for like a messenger?
View 2 RepliesSo I'm trying to code a lan messenger in vb.net 2008, but I cannot figure out a good way to do it, i would love it if someone could work one on one with me to develop the code as I would like to learn from this and not just blindly copy code.
View 4 RepliesI have instant messenger that I have built its working great with the assistance of a few of you in this great forum..Now I would like to enhance it alittle more and have not been able to get it to work. So here I am asking you out there again for some help. I want each user that logs in to have a different color font for there messages. I believe it would have to go in the recieve messages from server part of the code. Can you please assist with the code and where exactly I would put it. The code below is for the client side there is also a sever side code not provided unless you need it for this project. [code]
View 3 RepliesWhere can I download a working MSN Messenger API or something like that? I've been looking for hours, but I just can't find a download link.
View 2 RepliesI am manually entering IPs still as the IP variable.
My error is occurring within the RecieveData() method near the bottom and has something to do with threading.
The message is getting through, but will not display in the rich text box I've made to display it in.[code]...
One of the companies I support has a group of people on an isolated network. No access outside their subnet at all. They are on multiple floors and have asked if they can get something like Office Communicator, they don't have email and are tired of making phone calls every 5 seconds. Only there is no budget for Office Communications Server, they are cheap. I can't find any instant messenger programs that connect two computer directly so I thought I would write my own, seems like it would be fun. All the samples I have found on here are more like chats then direct communication between two computers.
View 4 Repliesi wanted to create bluetooth messenger using vb.net for computers.
View 2 RepliesI want to develop a Ip messenger app in VB.Net for all the user connected in LAN.I am able to send message to user according to IP Address.I want a functionality to list all the user which are connected(Using) to this app so that they can receive message.How to check whether the person at other location is connected to the app or not.I first used System. Net. NetworkInformation.Ping and PingReply to get whether user is available or not.[code]Also error is returned after delay if I write this code in try catch block. Is there any quick way to check whether there is a listener at a particular given port?
View 1 RepliesI have multiple chat programs (e.g. MSN, Yahoo *Messenger*, ICQ etc.) where the login name is stored, and I only need to type in the password to log on to in. But it's a hassle to open each and every chat program then login.So, I attempt to write an application where it fetches all these stored chat program's user name into one application under a single window/form (similar to [url]..., but I'm doing a desktop app version). User can then login in to any chat program in one application.The first step is: how can I get or where do I look for the stored user name of a chat program? I looked into Credential Manager, but it isn't helpful.
View 2 RepliesIs it possible to Start Windows Messenger service and set the Startup type to Automatic?
View 1 RepliesIm am completely bored and wanted to make my own version of the palringo chat messenger (just to log into the palringo servers tho) and i have what i believe EVERY bit of the server info i need. [code]...
View 7 Repliesi want my program to sit on the right bottom of taskbar beside msn messenger, clock
View 2 RepliesHow would i start to go about creating an instant messenger?I start with MDI Child Form. But how would i get the messages to be sent instantly? And over what ?
View 4 RepliesIs here a way to detect Yahoo! Messenger popUp window appearing in system tray when an user from my list logs On or Off?[code]...
View 1 RepliesHow to captures(keystrokes) 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 og live messenger of MSN.
View 2 RepliesThis may seem complicated but it's a somewhat basic concept, just probably a complicated execution, I am trying to create a program that will allow you to basically "IM" between computers on a LAN network. That's the concept, I plan on doing this by generating .bat files, executing them and printing the last few messages sent in a label, the big problem I have is receiving messages, I have no idea whatsoever how to even go about finding out how to take the messages received from the messenger service and print them into the label, any ideas?EDIT: This is in VB.Net 2008
View 5 RepliesSo I have had some "free" time at work and came across a write up some where on these forums yesterday for a messenger system. I would REALLY like to give credit where credit is due because alot of the source for this was borrowed from the write up on here but I don't remember where the write up is located or who wrote it so please if you have a link to it post it. Thank you again to who ever wrote it. Any how on to this. I have expanded the origional messenger I found on d.i.c to include multi-user "chat" if you will. It is still a basic p2p messanging system because you can only talk to one person at a time but you can speak to multiple people in the same window. So far I have been able to get it to work across our LAN here at the office but am wondering if I can change the text file locations to an FTP some how and make it internet based. I am sorry for the uncommented code as I was in a rush cranking this out but it is fairly simple so you should be able to read through it with ease.[code]
View 2 RepliesI'm wanting to start some vb.net programming related entirely to msn/windows live messenger My first and only question is... is it possible to write and create messenger bots in vb.net and if so also have the feature for manual text feed...
View 2 RepliesI've been asked to develop a proxy server for Windows Live Messenger that would filter out inappropriate words and replace them with asterisks for example Is this doable If yes then where do I start ?
View 1 Replies