Search results for query: *

  1. dilbert0610

    New To Serial Port Programming

    I have been asked to create an application that will take a text file containing lines of code for a CNC machine and send it line by line to a CNC controller. The lines will have to be send through a serial port. I have a basic understanding of serial ports but starting my computer work after...
  2. dilbert0610

    String.split method problems

    I am currently using the string.split method to parse a delimited file. The files is using "?" to seperate the fields. The problem I am having is sometimes the field is blank (thus leaving data?data??data?data). When the field is blank it is totally ignoring it all together which is messing up...
  3. dilbert0610

    Maximum Length Of Listbox

    I am pulling lines of data from a text file and putting them into a listbox. I am noticing that it is cutting off some of the data towards the end of the line.. Is there a maximum length or ammount of characters that can be placed into one line of a listbox? If not are there some setting that i...
  4. dilbert0610

    Listbox Alignment Problems

    I have an application that searches for something in a line of text from a text file. If the search finds a match it will place the whole line into the listbox. The line contains a part number, PO number, quantities and dates. The text file has all the rows lined up properly (like the dates and...
  5. dilbert0610

    ODBC for Windows Mobile 5.0

    Does anyone know of a software download to allow ODBC to be used with windows mobile 5.0?
  6. dilbert0610

    Very Simple Report Request

    I am writing a very basic application for a friend. He runs a small company and needs to create reciepts. Right now he is using an old excel file he made a long time ago. I want to write a program that will allow him to place some info into text boxes and then click a print button and it will...
  7. dilbert0610

    Bringing up Outlook's New Message Dialog

    I built an application that will search through a couple of folders for specific files. The user puts in a file name to search and it will find it. It allows wildcards and such so they can find the specific one without really knowing the name exactly how it is set. Once they click on it I have a...
  8. dilbert0610

    Framework 2.0 Security Problems

    I currently Upgraded from VS2003 to VS2005. I have a few applications that run off of a network mapped drive. These programs also access files from the network. In the 1.1 framework I could use the .NET configuration wizard under the control panel to set the Intranet security level to Full...
  9. dilbert0610

    Issues with DataAdapters

    Ok. I am just starting to do some programming for my work. My boss came to me with a simple request to see if I was able to do it. Well I get almost to the end of his request and then I get stuck. Here is what was needed. I need to go through our parts list in a table named IMINVLOC_SQL (this...
  10. dilbert0610

    Having Trouble Reading A Database

    Hello. I am new to data access with vb.net. I have done extensive work with php and data access, but this is new to me. I can connect to the database but from there im lost. I looked over a few examples but just couldnt get them working. PrivateSub Button1_Click(ByVal sender As System.Object...
  11. dilbert0610

    Calling a public Sub from a class

    Creating A Webserver Application I am creating an application for my work. The application basically monitors a program that is running. If the program crashes it will reboot it automatically. I would like to be able to control this app via the web. This would allow them to see if the process...
Back
Top