Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 1559

Question about Assignment operators

$
0
0
Hi, how to convert this code C# to Visual Cobol?

 

WhatsApp wap = new WhatsApp(FromNumber, password, nickName, false, false);


wap.OnConnectSuccess += () =>
{
   MessageBox.Show("Connected to whatsapp SuccessFully...");

   wap.OnLoginSuccess += (PhoneNumber, data) =>
   {
     MessageBox.Show("Enterned");
     wap.SendMessage(Phnumber, message);
     MessageBox.Show("Message Sent Successfully...");
    };

  wap.OnLoginFailed += (data) =>
  { 
   MessageBox.Show(data);
   MessageBox.Show("Yes Failed login : {0}", data);
   };

  wap.Login();
};

wap.OnConnectFailed += (ex) =>
{
MessageBox.Show("Conncetion Failure");
};

wap.Connect();


Viewing all articles
Browse latest Browse all 1559

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>