Results 1 to 3 of 3

Thread: A little help.

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Location
    India
    Posts
    5

    A little help.

    Hi,
    I just signed up for these forums and have read a few threads and found them very informative. I am just starting out with VB and hope you guys help me. My questions might sound old but I'm just starting out.

    My questions :
    1. I read somewhere that in order to access a part of the file that has already been passed, the 'stream'(Thats what its called in C++) has to be opened again. Is there any way to work around this?

    2. Is there any site which lists all function in VB? (I have MSDN installed).

    Thx.

  2. #2
    Frenzied Member ae_jester's Avatar
    Join Date
    Jun 2001
    Location
    Kitchener Ontario Canada Earth
    Posts
    1,545
    If you are opening a file of records you can open it as "random access" which then allows you to extract any specific record in the file you choose. However, if you just need a certain portion of a file which is not record based, then you are out of luck. But instead of openings files more than once, just read the file and put the contents into a string variable and then work with this variable. That should help.

  3. #3
    PowerPoster
    Join Date
    Jun 2001
    Location
    Trafalgar, IN
    Posts
    4,141
    #2
    From the content tab of MSND click on the "Visual Basic Documentation" node then "Reference" and then again on "Language Reference". You will find a node in there for functions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width