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 derfloh 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: soas
  • Order by date
  1. soas

    How would you recover from Diskpart clean

    Just wanted to make an update. I've tried all the utilities that are recommended on here, and so far the most complete solution for me has been GetDataBack. Granted I am only using the trial versions of each program. Each program I tried so far has been able to find most of my files, but...
  2. soas

    How would you recover from Diskpart clean

    ...utility to see if I could change the partition information for that drive. I selected the drive and I ran diskpart clean.. not thinking clean meant *clean* and not bothering to check the windows helpfile on diskpart first.. Anyways, so my problem is two-pronged and I have been doing research...
  3. soas

    New RAM seems to be causing video problems?

    well, it only goes down to 266mhz for the memory.. When I set it to detect the speed automatically it messes up the same as it would if I were to set it to 400mhz, but it seems to work perfectly at the lowest setting, so I'll leave it at that. I really appreciate the help you two have given me...
  4. soas

    New RAM seems to be causing video problems?

    Well my bios says I have a 200mhz fsb. My processor is a pentium 4 2.4C northwood 800MHz FSB. I know they do something funny with their fsb to where its actually 1/4 what its listed but does this mean that using memory with higher than 200mhz bus speeds is pointless? I just assumed that even...
  5. soas

    New RAM seems to be causing video problems?

    I have a PT880 Neo motherboard from MSI and with an intel processor. I recently changed from DDR 266 to 2 matched pairs of 512MB each Corsair ddr memory sticks that are supposed to be ddr 400. Initially I left my bios like it was set for the previous ram I had in it, it was set for 266mhz, and...
  6. soas

    Vertical lines appear after using IE rebooting gets rid of them

    ...to use it. I know that it made some modifications to internet explorer, but I rolled back/reinstalled IE 6 to try and remedy this problem. I *only* did that after I was having problems though. If this problem sounds even remotely familiar, any sugguestions would be welcomed. I tried my best...
  7. soas

    Just intalled NIC now Internet seems to stall frequently

    I removed everything and let windows set everything up fresh and that definitely seems to have made a differences. I like it much better that way too; I only have what I need to have installed on there. Thanks for all the help you guys! :)
  8. soas

    Just intalled NIC now Internet seems to stall frequently

    I don't know what kind of a browser setting it could have been. I didn't have a problem until I installed a network card. Its not just any old site, it happens frequently enough to where I know its not just slow sites. I can't give it an IP. I guess its because I have my cable modem hooked up...
  9. soas

    Just intalled NIC now Internet seems to stall frequently

    Hello, I just recently bought and installed a network card in my computer. It installed without a problem, but I noticed afterwards that my dial-up connection would hesitate for about 10 seconds before sites would respond every once in a while. My network card is not connected to anything and...
  10. soas

    need help passing and modifying c++ array from assembly library

    okay, well I dont intend it to be constants, Im just starting out like that to test it :) And I made the necessary changes to change the registers to byte registers instead of DWORDS but it still crashes if the array I try to pass has more than 3 elements (c[2]).. any ideas about that part of it?
  11. soas

    need help passing and modifying c++ array from assembly library

    when I was pasting my assembly program in I skipped over a line, I only realized it after reading through it for the 3rd time... its supposed to say mov ebx, [ebp] below mov ebp, esp .. I hope that doesnt make things more confusing
  12. soas

    need help passing and modifying c++ array from assembly library

    Im trying to write a dll in assembly language that I can pass a pointer to an array from my c++ program to, to be modified.. I thought I had it figured out, but it crashes if the elements are more than 2, so I know Im doing it wrong Here is what I have for my program so far... in the c++ part...
  13. soas

    [A] drive checks for disk when renaming/deleting files on [C] drive

    About half of the times I try to change a file's (in the C drive) name or delete it or move it, it checks to see if there is a disk in the A drive, and I dont like that. I know its not normally supposed to do that.. I've been trying to think of things that might be causing it, I use windows 98...
  14. soas

    Programs stealing focus from the Screensaver Im making?

    I've been making a screensaver for someone and testing it out on my computer, its almost done but I keep having this problem... I dont know very many methods for making screensavers, but mine uses the settimer and wm_timer to do the animation stuff and it all works fine, but I leave it running...
  15. soas

    Problems with TransparentBlt

    Thanks alot, I looked in the microsoft KB and sure enough, there it was, just like you said I'll put a link to it in this just in case someone else has the same problem http://support.microsoft.com/default.aspx?scid=kb;en-us;Q79212
  16. soas

    Problems with TransparentBlt

    I've been trying to use TransparentBlt in a screensaver APP Im making on Visual C++ 6.0, Im using windows 98. My problem has been that it seems to be eating up all my resources eventually freezing my comp or severely affecting its performance.. Im almost positive it isnt a result of how it has...
  17. soas

    Problem Writing a simple DLL for use in VB

    I figured out what the problem was no more than an hour or so after I posted this... The data types from VB to VC++ dont match and it was causing it to freeze I guess.. I changed the data types in VB to long instead of integer and it worked, I am sorry for taking up space on the forum, but I...
  18. soas

    Problem Writing a simple DLL for use in VB

    ...what the problem is, I know its something to do with how I am using pointers, when I call it from VB it freezes my program.. But if I change AB=*A to AB=150 and BB=*B to BB=150, the dll works fine, it returns the right value and there are no problems.. I have tried rewriting it a bunch of...
  19. soas

    I get these 2 errors when I try to include winuser.h

    wow, that was easy, thanks! :)
  20. soas

    I get these 2 errors when I try to include winuser.h

    Hello, I am using Microsoft Visual C++ 6, I have one or two programs where I am trying to use winuser.h, mostly for the getcursorpos and setcursor functions, I know I can use afxwin.h for these, but I didnt wana use the mfc shared dll thing I get these 2 errors when I try to include winuser.h...

Part and Inventory Search

Back
Top