Check out the |
In the previous tutorial we looked out how to create a simple PDF document that was one page and was only text. If you've seen many PDF documents on the web or elsewhere you know that they usually include more than just text. Fortunately we are able to do these things as well.
Ovaj VB tutorial gradi poslednji i pokazuje kako možete da kreirate naprednije PDF fajlove. Ona vas uči kako da napravite višeslojni dokument, sa postavkom zaglavlja, podnožja stranice, brojeve stranica, oblika i slika.
PDF je skraćenica za prenosivi format dokumenta (portable document format). To je tip formata koji svaki operativni sistem na skoro svim kompjuterima može da čita. To je postao standard za prebacivanje i otvaranje fajlova na lak način. Problem je što Visual Basic nema ugrađene VB6 PDF funkcije. Ovo je razlog zbog koga je ranije bilo veoma teško napraviti PDF fajlove sa VB-a. Nadamo se da će vam kada završite sa čitanjem ovog Visual Basic vodiča pravljenje PDF fajlova biti lako razumljivo i da ćete moći da ga isprobate.
U Visual Basic-u, dodavanje menija u runtime-u se radi na potpuno isti način kao i dodavanje bilo koje druge kontrole u runtime-u. Prvo morate da kreirate niz kontrola u vremenu dizajniranja, a onda tokom runtime-a samo učitate nove kontrole u niz. U ovom tutorijalu ću Vam pokazati sve korake ovog postupka. prvo ću Vam pokazati kako da podesite niz kontrolnog menija tokom vremenu dizajniranja. Onda ću Vam pokazati kako da dodate još menija vašem nizu tokom runtime-a. Кonačno, na kraju, ja ću vam pokazati kako da rukujete klik događajima svih menija koje dodajete tokom runtime-a.
When developing great applications you almost always need to keep track of lists of data. The VB.NET structure to handle this is the array. In this tutorial we look at arrays - how to create them, modify them, iterate over them, etc.
Barcodes are everywhere. From produce at the super market to tattoo’s on peoples necks. At first glance every barcode looks the same. However, in reality there are many different types of codes that encode data in different ways. Barcode software is able to detect what type of encoding the barcode is using by looking at the layout of the blocks in the code. This in and of itself is a fascinating feat. However, the more fascinating thing is that a seemingly random set of blocks actual can encode some pretty interesting information.
This source code sample demonstrates how you can create a very, very, basic web server. It is not intended for you to actually use but instead to just wet your appetite with a simple networking example.
Above are just the latest VB 6.0 tutorials and source samples. If you didn't find the exact Visual Basic 6.0 tutorial you are looking for we recommend searching the site or browsing through the links on the left. Also feel free to suggest anything you see missing here.