Search results
Search results 1-11 of 11.
Dear visitor, welcome to Jabaco - Community.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
How to use winsock in Janaco?
thanks ... I already know how to do this in a few lines of code, easier Source code 1 2 3 4 5 6 7 8 Public Sub Command1_Click() Dim a As Long 'returns an integer value a=Rnd()*9 'returns an integer value MsgBox (a) End Sub I do not know if it gets better ...
I investigated in the Internet as it will produce a random number in the VB6, I found the rnd (), I used the rnd and random, but always it was producing a very big number ' Double ', i wanted that it was producing a whole number... How to do that in the jabaco?
I wanted a simple example to access a database mdb * had already asked this question before
I've been watching the forum I found a topic to talk about how to access the MDB, but as I am still learning to program, I did not understand the code, I just wanted an example of how to send data to a database, can post an example of the code?
the link is not available Quoted The link you are trying to reach is no longer available or is invalid. just want a small example to give in to the database and store data on it ...
MDB how to access a database MDB? How to send and receive data? SQL how to access a database SQL? How to send and receive data? * I amateur programming, if possible have to be a simple code
Thanks for the link ... But I download the source code or the code complied? And use it? Of me understand a little help because it
the iText is a Lib? where we find the iText?
Hello to all ... klctal - I compiled and gave the following error: source Source code 1 2 3 4 Error in compilation. Class' Form1 'Line: 262 Classe'PDFDocument'Not Found Dim Doc As New PDFDocument phillchen - I compiled and gave the following error: source 1.4 Source code 1 2 3 4 Error in compilation. Class' Form1 'Line: 384 Classe'com#lowagie#text#Document'Not Found Dim Doc As com#lowagie#text#Document help me please I just new in programming ...