Results 1 to 34 of 34

Thread: read/write to ini file help...[SOLVED]

Hybrid View

  1. #1
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: read/write to ini file help...

    If the code you have posted is correct, you are referring to the UserName property when you are setting the UserName property. This would create an infinite recursion and lead to an OutOfMemoryException if I'm not mistaken. You should be referring to the m_UserName variable, i.e.
    VB Code:
    1. Me.UserName = Value
    should be
    VB Code:
    1. Me.m_UserName = Value
    If this is just a typo on your part, please let me know the details of the exception.

  2. #2

    Thread Starter
    Hyperactive Member PlaGuE's Avatar
    Join Date
    Jun 2005
    Location
    in ur mind.
    Posts
    445

    Re: read/write to ini file help...

    hmm...
    Last edited by PlaGuE; Jun 7th, 2005 at 03:31 AM.
    Without balance, there could only be chaos.
    Without chaos, there could be no balance.
    I live with karma. Eat with destiny. Dream of life without shackles....
    Yet. If life had no consequences, life could not exist, nor could it flourish.


    If at first you dont succeed.You're screwed.

    C++/Java NOOB.

    I aint a professional at PHP, but if i can help i will.

  3. #3

    Thread Starter
    Hyperactive Member PlaGuE's Avatar
    Join Date
    Jun 2005
    Location
    in ur mind.
    Posts
    445

    Re: read/write to ini file help...

    THANKS... now it works...


    If i wasnt straight id say " I LUV YOU"

    if i had a million dollars is give it to you...

    you... you... I LUV YOU MAN... this was giving me a headache ... and you gave me the asprin..lol...


    Sorry... im jsut very happy
    Last edited by PlaGuE; Jun 7th, 2005 at 03:50 AM.
    Without balance, there could only be chaos.
    Without chaos, there could be no balance.
    I live with karma. Eat with destiny. Dream of life without shackles....
    Yet. If life had no consequences, life could not exist, nor could it flourish.


    If at first you dont succeed.You're screwed.

    C++/Java NOOB.

    I aint a professional at PHP, but if i can help i will.

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