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

    Excel VBA, delete sheet without confirming

    Hi, In Excel VBA, how to delete a sheet without poping up the confirm window? Thank you in advance.
  2. daveask

    Excel, copy everything exept the formular

    Hi, In Excel, need to copy everything exept the formular in a range from a sheet to another sheet. Note, I need to copy the character color in the cells as well. Any idea?
  3. daveask

    Runtime error: -1072882841

    Hi, When I run an application under Windows2000, it said Runtime error: '-1072882841(c00d1b67)': No profile set for the source. Do you know what happened? Perhaps I can set something in Windows2000? Thank you in advance.
  4. daveask

    only play, not record

    Hi, I got Windows98 and Windows2000 in the same PC. playing music and recording under Windows98 are OK, but under Windows2000 I can only play music, just cannot record. Any suggestions?
  5. daveask

    a sound driver not working

    Hi, I downloaded CMI8738_WDM_0639W2K.zip from www.soundcard-drivers.com for the following souund card under Windows2000: C3DX HSP56 CM18738/PCI-SX HRTF Audio Com MBE43-037D 0207UGG1EB When try mp3 or other song, I can only see the moving picture in Media Player but without sound. Do you think...
  6. daveask

    driver for music?

    Hi, I got Windows98 and installed Windows2000 in the same PC. Now, I found I cannot play music under Windows2000. Do you think I need a driver for that and can I just copy the driver from Windows98 to Windows2000? If that is a good idea, where to find the drever in Windows98? Or, any...
  7. daveask

    Install DirectX Media

    Hi Experts, I need to download and install DirectX Media 8.1 or greater run-time for a Windows2000. However, I can only use a PC with Windows98 to link to Microsoft.com and hence Microsoft only allowed my to download and install the DivectX for Windows98. Any suggestions? Thank you in advance.
  8. daveask

    USB2.0 + Windows98SE

    Hi Experts, I bought a new USB2.0 card, inserted into the motherboard and installed the driver program. When opened the PC, the Windows found the card and the driver program but kept restart. Do you have any experiences like this and do you have any idea? The system: Windows98SE, p200, 128+32...
  9. daveask

    copy-past without formala

    Hi, How to copy part of contents from sheet1 to sheet2 without the formula but including values and the format of the cells? Thank you in advance.
  10. daveask

    Correct the setting

    Hi, It must be a very simple question, but.... Every time, when I switch on a Windows se, it said Not ready reading drive A I just cannot find where to correct the setting. I tried press Del when switch on snd got into the setting window but cannot find anything can do that.... Thank you for...
  11. daveask

    I slightly touched my PC but it refused to work anymore :(

    Hi Experts, I slightly touched my PC but it refused to work anymore :( I removed the memory strip and a card(sound?) and then set back and then switch on the PC. I then got the beeps: last 0.3 second, stopped 2 seconds, last 0.3 second, stopped 2 seconds, ......, until I switch off it. I...
  12. daveask

    put =A1 in B1, =A2 in C1, =A3 in D1, ......

    Hi Experts, I want to put =A1 in B1, =A2 in C1, =A3 in D1, ......, =A99 in .... Any idea? Thank you in advance.
  13. daveask

    How to update HijackThis?

    Hi Experts, Norton said I got C:\Recycled\Q330995.exe....but why HijackThis cannot find it? Perhaps I need to update HijackThis? In HijackThis window, I just cannot find any button or link for me to check if I need to update it or not. Can you tell me how to update HijackThis?
  14. daveask

    Lock Access database?

    Hi Experts, I am using ASP+Access in my pages. Sometimes there are about 50 people visit my pages at the "same time". The data in database need to be edited from time to time (use ADO, Insert, Update, Delete...). Do you think I need to lock the database when editing the data? If your answer is...
  15. daveask

    Color turns 2D to 3D

    Hi, This simple code shows how the color affected the input element in FireFox!! The 'class=="color1"' made the input element become 3D. It is 2D if there is no 'class=="color1"'. Can you tell me why and how to set the background color of the input element (by css) with it remains 2D? <html>...
  16. daveask

    FireFox + CSS

    Hi Experts, Have you tried FireFox? In FireFox, I found the borders of the input boxes lost using follows css: input {BORDER-BOTTOM: 1px double inherit; BORDER-LEFT: 1px double inherit; BORDER-RIGHT: 1px double inherit; BORDER-TOP: 1px double inherit;} I then use this in css: input {} all the...
  17. daveask

    Difference between protected and provate

    Hi Expert, This is me again :( I am learning Protected and Private member in a base class. Can you show me what is the difference by following code? I tried to access the protected variable proValue in the base class without success! #include<iostream.h> #include<stdio.h> class BaseClass {...
  18. daveask

    Constructor error

    Hi Experts, Why such a simple code got an error: class MyClass { protected: int itsValue; public: MyClass(int value){itsValue = value;} }; class InhClass : public MyClass { public: InhClass(); }; void main() { InhClass class2; }
  19. daveask

    How to avoid being framed

    Hi Experts, To avoid being framed without my permition, I included following JavaScript code if (top != self) { window.location="......"; } However, somebody can still frame my site. Following is his JavaScript code I found from the source: document.write('<frameset .......>')...
  20. daveask

    About the use of FAT

    Hi Experts, Got problem in my hard disk, I added another hard disk as master, "problem disk" as slave. I vave found something wrong in FAT of the "problem disk" by scandisk. I then Erased the "problem disk" by running DFT. 1. I don't know if the "problem disk" was formated (low?) or not during...

Part and Inventory Search

Back
Top