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 Chriss Miller 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: *

  • Users: dan
  • Content: Threads
  • Order by date
  1. dan

    add a variable to subject in formmail.pl

    I have a web form that collects several pieces of information. I then send the results of the form to email via formmail.pl. I would like to add the contents of one of the fields to the subject line in the email but can't seem to find the correct syntax. Dan
  2. dan

    Add a variable to Subject in formemail.pl

    Not sure if this is the right place to post, I am trying to add a variable to the subject line in a email being sent by formemail.pl. I can't seem to find the correct syntax. Dan
  3. dan

    Compiling VB.net programs

    If I create a program in VB.net (Express) what is necessary to compile it? Do I need to purchase the entire Visual Studio or is there some other way? Dan
  4. dan

    Outlook 2010 scripts

    I am looking for scripts to get the size and count for public folders and for shared calendars. Any suggestions would be welcome. Dan
  5. dan

    read data from web page

    I am looking for an easy way to have a VB program look to a text file on the web to compare versions and prompt to update if a newer version is available. I don't want to display the contents of the text file, but only read them into a variable to compare with the current version. Dan
  6. dan

    configuration syntax

    I am familiar with routers, but have not done much with Cisco. I am trying to accomplish the following, but am not sure of the syntax: Setting: My network is using the 172.23.0.0 network. I have a Cisco CISCO1941 router between my network and a foreign network (10.1.0.0). I have set up NAT...
  7. dan

    How to continue program execution while MMControl1 plays sound

    I am using the code below. The problem is the program stops execution until the sound is finished. How can I have the sound play in the background and execution continue? Dan Main program: . . SoundName = "SoundToPlay.wav" Play . . (next command waits till sound finishes) . End Sub...
  8. dan

    Comm port (serial) communications

    I am in the process of converting a VB6 program to VB.NET. I need to be able to send a command string to a serial device on a comm port (port # being a variable) and then read a response from the comm port buffer. If anyone can share some simple code to do this it would be appreciated. Dan
  9. dan

    Old Visual Studio Installer 1.1

    I have a VB6 program I need to redistribute. MS used to have the Visual Studio Installer 1.1 on their website, but have since removed it. Is there some place I can get the Visual Studio Installer 1.1 or will one of the VS 20xx installers work on VB6? Dan
  10. dan

    vb.net 2008 express - watch window

    Is there a variable "watch window" available in vb.net 2008 express? I can't find it. I have used VB6 a lot but am new to express. Dan
  11. dan

    FolderBrowserDialog to listbox

    I have chosen a directory using the FolderBrowerDialog but can't figure out how to display the file list in a listbox. Code: FolderBrowserDialog1.ShowDialog() txtDir.Text = FolderBrowserDialog1.SelectedPath Thanks for any suggestions. Dan
  12. dan

    Error 916 with Speedstream 4200 / Linksys WRT54G

    While there was a helpful post on older hardware that pointed me in the right direction, the solution is slightly different with newer hardware. I have DSL service from Windstream with a Speedstream 4200 modem and Linksys WRT54G (Firmware Version: v8.00.2). The modem was an upgrade which broke...
  13. dan

    Out of office reply to the internet per user?

    I know of the setting to allow or disallow sending out of office replies to the Internet. Is it possible to do this on a "per user" basis? In other words, allow one or two people to send to the internet, but turn that off for everyone else? Dan
  14. dan

    Can't Mail Enable Public Folder

    When running in Mixed Mode Exchange, we had several mail enabled public folder. Since going to Native Mode Exchange 2003, folders are not mail enabled by default. Instructions say to right click, all task, add mailbox. When I right click in ESM the only options I get are Properties and Help...
  15. dan

    CPU using 100%

    I have a VB6 program I wrote and packaged as an MSI file using Microsoft's Visual Studio Install program. The program connects to a scanner using a Keyspan brand Serial to USB adapter. One customer says that when they run either the installer or the program, the CPU goes to 100% and remains...
  16. dan

    Journaling for SMTP mail

    In Exchange 5.5 there was a reg hack to allow all mail flowing through the SMTP engine to be forwarded to the journal account. In Exchange 2003, all mail going to Exchange Information stores is journaled, but I haven't seen a way to journal smtp mail that is relayed outside of the exchange...
  17. dan

    smtpsvc1 log files

    Does anyone know where to change the path for smtpsvc1 log files? My C: drive is getting full and I need to move them. Dan
  18. dan

    WMP.dll error in windows2000

    I have a vb6 program that uses the windows media player plugin. It works fine in Windows XP, but gives an “Error 1904: Module C:\WINNT\system32\wmp.dll failed to register. HRESULT -2147024769. Contact your support personnel.” when trying to install in Windows2000. Any ideas? Dan
  19. dan

    migrating custom attributes from Exchange 5.5 to Ex2003

    We are in the process of migrating from Exchange 5.5 to Exchange 2003. We set up the ADC between the Exch5.5 and AD. We then added a new "custom attribute" to Exch5.5. The ADC can no longer replicate because the new attribute is not in AD. How can I get the new attribute migrated to AD? Dan
  20. dan

    exchange 5.5 to exchange 2003 move.

    We have two depts in a company: GC and CC. GC is going to absorb CC. We want to put CC's users and email into GC's 2003 AD. currently the CC Dept: w2k AD 2000 single domain forest mail: uses GC's Exhange 5.5 org. currently the GC Dept (is performing a NT to 2003 AD "migration"): GC has NT4...

Part and Inventory Search

Back
Top