Search results for query: *

  • Users: cdurbin
  • Content: Threads
  • Order by date
  1. C

    conference for PocketPC programmer?

    Hi, I am in a 3-man shop (Coke and Beer Distributor - 5 states/500+ employees) and am the only one who has to program in VB.Net. I have been doing so for the past 6 years when required, but would like to add efficiencies to my current application and skill set. In this application, we use HP...
  2. C

    Conference/training?

    I am an I5(IBM Midrange) computer programmer. I am finding myself programming in Visual Studio/VB.net/Compact framework on handhelds for the business I work for. Any suggestions for technical conferences I could attend???
  3. C

    Deploying an update via stroage/SD card

    I am posting this because I had such a time finding the information I needed. If I am doing anything stupid here, let me know. The following code allows an update to be distributed via a SD or Storage card for a home grown application. The app is in a folder on the card (CCCLARK). Autorun is...
  4. C

    Quick Replace Question

    Anyone know how I can Replace an single string with two strings using VS2005/VB.net? Example: find: " End Sub" Replace with: " Logit()" " End Sub"
  5. C

    Is there a bug in VS 2005 VB.net?

    I am having more strange behavour. I can run a couple of programs with no problems, and then turn around and run another program with some copied code and it behaves different. When I try to display a panel, sometimes it works, and sometimes it does not. The code to display a panel is below, and...
  6. C

    Migration/deployment issues

    I just migrated 4 related projects over frome VS2003 vb.net to VS2005 vb.net and have some issues. First, I have a project that examines a directory and if certain zip files exist, it unzipps the data in them (flat text files) and loads them into a .sdf database. The program displays a screen...
Back
Top