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

Search:

Type: Posts; User: DataMiser

Search: Search took 0.30 seconds.

  1. Replies
    4
    Views
    1,762

    Re: WebBrowser control report application

    If you treat it as a data source then that means the data will be in fields, you just need to loop through your resulting reader and build your html from the data there. Should be pretty simple.
  2. Replies
    4
    Views
    1,762

    Re: WebBrowser control report application

    Why can't you use .split? That would be the obvious choice here

    Also why do you say can use Mid() Len() and Instr() all of which are old VB functions rather than VB.Net which would be .Substring ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured