Search results for query: *

  • Users: wypman
  • Content: Threads
  • Order by date
  1. W

    MDI / Child Form problem

    MDI Form problem. I have 2 forms Form1 I have set the IsMdiContainer to true. Form2 I want to use as the child form - but I cannot find a property that refers to using Form1 as the parent? Do I have to load a component or can it only be specified using code?
  2. W

    Reading Data from a file

    I am new to VB.NET 2005 and for my first efforts I'm trying to open a data file reading it a byte at a time, converting each byte to its ASCII value in Hex (This is so I can identify non-printable characters as well in the data). Using a normal Filestream when I specify the characters it does...
Back
Top