Search:

Type: Posts; User: fdragon

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    4,765

    VS 2013 Re: How to capture when a thread has finished.

    This true most of the time, BUT if you need your task to occur when a Timer ticks, then the BackGroundWorker will stop the Timer tick event from being handled.

    I realise that this is not the case...
  2. Projection Math - issues with Azimuthal Equidistant

    When reprojecting country-border polygons from longlat:

    +proj=longlat +datum=WGS84 +no_defs

    to Azimuthal Equidistant:

    +proj=aeqd +lat_0=26 +lon_0=126 +x_0=0 +y_0=0 +a=6371000 +b=6371000...
  3. Replies
    23
    Views
    12,570

    Re: image map in vb.net?

    Wow - thank you VERY MUCH for doing that. I just had a quick look to see that its working, and will now study your code to see exactly how you did it. I really must take my Visual Basic to the next...
  4. Replies
    23
    Views
    12,570

    Re: image map in vb.net?

    This is really excellent code, ForumAccount - thanks for sharing. I am having great fun using this, but have two questions:

    1/ How would it be possible to adapt the code so that it causes an event...
  5. Poll: Re: VB 2008 - Password Management & Data Encryption (MS Access)

    Note - some people using Windows 64 bit may get the error: The 'Microsoft.Jet.OLEDB4.0' provider is not registered on the local machine. That's because it is not available on a 64 bit machine. If you...
  6. Re: VB2010 How to associate and then reference a text file

    Thanks for all your comments.
  7. Re: VB2010 How to associate and then reference a text file

    dday9 - Thanks for your reply. That seems to be simple, but where do I *actually* store the file so it will be included in my application when it is published? Is it the 'bin' directory of the...
  8. VB2010 How to associate and then reference a text file

    I have a text file that I wish to use in my Visual Basic 2010 project: 'myfile.txt'.

    Where do I store the file so it will be included in my application when it is published? Is it the 'bin'...
Results 1 to 8 of 8



Click Here to Expand Forum to Full Width