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

    embedding an exe in a HTML page

    We are creating a HTML based multi media Help CD for an application. We have created some screen capture videos of the application doing some common functions using Lotus Screen Cam. When we try converting these screen Cam videos to AVI the file size is in the 40-60 MB range. I have noticed...
  2. BillNielsen

    help with my first Autorun

    I'm trying to create an autorun procedure that will start Internet Explorer and display a HTML file. The autorun file looks like this: [autorun] open=index.html icon=myIcon.ico When I put the CD in, the CD spins, the cursor flickers for a second (change to hourglass), then stop. Can anyone...
  3. BillNielsen

    help with my first Autorun

    I'm trying to create an autorun procedure that will start Internet Explorer and display a HTML file. The autorun file looks like this: [autorun] open=index.html icon=myIcon.ico When I put the CD in, the CD spins, the cursor flickers for a second (change to hourglass), then stop. Can anyone...
  4. BillNielsen

    File Download Dialog Box Appears

    I'm trying to link a help file (*.hlp) in a page. I'm using this code: <a href=&quot;Myhelp.hlp&quot;>Call the Windows based help file</a> I keep getting the File Download Dialog Box (&quot;Do you want to save or open this file?&quot;). I've read an article at MSDN...
  5. BillNielsen

    getting last day of a month

    I know I've seen a function that returns the last day of a month before but I can't seem to find it. I've created a function using an array (31,28,31,30...) but someone mentioned to me there is even easier method. Does anyone have any code on this? Thanks, Bill N
  6. BillNielsen

    how do you &quot;showmodal&quot; a form and get a response

    I would like to display a form similiar to a messagebox that asks the user if they wish to continue. Something like: If MsgBox(cAreYouSureChange & sPrevAdd & Chr(13) & &quot;To: &quot; & sEditedAdd, vbYesNoCancel, &quot;Verify?&quot;) = vbYes Then but I cannot use a simple messagebox. So I...
  7. BillNielsen

    the at symbol (@) in a messagebox

    Hi All I have a form where an user can eliminate Email addresses from a list box. Once the user has selected the number of Email addresses, I'm trying to to alert the user of the addresses that are about to be eliminated in a messagebox. The problem is the at symbol (@) in the email address...

Part and Inventory Search

Back
Top