CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Stiler

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,193

    Re: Parsing a text file in vb2013

    Thanks Datamiser. I used 2 splits to achieve the desired result. Thanks for your help.

    Now am stuck at another junction. Im trying to loop the process, as I want to continuously read the file,...
  2. Replies
    3
    Views
    2,193

    Parsing a text file in vb2013

    Im trying to parse a text file (sample line from the text file is below). As you can see, all of the fields in the text line are separated by a space, and I have managed to parse that using the code...
  3. Replies
    7
    Views
    2,238

    Re: VC 6 to Visual Studio 2003 conversion issues

    Above is the code for which im getting this error.

    :-c:\Documents and Settings\Ra heel\My Documents\Visual Studio Projects\Copy of 17 Nov\TrayDialog.cpp(46) : error C2440: 'static_cast' : cannot...
  4. Replies
    7
    Views
    2,238

    VC 6 to Visual Studio 2003 conversion issues

    Im a newbie, both on the forum, and in the programming world. So go easy:)

    Im trying to convert a small VC6 app to Visual Studio2003. The conversion apparently goes fine, but the resultant file...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured