Posts

Send Messages From My WhatsApp web to Another Number using C#.NET

Image
 Hi all...., Today we will discuss about sending messages through whatsapp web programmatically using c#.net.  it is not a rocket science. Whatsapp providing many API for your business integration. but these apis are not free. they are providing api to use in web application. We are overriding their web link to send customized  messages.  follow these steps... 1.  install whatsapp for desktop in your PC and set the account using QR code and your mobile.   https://www.whatsapp.com/download 2. Open Visual Studio and create a simple windows application form. 3. Place 2 text boxes for number and message. 4. Insert button for calling function. 5.  it will direct you to whatsapp web. CODE ================= create a function like this  private void sendWhatsApp(string number,string message)         {             try              {           ...

How To Develop A Simple Game Using C#

Image
Today I am going to show some simple codes to develop a simple game. It is an egg catching game. so we can call it as an “EGG Catch” (Try to give an interesting name ). This game was developed  in windows forms. Firstly, Complete the primary things. ·          Open Visual studio ·          Select new project ·          Go Through o     Visual c#  à Widows  à  Windows Form Application ·          Name Your Project Resize Your Form , Name it and Change Some Properties (*Only If You Really Need It). Ok, Then we can prepare some images using Paint. Basket  Egg Hens Wall Ha ha ! I am not so good in drawing, so you can draw some good pictures. Anyway I am using it. Design your form like this and place the picture ...

How Can Be A Good Programmer

Image
Everyone love to be a Skilled Programmer, Or a man who can code whatever he wish. Is that possible? Well, It is Possible. But before that you have to make a do list today programming skills are not nature's gift . but we have to achieve it. To become a skilled programmer tomorrow you have to start your practice today itself.  PRACTICE MAKE A MAN PERFECT!   Now I will tell you some tips to attach with your to do list. Fix a language  select a language which you love to code, It can be one or more. Do not try to code in a language which you dont like. Read tutorials Read tutorials of basic programs. Use different websites articles etc to learn Code from beginning  Do not avoid HELLO WORLD program. Start with the most atomic code block. Find something fresh. After coding the tutorial code, try to code something fresh with your own ideas Code two programs a day Try to solve logical Programs