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 SkipVought 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: *

  1. Pete222

    How can I recover a file from a corrupt VHD?

    Thanks for the replies, looks like I will have to start again from scratch then. It's a shame there isn't a way to search the raw data of the vhd file to look for files inside it - like data recovery software does on real hdds. Pete.
  2. Pete222

    How can I recover a file from a corrupt VHD?

    I have a VHD that cannot be read by MS VirtualPC (Source of VHD), MS Virtual Server VHD mount, WinImage or VirtualBox. All of these said that it was an invalid VHD file. I believe that this may have been caused by being 'active' when I backed it up. (Now I only have that backup) Is there any...
  3. Pete222

    Working in firefox, but not in IE

    Sorry, I am unsure why, but it is working now :S Pete.
  4. Pete222

    Working in firefox, but not in IE

    I cannot find any info on this. I have just installed the latest version of appache & php. I have setup a page called test.php that contains: <? phpinfo(); ?>. This works in firefox but shows a blank page in IE6 & IE7. Anybody know how I can fix this? Pete.
  5. Pete222

    How do I get bitblt to work?

    Sorry..worked it out. i used some information i found of a website and a bit from this bitblt exarmple proggy i download a while ago. thx anyway. Pete.
  6. Pete222

    How do I get bitblt to work?

    I've looked at the threads but I can't work out where you put the code. I've tried a few different combinations but none seem to work. I did find a example project, but copying that code still made no effect. thx, sorry about bringing it up again. Pete.
  7. Pete222

    How do I get bitblt to work?

    Im using bitblt to copy part of a picture into a picturebox but i cant get the code to work: i have this at the start of the forms code: Option Explicit Private Declare Function _ BitBlt Lib "gdi32" _ (ByVal hDestDC As Long, _ ByVal X As Long, _ ByVal Y As...
  8. Pete222

    retrieving the text from url

    Im making a webpage that needs to retrieve some text from the URL e.g. page.html?text=hello i know you can do it in Php but is there a way of doing it in javascript? Pete. Spend £20 and receive your 100% free, sim-free mobile phone. Get it now at www.foxxbuyer.tk (brand new website; join now...
  9. Pete222

    Save text (in text box on DHTML page) on website

    I am making a webpage in Visual Basic's DHTML editor, I want to save the text somebody writes in a textarea on the website when a button is pressed and then that text is to load in that same textarea the next time anyone goes onto the website. Pete.
  10. Pete222

    Fill in drawn area

    Thx, sorry that I didn't check on google first. Pete.
  11. Pete222

    Fill in drawn area

    I am making a game that requires you to draw the outline of your island. I can code VB6 to be able to draw the outline with the mouse but I need help on how I can fill that area in with a colour (like the paint bucket tool in paint) Pete.
  12. Pete222

    detecting a mouse click

    I want to able to detect when any mouse button is pressed anywere, may not include form. Pete. My site: clix.to/F
  13. Pete222

    Half picture size [image box]

    Yes, sorry i didn't reply. thanks. Pete. My site: clix.to/F
  14. Pete222

    Half picture size [image box]

    I want to be able to half the size of a picture but not just going: Image1.Width = Image1.Width / 2 Image1.Height = Image1.Height / 2 so that when I save the picture with: SavePicture Image1.Picture, filename.Caption the picture is saved at half size. Pete. My site: clix.to/F
  15. Pete222

    Download .rtf

    Thanks, that works just how i wanted it to. Pete. My site: clix.to/F
  16. Pete222

    Download .rtf

    now it comes up with an error on Open App.Path & &quot;\MC.rtf&quot; For Binary Access Write As #ff It says bad file name or number i have changed the URL in the code for the file - it does exist on the web Pete. My site: clix.to/F
  17. Pete222

    Download .rtf

    Thanks, but it doesn't like Freefile, it says Compile error: User-defined type not defined Pete. My site: clix.to/F
  18. Pete222

    Download .rtf

    what i mean is that when the user opens the program it has a label with a mesage on it from the internet. I don't want a file download box to come up. all i need to know is how do i download the .rtf file to app.path i know how to get it from app.path to a label. Pete. My site: clix.to/F
  19. Pete222

    Download .rtf

    I have a program where, on form load, I want a .rtf file to be downloaded e.g. File.rtf thanks for any help Pete. My site: clix.to/F
  20. Pete222

    Using SendKeys

    Sorry, ive worked it out, its: SendKeys (&quot;{BACKSPACE}&quot;) Pete. My site: clix.to/F

Part and Inventory Search

Back
Top