CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 56

Threaded View

  1. #19
    Join Date
    Oct 2005
    Location
    England
    Posts
    803

    Re: IP Based SEVERLESS Chat..

    I get an error on this line when running the application.

    Code:
    Load Icon_Form - Variable not defined.
    Edit: That form wasn't included when I opened the project file, so it works now.

    When clicking login

    Code:
    ReDim Preserve Buffer(Tmp_Total + Tmp_Add) - Supscript out of range.
    Last edited by Rich2189; January 17th, 2007 at 11:30 AM.
    Rich

    Visual Studio 2010 Professional | Windows 7 (x64)
    Ubuntu

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

Featured