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 Wanet Telecoms Ltd 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: JohnVogel
  • Content: Threads
  • Order by date
  1. JohnVogel

    Rigistry Cleaner Spyware?

    I couple of weeks ago I started getting a little shield down at the bottom (by the clock) that says "Your Computer is Infected!". When I click on this, it brings up a box that says "Would you like to update your security software and download Registry Cleaner?" I don't want the "Registry...
  2. JohnVogel

    Windows 98 Loses CD Rom Drive

    While trying to set up windows 98 on an IBM 6549-UN4 machine... I am able to boot from floppy (Windows 98 Startup Disk) go to CD ROM and Setup Windows 98 from the CD, with no problem. However, as soon as Windows 98 Loads for the first time, It asks me for mY Windows 98 Disk, and suddenly the...
  3. JohnVogel

    Setting Screen Resolution in Vb.net

    I'm trying to programmatically set the screen resolution in VB .net but can't figure it out. I've googled all over the web, scoured the newsgroups, but the only thing I found was a program that supposedly does this, but seems to not work at all in VB.Net... funny thing this program is in most of...
  4. JohnVogel

    A question on closing forms

    I am using a splash screen with a button on it. When the user presses the button, the splash screen hides itself and shows the main program form. When I close this form, I want to also make sure the hidden splash screen closes. Here is the code I am using to hide the splash form and open form1...
  5. JohnVogel

    scrolling to end of multiline textbox

    I have a multi-line textbox control on my form. I am programmatically entering text into the text box with Textbox1.Text = "this text" & vbNewLine & "next line" etc. I have the Verticle Scroll bars set on the textbox. What I would like to know is how to automaticall scroll the text to the...
  6. JohnVogel

    Using Enter Key without Beep in TextBox

    Hello, I'm building a simple form, with a textbox and no buttons. I have it so that when a user presses the Enter Key it will simply add the text to a list (as well as writing it to a file) and then blank the line waiting for another line of text. Everything is working great, except I cannot...
  7. JohnVogel

    PC won't shut down

    I have an eMachine eTower 400i3 computer which is having what appears to be a hardware related problem. When you press the power buttong, the computer will shut down and immediately come back on. According to the owner, they have already tried to chance the switch, but with no luck. I was...
  8. JohnVogel

    Getting rid of the word.application after using it for a search

    Hi, I'm working on a program which uses the word.application method to check spelling of a current textbox. A snippet of the code is below. Basically, it all works grand, except that WORD is loaded in memory and stays there, even after the application exits. This also causes problems on...
  9. JohnVogel

    Getting startup programs information

    Hi, I am trying to write a program, where there are two listboxes. I would like the first listbox to be populated with the shortcuts of the startup folder, and the second to be populated with programs and services that are set to run at startup in the registry key. What I would like to know is...
  10. JohnVogel

    copying files that are in use

    I need to know how to copy files that are currently in use by the system or other programs. Mainly I need to copy the registry files, and other system files. Is there anyway of basically unlocking the files to allow them to be moved, or maybe some kind of low level process? Would appreciate any...
  11. JohnVogel

    Get the document directory in XP

    Hi, I need to know the location of the users document folder, in order to manipulate the ntuser.dat file (for system backup). Can somebody tell me hot to get the location of the system folder (eq:"C:\Documents and Settings\Username.COMPUTER" or "C:\Documents and Settings\UserName") TIA John...
  12. JohnVogel

    XP System files (System Back up)

    Hi, and I need to know where the following might be found in Windows XP... names/folders/etc. Where is the system registry file located? What are the boot files and where are they located? Where is the COM+ Class registration Database located? If someone could help me with this, I would be...
  13. JohnVogel

    System Files in ME?

    Hi, and I need to know where the following might be found in Windows ME... names/folders/etc. Where is the system registry file located? What are the boot files and where are they located? Where is the COM+ Class registration Database located? If someone could help me with this, I would be...
  14. JohnVogel

    Where are the system files usually located?

    Hi, and I need to know where the following might be found in Windows 98... names/folders/etc. Where is the system registry file located? What are the boot files and where are they located? Where is the COM+ Class registration Database located? If someone could help me with this, I would be...
  15. JohnVogel

    Passing information to Progress bar from module

    I am designing part of a backup program for windows. There will be several different forms for front-ends and I need to write a self-standing module which I can call from different programs/forms. I have a function that checks the windows version, finds different directors and files and then...
  16. JohnVogel

    finding number of occurances of a string within another string

    I need to figure hot to take string a, and find the number of occurances of string be within string a. I'm pretty sure this can be done with the Insr() function. I also need for it to find a string like "the dog runs" in a string such as "the big dog always runs away" as 1 instance of string A...
  17. JohnVogel

    How to strip non-ascii characters from text

    Part of a utility I am working gets the text in a word document and puts this in a (multi-line) textbox. I have no problem opening the doc and getting the information I need (using the automation method for Word)... only problem is there are non-ascii formatting characters in the text, which I...
  18. JohnVogel

    pupulating listbox in different form

    Hi, I'm trying to populate the list box in a form based on data from a different form. Basically, what I want to do is take all the selected items from a filelist and put them in a listbox on another form. This is the code I am using, which (needless to say) doesn't work. The list I am...
  19. JohnVogel

    Run Time Error '6': Overflow ?

    Hi, I am trying to simply get the free disk space of Drive C, but it seems no matter what method I use I either Get an overflow, or I get 0k. Here's basically what I have: -------------------Begin Code------------------------- Private Declare Function GetDiskFreeSpace Lib "kernel32.dll" Alias...
  20. JohnVogel

    Find date of added data

    I'm designing a fuel inventory system in access allowing one to enter pump and tank information in a gas station... I have several fields for various tank measurements, and pump readings. In the tank measurements I have a field for water measurement, which tells how much water is in the fuel (if...

Part and Inventory Search

Back
Top