Hi, with borland created objects, such as forms etc, objects are tabbed into one page together. Anyone know how to force this on manually created objects?
Oh, and anyone know a shortcut key for going back to the last bit of code you were looking at?
Hi,
I'm trying to get a dynamic array working inside my program. I'm new to DMA and so am not up to scratch with it - i've just been plugging knowledge in from everywhere.
Anyway, i've got the arrays working so i can add new entries as and when i want. BUT, the data seems to get...
I'm trying to read from file a structure with the following format:
Public Structure factor
Dim tests(,) As String
Public Structure tBase
Dim modules(,) As String
Dim weight(,) As Integer
End Structure
Dim eachT() As tBase
Dim...
I've just started programming vb.net as I'm now developing for Pocket PCs. I've been looking around for how to write/read data records to binary files but have been unable to find any information on file handling other than text file i/o.
Somebody told me that it was something to do with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.