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 bkrike 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: mrrrl
  • Content: Threads
  • Order by date
  1. mrrrl

    When or when not to use/build a class?

    Coming from VB6 and trying to figure out when to use or build a class. Using modules in VB6 was great, so do I convert or build a class where I once used a module? TIA
  2. mrrrl

    Problem installing GLIB for gnubg

    I am tryin to install GNU Backgammon, but it comes up with this error when I run ./configure : checking for GLIB - version >= 2.0.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that...
  3. mrrrl

    Code runs in IE but not Mozilla??

    I found this code to do exactly what I want to do, which is fade the background from black to white upon loading a page. But I can't get it to work using Foxfire, works great in IE. In Foxfire it just goes to white, no fading that I can see. Any ideas? TIA <script language="Javascript">...
  4. mrrrl

    Code runs in IE but not Mozilla??

    I found this code to do exactly what I want to do, which is fade the background from black to white upon loading a page. But I can't get it to work using Foxfire, works great in IE. In Foxfire it just goes to white, no fading that I can see. Any ideas? TIA <script language="Javascript">...
  5. mrrrl

    Fading Text output problem

    Did some fading text, looks great on the stage, but publish test or publish it doesn't work. Made sure that browser has latest Flash installed. Searched and found that this is a commom problem with no good answer. Any ideas why it would not work?
  6. mrrrl

    Passing a variable to a stored procedure

    Looking for info on how to pass a variable (ie name) to a stored procedure. Here is the stored procedure (@name the variable): CREATE PROCEDURE dbo.NewSelectCommand_Test_1 @name text AS SET NOCOUNT ON; SELECT au_id, au_lname, au_fname, phone, address, city, state, zip, contract FROM authors...
  7. mrrrl

    Getting database data on to web form

    I built a test web app that connects to a SQL DB and displays certain items. I used pubs database to test. I set up the Data Connection using Server Explorer (tested good), then pulled the authors table in to the form. This set up the SqlConnection and the SqlDataAdapter. I created the DataSet...
  8. mrrrl

    Testing the backups to another DB

    We backup our main DB (SQL 7 DB) to tape using Backup Exec v8.6. I have restored the xxxx.bak file to the hard drive. How do I restore this to another DB other then the original to test it. I don't want to restore it to the original DB for obvious reasons. TIA
  9. mrrrl

    After a short time Word 2000 says it can't save...

    After a short time working with Word 2000 and you go to save the file, it says it can't save and that you have to do a Save-As. It then saves the file under the new name and also another file such as 8758578.doc. Any ideas? I turned off the auto save feature.
  10. mrrrl

    Mapping Problems NT Workstation to NT Server

    Hi, Here’s the problem. I have a NT 4.0 workstation that I need to map a drive to an NT 4.0 server. Using the GUI or the command line I can only map down one level i.e. net use \\server\level_one. If I try and map down any further it gives me the error "Network Path not found". I have WINS...
  11. mrrrl

    Module help

    I have a long main program code on a form that I would like to put some of the procedures into modules to be able to use form other procedures and forms. I have a procedure that saves some data into an access database. I move all the code over to the module. Then in the main I call the procedure...
  12. mrrrl

    OS X cursor size

    How do you change the cursor size so it is easier to see? TIA
  13. mrrrl

    PowerPoint & MPG files & CD Burning

    I have a PPT slide show that has several movies embedded in the slides. Now when I burn the PPT to a CD of course the movies don't play. That is because the relative location has changed. So how do I tell PowerPoint where the movie loacation will be (on the CD) before I burn the presentation to...
  14. mrrrl

    Internet Explorer to internet to modem

    Is there a way to use IE to call a remote modem via a internet phone service? TIA
  15. mrrrl

    Lock pictures on web page?

    I have a web site/page with pictues and don't won't visitors to be able to download the pictures. Is there a way to lock the pictures so that the visitor can view the pictures but not be able to right click and copy them to there computer? TIA
  16. mrrrl

    Failed to lock file...after 5 minutes

    I am using webmin to access my server at home. I am using webalizer for web stats. I am trying to schedule a cron job to run webalizer once a day. Each time I set it up in the webmin webalizer or cron module in webmin I get this error: Failed to save log file: Failed to lock file...
  17. mrrrl

    mscomm problem

    I am tring to commuicate with a cm11a (x10) unit. I am to send it two bytes (test) and then it sends me back the checksum of those. But I can't figure out how to compare the data sent back from the cm11a to get it to then close the port. TIA Private Sub Command1_Click() Dim test Dim...
  18. mrrrl

    mscomm read and checksum problem

    I am tring to commuicate with a cm11a (x10) unit. I am to send it two bytes (test) and then it sends me back the checksum of those. But I can't figure out how to compare the data sent back from the cm11a to get it to then close the port. TIA Private Sub Command1_Click() Dim test Dim...
  19. mrrrl

    cm11a - x10 activex

    I am looking for a cm11a x10 activex controller. Anyone know of one? I tried the one from Homeseer, but you have to run it in conjuntion with the Homeseer program. I am looking for a stand alone activex. I am writing a vb6 program to control x10 units through a cm11a module.
  20. mrrrl

    Web server code or activex for VB6 ?

    I am looking for a web server activex control or code to install in a VB6 program that I am working. TIA

Part and Inventory Search

Back
Top