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. trenta87

    Online Ordering System

    Hi I have recently build a fairly large windows application that is based around creating accounts and creating customer orders. I want to build further on this and make it a web application so customers can place orders more freely. With not much web programming knowledge behind me do you...
  2. trenta87

    Reading txt file

    Hi i need to build a small application which searches through a notepad file and searches for a specific word, once it finds the word i need to extract the next 10 characters after the word. This word appears serveral times in the document. Any idea how i can do this?
  3. trenta87

    Crystal reports runtime packages

    I have Visual Studio 2005 with a valid license can i use this to redistribute cr.net to clients machines?
  4. trenta87

    Crystal reports runtime packages

    Im creating a application which requires Crystal reports for .Net framework installed, so it is set as a prerequisite. I want to install this on client machines but am wondering if crystal report runtime packages are free or do they require a license? I have VS2005 and a valid license for they...
  5. trenta87

    Deploying setup with Crystal reports

    Hi I have recently built a program which takes information held in an access database and generates crystal reports which are then attached to an email. Im having trouble with deploying this application. I want to deploy it using a setup project and have built a setup msi package and set the...
  6. trenta87

    Copy, Cut, Paste

    Does anyone know how to implement a copy, paste and cut function in my program. I want a base function which will copy cut and paste text from all textboxes current form I want a copy paste cut button on my mdiparent form and this function to work on any form and all textboxes in the active...
  7. trenta87

    Generate HTML page from Windows form

    Hi i need to create a html page which takes the text entered on the windows form and creates a html page so it can be sent in an email. Whats the best way to do this??
  8. trenta87

    Assign quoted null values to integer

    Im creating a program where users need to fill out a form with a number of textboxes. Ive created all the correct classes and some variables are integer types. The thing is i want to be able to have some textboxes left blank the program will still create an instance of a class and this...
  9. trenta87

    Connecting to access database

    Can someone help me with my program. Im currently programming a program where i want to enter account information and save it to access database. I also want to read data from the access database. I have created a dataset but it hasn't been binded yet to anything. I want to be able to add...
  10. trenta87

    Null strings

    Im creating a program where users need to fill out a form with a number of textboxes. Ive created all the correct classes and some variables are integer types. The thing is i want to be able to have some textboxes left blank and still have the instance created. Can someone help!
  11. trenta87

    Validation Methods

    Does anyone know a way that I can use a general method which validates whether a textbox is empty or not. I want to be able to write one method and have it applied to all textboxes in my project instead of rewriting the code for each field. Can anyone help?
  12. trenta87

    Import data from excel to VB form

    Does anyone know if there is a way to transfer data from excel to certain textboxes into VB.net forms?
  13. trenta87

    VB.net class structure

    Hello Im creating a program to record data into an access database. The program will be able to create accounts which will hold contact information etc. I have created an account class and multiple other classes such as credit control contact details and decision maker contact details which are...

Part and Inventory Search

Back
Top