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 TouchToneTommy 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. lookingconfused

    Help learning vb.net 2003

    I have a program that will browse out to get a file and then save the file somewhere else. How do I use SaveFileDialog1 and FolderBrowserDialog1? I really need a book that is for beginners, got any ideas?
  2. lookingconfused

    Crystal Report 9 - Set to null value checkbox

    I have created a report using a stored procedure. When the report is ran, the Enter parameter screen has a "Set to null value" checkbox. How do I prevent this checkbox for showing. Other reports I created not using a stored procedure do not have that "Set to null value" checkbox on the Enter...
  3. lookingconfused

    sending e-mails with or without attachments using aspx

    Below is the code used to allow users to send e-mails. Now I need to modifiy the code to allow users the ability to send emails with or without attachments. How do I do this? <%@ import Namespace="System.Web.Mail" %> <script runat="server"> Sub buttonSend_Click(sender As Object, e As...
  4. lookingconfused

    Sending email with attachments using aspx

    I have a form that works sending e-mails in aspx. I need to also give the user the ability to send attachments. The user wants the email to get delivered with or without attachments. Got any ideas? Here is the code I need to modify: <%@ import Namespace="System.Web.Mail" %> <script...

Part and Inventory Search

Back
Top