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

Search:

Type: Posts; User: Captain Bob

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,756

    Re: WebBrowser control report application

    that's what I need to do: just treating the text file as a data source. The problem is to pull out info of it and display as HTML table
  2. Replies
    4
    Views
    1,756

    WebBrowser control report application

    Hi Folks,
    need some help to create tables, which will be displayed as webpages-HTML code, using WebBrowser control. Table will show catalogies of products (clothes), which needs to be displayed as...
  3. Replies
    3
    Views
    1,950

    Re: times table

    At the moment I just have:

    Dim timesTable(5, 5) As Integer
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    For y As Integer = 0 To...
  4. Replies
    3
    Views
    1,950

    times table

    Hi folks,
    need some help to create array using iteration – the array once populated will
    be representative of the grid below.
    need use a function to create the array.
    need to use the array...
  5. to calculate vowels, consonants, and spaces in the text entered

    Hi everyone,
    need some help to create function to calculate vowels, consonants, and spaces in the text entered.
    have to use loops with Mid and Len
    any advice appreciated.
    Thanks.
  6. Replies
    5
    Views
    2,715

    isPalendrome function

    Hi folks, just need some help with code :
    need to create a code with isPalendrome function to check if given string is palendrome or not.
    this is my code , something wrong in there. Could you...
  7. Replies
    0
    Views
    599

    date input validation

    Need some help to validate input of date (string) in format dd/mm/yyyy
    The code itself to modify date from format dd/mm/yyyy to format dd, Month, yyyy is done already, just need to validate input...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured