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 Shaun E 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: lennyh
  • Content: Threads
  • Order by date
  1. lennyh

    Create TIFF form WORD w/ MSFAX and FAXCOMEXLib

    How can I use the fax server (MSFAX ) with FAXCOMEXLib to create a TIFF file from a WORD document? I've had very good faxing success with a VB fax app using FAXCOMEXLib, and I know that I can use it with MSFAX to fax a WORD document, but I don't want to actually fax it. Rather, I just want to...
  2. lennyh

    Error 3265 after installing on clean machine

    I have a small database application using VB6 and DAO. It works fine on my development system. When I build a package (w/ the Package and Deployment Wizard), and install the package on a virgin system, the app fails with a 3265, Item not found in this collection. It always fails on the Load...
  3. lennyh

    Visual Basic 6: List box w/ Checkmarks

    When looping through a list box w/ checkmarks as follows: for i=0 to list1.listcount-1 list1.selected(i)=True next the checkmarks are clicked on correctly, but depending upon the previous state of the list items, some of the list items themselves are highlighted. The list items that are...
  4. lennyh

    Can't make reference to MSCOMCT2.OCX

    In VB6, I'm trying to add a reference to mscomct2.ocx (to use dtpicker control) But whenever I try to add the reference (via Projects|References), I get a "Name conflicts with existing module..." msg. Note that initially the Microsoft Windows Common Controls item does not appear in my...
  5. lennyh

    How to play internet radio streams

    I'd like to be able to play streams provided by various internet radio sites. But typically, when I try to do so, Konquerer (or Mozilla) asks me what application I wish to use to play the associated file type (ASX, PLS, etc.). Which Ark Linux application do I use to play these streams? And is...
  6. lennyh

    Adjust Grub

    I'm a newbie with a dual boot system: Ark Linux and WinXP. My Grub menu has 4 entries: Ark Linux Windows 95/98/ME Windows NT/200/XP Windows NT/200/XP The first entry loads Ark Linux. The second entry loads the Dell diagnostics (PC is a Dell). The third entry loads Win XP. The fourth...
  7. lennyh

    Send mail via scheduled server task, not via browser

    I'd like to trigger the sending of emails via a server initiated scheduled task (e.g. once a day at 10:am) rather than in conjunction with a browser request. I am familiar with the use of mail() within a browser page, but don't know how I might use this via a schedulted server task. Is there a...
  8. lennyh

    Set Avant as email link default browser

    Currently all URL links in my Outlook Express emails are opened in IE(6). I would like them opened in the Avant browser. Can anyone tell me how to do this? Thanks for any help.
  9. lennyh

    Onkeyxxx Fails in Netscape 4.75

    In Netscape 4.75, onkeypress, onkeyup and onkeydown fail on text boxes within a table. If the text boxes are not in a table, the onkeyxxx works. This one fails: <html> <head> <title>Test Keypress</title> </head> <body> <form> <table width=&quot;70%&quot; border=&quot;1&quot;><tr><td>...
  10. lennyh

    Convert VB DAO/Access to use MySQL via Internet

    I currently have a VB 6 client that uses DAO to talk to a LAN attached Access Database. Assuming I convert my Access db to MySQL, can you tell me the best way to convert my VB app to talk to the new MySQL db? I would like to provide access from the new vb client via the internet rather than a...
  11. lennyh

    Determine Home Page?

    In a web page, is there any way to determine the user's home page? I'd like to have a button on a web page which, when clicked, links to the user's home page (w/o knowing before hand, the URL of the user's home page). So, regardless of who accesses the page, clicking the button links to his...
  12. lennyh

    Can't connect to SQL Server (XP Home)

    I recently converted to xp home. Previously I was running sql server 7 (MSDE) on Win98 w/o problems. But now w/ XP cannot connect at all -- not with Enterprise mgr, Access projects, Query mgr, etc.. In all cases, I get the msg, &quot;Connection could not be established - SQL Server does not...
  13. lennyh

    Administer SQL Server via Internet?

    Can SQL Server be administered over the internet? I'd like to develop a db locally w/ MSDE (and an Access project), ftp the db to SQL Server, and then attach it (and do anything else required to enable the db at the remote Server). Can the attach (or detach) be done via the internet? If so...
  14. lennyh

    Connect Access Project (adp) to MSSQL over internet

    I have an Access project running with MSDE natively (on the same PC). Is it possible to create a project on another PC to connect via the internet to the database(s) on the first PC? Or similarly, if I migrate a database from MSDE to another PC running MSSQL 7, can I use my original Access...
  15. lennyh

    Moving database from MSDE to SQL Server

    Assuming I have a db running on my local machine with MSDE, can you tell me how I move it to a remote SQL Server (7.0). For example, can I merely ftp the mdf and ldf files from MSDE to some directory at SQL Server, and if so, which directory. Or is there some specific initialization, etc...

Part and Inventory Search

Back
Top