Search results for query: *

  1. R

    Help with server side

    Never mind Sometimes I scare myself..... I figured out how to make it work using threads.
  2. 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...
  3. R

    XML from application to application

    Thanks I will have a look and see what I can figure out. Sorry about my post I should have been much more clear. What I meant by structure is that the data I want to output in XML is in a VB structure: mydata.name mydata.type mydata.installed mydata.sensor mydata.gps mydata.coord_y What I...
  4. 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...
  5. 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...
  6. R

    Deployment VB.2005 Problems

    Oh man. I figured it out jlcarbwood, I don't know if this will help you out but it took care of my problem and since you had the same problem as I did it may help. In your project do a full build and select the publish option by going to the project menu and selecting publish. Then restart...
  7. R

    Deployment VB.2005 Problems

    Same problem here I have the same exact problem. My application uses several external files along with several *.DLL files (GIS mapping tools). When I used the publish function in Visual Studio the setup.exe file is made, however in the publish directory I don't see any of my external files and...
  8. R

    Reading free drive space

    Thanks for the help guys:)
  9. 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.
  10. 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...
  11. R

    Using Databases in VB.NET

    Figured it out! I found out why the update doesnt work is because in the app.config file the following line had an error: <add name="IDC.My.MySettings.usersConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source [Datadirectory] users.mdb; Jet OLEDB:database...
  12. 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...
  13. R

    Scalable maps of the world

    I found out an easy way to do this. I will try the map suite desktop for the .NET framework. It looks like a great tool, but a little expensive.
  14. 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