Search results for query: *

  1. S

    Calculating driving distance between two post codes (geocoding)

    So, you were right and it was quite easy to get the information. I'm struggling to extract the information that I receive back though. Can you point me in the right direction? I have used this code (any tips welcomed :05.18-flustered: ) Imports System.Net Public Class Form1 Private Sub...
  2. S

    Calculating driving distance between two post codes (geocoding)

    Hi Guys, I've been looking at various pieces of code and searches for ages now and still cant make head or tails of where to begin with this. I'm need to work out the driving distances between two given postcodes. I dont need the directions themselves, or the map etc just how far some one...
  3. S

    Reorder toolstrip items programmatically?

    Did not see that coming! Seems obvious, thanks so much :)
  4. S

    Reorder toolstrip items programmatically?

    Thanks thats awesome. Is there an easy way to reorder items that are have been added to the toolbar manually? I need to do this programmatically as well if its possible!
  5. S

    Reorder toolstrip items programmatically?

    Hi Guys, I have a tools bar that has regular buttons on, and I have programatically added a datetimepicker. Ive been looking for a fair while now and can find no way to put the move the datetimepicker so that it is the first item on the toolstrip. Does anyone know a way of programatically moving...
  6. S

    Question Theater booking system

    Hi, I hope i'm posting in the right place here. I have to create a booking system for a theatre. Most if is is relatively easy stuff - adding peoples details, making sure things aren't double booked, sales etc. The one part I have little idea on is how to create is a visual representaitno fo...
Back
Top