Search:

Type: Posts; User: iderf

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    2,313

    VS 2010 Self hosted console

    Is it possible to view client transaction requests and host response in a self hosted console window? I've searched several places and cannot find any tutorial, examples, or post that can answer my...
  2. VS 2010 Re: Code does not execute after For Each Next Loop

    Gentlemen thanks for schooling me. It was my increment statement that was causing the problem. Final code:
    For i = 0 To UBound(Database_Logins.Turnover)
    'Add data from Database...
  3. VS 2010 Re: Code does not execute after For Each Next Loop

    Yes 'i += 1' is when I am increment the For variable. How else do i increment it in VB? I am dynamically dimensioning my array in another class. I have a database that will get update often so the...
  4. VS 2010 Re: Code does not execute after For Each Next Loop

    So the real question is, how do I get every item from my listview into my listview control. When I use:

    For i = 0 To UBound(Database_Logins.Turnover)
    'Add data from Database...
  5. VS 2010 Re: Code does not execute after For Each Next Loop

    I put the messagebox in there to see if it would interpret the exception differently but that didn't work. Even when I take that out no exception is being thrown. The first procedure call actually...
  6. VS 2010 [RESOLVED] Code does not execute after For Each Next Loop

    :mad:
    I am calling a sub from a form load event. The procedure that is being called adds columns to a listview and then loops through an array to populate the listview. I have another procedure...
  7. VS 2010 Re: [RESOLVED] Self Hosted WCF Service VB.net not accessible

    Okay I figured this out. I needed to add my baseAddress to my endpoint:


    ' Add a service endpoint
    ECDBHost.AddServiceEndpoint( _
    GetType(IECDBHandoverService), _
    ...
  8. VS 2010 [RESOLVED] Self Hosted WCF Service VB.net not accessible

    :cry:
    I have creatred a self hosted service with a proxy
    Service and Contrats


    Namespace ECDBDatabase.Service
    Public Class DatabaseService
    ...
  9. VS 2010 Re: Listview select/edit data on form with textboxes

    Found what was wrong
  10. VS 2010 [RESOLVED] Listview select/edit data on form with textboxes

    I have a listview with a collection that is filled from an array with data from a database.

    :)
    Public Sub AddHandoverItems()
    'Create item to hold contents of handover array
    Dim...
  11. VS 2010 Re: Datareader to Multidimensional Array to MultiColumn ListView

    Sweet bro .paul. Thanks for the prompt reply. Your insanely awesome.
  12. VS 2010 [RESOLVED] Datareader to Multidimensional Array to MultiColumn ListView

    Hello I am using a datareader to pull data from my database. I store the data in a multidimensional array in a seperate class file. I access the values in the array from a form through properties....
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width