vbnet

Disable/Enable Close Button in Windows Form using VB.NET

Submitted by donbermoy on
This tutorial will teach you how to create program that can disable and enable a close button in the windows form using vb.net language. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add a GroupBox and two buttons for Disable and Enable Close button named Button1 and Button2 respectively.

Pemrograman grafis dengan VB6 by Rizky Khafitsyah (Graphics programming with VB6 by Rizky Khafitsyah)

Submitted by RizkyKhafitsyah on
ini adalah sebuah source code vb6 untuk pemrograman grafis yang sangat sederhana. Dibuat khusus untuk dipelajari. Silahkan Anda kembangkan sendiri imajinasi anda ! This is a vb6 source code for programming the graphics are very simple. Created specifically for the study. Please develop your own imagination!

Memasukkan Gambar ke dalam Form (Insert an image into a form)

Submitted by RizkyKhafitsyah on
berikut ini adalah sebuah code yang berguna untuk mengambil atau memasukkan sebuah gambar atau image ke dalam form melalui Command button. Sebenarnya ini merupakan kode dasar saja. Dibuat khusus untuk dipelajari oleh pemula :) the following is a useful code to retrieve or insert a picture or image into a form via the Command button. Actually this is the Basic code only. Created specifically for