September 29, 2020 by
Mike In this tutorial, you will learn how to drag an image into your #wxPython application and display it to your user. If you enjoy this video, you may want to check out my book, Creating GUI Applications with wxPython, available on Leanpub and Amazon.
September 22, 2020 by
Mike In this tutorial, you will learn how to add an image to your panel so that you have a background image to put your widgets on.
September 16, 2020 by
Mike In this video tutorial, you will learn how to add icons to your wxPython application's title bar. This is a nice feature to add to your application to give your program some branding.
September 8, 2020 by
Mike In this wxPython tutorial, you will learn how to make your label flash. This is a useful way to get a user's attention when something goes wrong.
September 3, 2020 by
Mike In this screencast, you will learn how to change the transparency of your application. This will allow you to make your application fade in or out.
September 2, 2020 by
Mike In this tutorial, you will learn how to reset the background color of your application to the default color.