• Home

  • Technology

  • Looking Glass

  • Wizdome

  • Team

  • Jobs

  • Contact

  • Blog

  •  

    Adding a InputBox() to any c++ program

    June 14, 2019

    |

    Michael Haephrati

    Introduction

    There are several building blocks in programming that are available in most of the languages and make life easy. For example, the ability to pop up a message. In Win32 that would be MessageBox(). Another building block is Inputbox. InputBox() is a very hand...

    Read More

    Creating a Console based window for debugging

    April 21, 2019

    |

    Michael Haephrati

    An article by Michael Haephrati

    Read More

    Sending WhatsApp messages from a Win32 c++ program

    November 4, 2018

    |

    Michael Haephrati

    Introduction

    I was looking for a simple API for sending WhatsApp messages to a group of programmers at Secured Globe, Inc. There are several service providers and we have chosen one of them (WhatsAppMate) and started a free trial. However, their code samples for using t...

    Read More

    Creating a .cab archive from one or more files

    August 25, 2018

    |

    Michael Haephrati

    Introduction

    Microsoft requires drivers developers to pack the drivers files into a single cab and code sign it. I was looking for a way to do so programmatically. I found the MakeCab tool but from first look it allows passing one parameter for the file, so I was lookin...

    Read More

    How to fetch user's email address

    August 20, 2018

    |

    Michael Haephrati

    Introduction

    Following a question in Stack Overflow, I wrote this article which is about finding the user's email address, or several email addresses if he/she has. 
     

    Background

    I looked at the Registry to find out how to do so, by searching for my own email address at t...

    Read More

    Integrating a Desktop application with Pay Pal in c++

    July 3, 2018

    |

    Michael Haephrati

    Introduction

    This article was written following a need to integrate PayPal Express Checkout in a c++ Win32 application.

    Background

    I was thinking about integration in the background without any website other than the payment page as part of a desktop application in c++. W...

    Read More

    Tailor made licensing

    March 14, 2017

    |

    Michael Haephrati

    The are many Licensing and copy protection products in the market. Some of them are good and some are better. We at Secured Globe, Inc. do out best to make our propriety licensing system, Wizdome, the best in class. We keep enhancing it, testing it and adding more feat...

    Read More

    The Secrets of Google Chrome Credentials

    January 31, 2017

    |

    Michael Haephrati

    Michael Haephrati, CEO and founder of Secured Globe Inc. dives deep into Google Chrome credentials and reveals the secrets behind it.

    Read More

    The Secrets of Internet Explorer Credentials

    January 31, 2017

    |

    Michael Haephrati

    Internet Explorer allows two methods of credentials storage: web sites credentials (for example: your Facebook user and password) and autocomplete data. The data can be easily retrieved by anyone who knows how. This article will show you how.

    Introduction

    This article is...

    Read More

    The Secrets of Wi-Fi Credentials

    January 9, 2017

    |

    Michael Haephrati

    Michael Haephrati teaches the secrets of extracting data from stored Wi-Fi credentials on a given PC

    Read More
    1
    2
    3
    Next >
    Please reload

    Featured Posts

    Error Message: Saving Changes Is Not Permitted

    May 3, 2016

    How the AmigaHASP was born

    September 13, 2013

    Integrating a Desktop application with Pay Pal in c++

    July 3, 2018

    1/4
    Please reload

    Recent Posts

    Adding a InputBox() to any c++ program

    June 14, 2019

    Creating a Console based window for debugging

    April 21, 2019

    Sending WhatsApp messages from a Win32 c++ program

    November 4, 2018

    Creating a .cab archive from one or more files

    August 25, 2018

    How to fetch user's email address

    August 20, 2018