Search results for query: *

  • Users: robo100
  • Content: Threads
  • Order by date
  1. R

    Help with server side

    I have an application that I would like to send TCP data to another machine running the same application. The data is contained in a simple and short string so I thought the easiest way is to use the system.net.socket and the tcpclient and tcpserver to send and receive the data. When I start the...
  2. R

    XML from application to application

    I have a software package I am working on and I would like to output my data structures in the software to a dynamic XML object (not a file). I want to do this so people using my software can have access to my data and write their own applications but pull in my data easily to their application...
  3. R

    XML to IP address

    Hi folks, I have a very, very large program which I wont go to great detail on but one small part of the program is to have the ability to send out information in XML format to a larger software package. All the data I am refering to is held in a VB structure in my program. I used the system.xml...
  4. R

    Reading free drive space

    Is there an easy way to read free hard disk space? I have an application where I want to warn the user that the hard drive is getting full.
  5. R

    topographical mapping tool

    Has anybody ran across a topographical mapping tool that will allow VB programmers to make mapping applications? I ran across one from thinkgeo.com that looks nice but it's not a topographical type map, just flat 2D (and it's $5,000). I have looked around a little but have not found one that is...
  6. R

    Using Databases in VB.NET

    Ok this is a newbie question so I apploigize in advance. I have done quite a few programs with Visual Basic (actually since version 1.0) and I have used version 6.0 for the longest time, however I have a very large application that I am writing in Visual Studio 2005. This application is going to...
  7. R

    Scalable maps of the world

    Hi folks this is my first post here. I have been using Visual basic for quite a few years and have created some pretty cool applications. I stuck with Visual Basic 3 for a really long time before going to VB 6, Now I have the new Visual Studio 2005 proffesional edition and I have a new project...
Back
Top