This time, I want to show you how to establish a communication between a Wisej web application and a website which is hosted in a WebBrowser control. The special feature here is that the WebBrowser control uses an iFrame object to show the external website. ...
Read moreWisej gives us a great flexibility to handle images in a Wisej application. A nice way to deal with images is to use Icon Packs. They are useful because they allow you to have all the pictures in an own assembly and you don't have to fiddle with strings in the code anymore. ...
Read moreThis post is about the ComponentTool feature of Wisej and how to use it. The ComponentTools allow you to add extra functionality to many Wisej controls in an easy way. ...
Read moreAfter finishing a business application migration to web, many customers ask us how to deploy their new web application. There are some things to keep in mind but when everything is configured correctly, it's quite easy. In this article I’m going to show you in a step-by-step instruction how to get a working deployment of your Wisej application. ...
Read moreWith Wisej, you can use HTML for many controls. For example, when utilizing a Label control, you can assign a string to the Text property which contains some HTML. In this blog post, I want to show you how to make use of plain HTML elements for the following controls: Label, CheckBox, ComboBox, ListBox, ListView, DataGridView – and how to handle a click event on these HTML elements at server-side. ...
Read more