Well maybe you can make another form show() but make its opacity 0 so people wont know the secret behind it, no the other form, make it display the array backwards and use the print dialog to print the hidden form.
thanks
In VB6, a "For Each" loop is used to iterate through a collection or an array of objects, allowing you to access each item without needing to manage an index. The syntax typically involves specifying a variable to represent each element, followed by the collection being iterated over. This type of loop simplifies code when dealing with collections, as it automatically handles the iteration process. However, it's important to note that "For Each" loops are primarily used with collections and objects, making them less common for basic arrays in VB6.
It isn't, except for the (Name) property! It is just that the default for vb6 is ShockwaveFlash.
don't save your work. restart your pc. and it will gone. ENJOY :)
hi every body my name is mohamed i live in egypt i am a programer with vb6 i ca solve the transport problem using vb6 just keep in touch with me at my phone number 002 0106909294 thnks
is : CrystalReport1.Reset CrystalReport1.ReportFileName="MyReport.rpt" CrystalReport1.Destination=(Printer) CrystalReport1.Action=6 CrystalReport1.DiscardSaveData=True
VB6 is a more recent and more advanced version of visual basic.
A .vb6 file is visual basic 6 source code, sometimes with it are .frm files that you would need. A .dmg is a Macintosh binary. you would have to find a program to compile the vb6 code to a Macintosh binary.
vbNewLine
Please refer the following link, there you can find useful information about differences between VB6 and VB .NET
thanks
use vb6
you simply cant, unless you know how to upload exe's to the internet.
no the dont think so
This may suprise you but visual basic 2003 was realeased a few years after vb6 vb6 I think was in 1998 and 2003 obviously in 2003
VB6 code is directly compiled by VB6 compiler into native code. However C# code is targeted for CLR and goes through two level of compilattion. It is first compiled into MSIL and then JIT compiled to native code. This ensures interoperability among .NET based lanuages and hence language independence for them.
The function is Sqr() in VB6 and Math.Sqr() in .NET.