When creating reports, it is important that you are able to obtain all the necessary pieces of information that you need so as to have an effective report. Most developers understand that there is a call for learning about reporting for Visual Studio. When making reports for a new client, there are different methods [...]
Read more…
Posts tagged with 'forms'
Drawing Shaped Forms and Windows Controls in GDI+
This article has been excerpted from book “Graphics Programming with GDI+” Normally, all Windows controls and forms are rectangular, but what if we want to draw them in nonrectangular shapes? We can do this by setting the Region property. The Region property of a form or a control represents that window’s region, which is a [...]
Read more…
Learn how to work with Forms in HTML
Forms are used widely on the Web pages. Web sites collects feedback information, registration details through the forms from the users. If you ever signed up for free web pages, free email services you may be already aware and familiar with forms.
Read more…