Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wlaflamme

    Error when copying worksheet from 1 workbook to another

    Yes. They do. That is why it seems pretty weird.
  2. wlaflamme

    Error when copying worksheet from 1 workbook to another

    I have an VBA question concerning copying 1 worksheet to another workbook. The code that I have been testing works on my PC but when I go to other machines it fails calling an error.The error is : "Run-Time Error '1004' Excel cannot insert the sheets into the destination workbook, because it...
  3. wlaflamme

    Help with Scatter Plot using MS Chart

    I am using VB2005.
  4. wlaflamme

    Help with Scatter Plot using MS Chart

    Hello i originally posted this in a VB.net forum but was told I might have succee in a VB6 forum. I am trying to create a scatter plot with 2 series of data but I am struggling to find out if MS Chart is capable of doing this? My code is below for performing one series. Dim Graph(0 To...
  5. wlaflamme

    Create Scatter Plot using MS Chart

    Hello I am trying to create a scatter plot with 2 series of data but I am struggling to find out if MS Chart is capable of doing this? My code is below for performing one series. Dim Graph(0 To 3, 0 To 1) As Double Dim Graph2(0 To 1, 0 To 1) As Double Dim z As Integer =...
  6. wlaflamme

    Error using IO.Ports.SerialPort VB .NET 2005

    I am currently writing a program that communicates with a panel meter via RS485 communication. I am using a USB to RS485 converter but seem to be having a random error at different times in my program. These random times are when I am trying to access this com port using IO.Ports.SerialPort...
  7. wlaflamme

    Publish Question

    Are there any third party software that works well? The directory patyh worked very well. Thanks for the help.
  8. wlaflamme

    Publish Question

    I have written a program that uses a com port to retrieve values from a machine to record into a database. In order to do this I have two XML files that store parameters. After installation it comes with an error that it cannot find these files. Using VB2005 Express I need to publish the...
  9. wlaflamme

    Installing first Program

    When I look at the properties for the shortcut it says it is an application reference and not a shortcut. I have attached a screen shot of the shortcut. The problem I think I really am having is that it is not creating the working folder with the program.
  10. wlaflamme

    Installing first Program

    When I look at the properties for the shortcut it says it is an application reference and not a shortcut. The problem I think I really am having is that it is not creating the working folder with the program. Should it create a folder and an exe...?
  11. wlaflamme

    Installing first Program

    Hello, I have written a program to operate on my system. I recently successfully published through the VB2008 Express software. When I go to install it on my computer it goes through the install wizard and asks me if I want to install which I say yes. It installs quickly without asking where I...
  12. wlaflamme

    Access Database Update

    I figured it out. I need to perform the accept changes after the Update () setting.
  13. wlaflamme

    Access Database Update

    Hello I am new to using databases and I am struggling with this problem. I am using a VB program to automate a measurement process where I read via a com port some measurements and I want to place them in an access database. I wrote the the code to add a new row with all the data but when I go...
  14. wlaflamme

    Localization Issues

    Hello, I have read other posts concerning this and I still am having trouble understanding this. I would like to create an application for two languages. I understand the use of developing the the other resource files (frmDataEntry.es.resx)from the forms but what if I wanted to add specific...
  15. wlaflamme

    Multiple Language

    I was possibly looking for some help with writing small HMI for my company but ran into a question concerning multiple languages. How can I programmatically give a choice of what language the forms will be displayed in. I might need to have English and Spanish. Is there a simple way to do this...
  16. wlaflamme

    Process automation

    Well this is probably my issue. The MSDN help did not say anything about this so I am unaware of how to do this? Do you have any suggestions on how to 's for this topic or could you walk me through it?
  17. wlaflamme

    Process automation

    Hello, I am a very very basic programmer and I have been struggling with a problem witing data to a database. I am building a machine that is communicating through a serial connection to a process meter. I am retrieving this data, plotting on a chart and hopefully recording it to a db that I...
  18. wlaflamme

    Pause Execution

    Hi, Newby to programming but my question is as follows: I am currently programming a motion control system that i can control two motors and 8 Inputs and 8 outputs. I am trying to monitor the Inputs for safety issues while displaying the status on the screeen however the thread going in the...
  19. wlaflamme

    MsComm serial communication - EXTREMELY URGENT

    Hi, I use a lot of serial communication but the first thing i check is to see if your comm port is outputting when i run into problems with communicating. If you connect pin 2 to 3 on your cable and then try to transmit then recieve some string like below you should recieve the string you sent...
  20. wlaflamme

    open Statement

    Sorry new with VB and this might be simple or impossible!!!I am trying to use a relative path in an open statemnet to link setup variable to a text file and i dont want it to be an absolute path? How do i do this?

Part and Inventory Search

Back
Top