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 Chris Miller 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: TDogg
  • Order by date
  1. TDogg

    Need FileSystemObject Help!!!

    k.. now i get a different compile error. "Method or data member not found" n it highlights ".ReadAll" from sContents = f.ReadAll -TDG
  2. TDogg

    Need FileSystemObject Help!!!

    I get the compile error "User-defined type not defined" with "fso As FileSystemObject" highlighted.. Some Plz Help Me! Const ForReading = 1 Dim fso As FileSystemObject Dim f As File Dim sContents As String Dim WinDir$ WinDir$ = Environ$("windir") Set fso =...
  3. TDogg

    Hide/Show Form1 from Module

    How can i get Form1 to startup hidden then use a command in a module or from another form to unhide it? -TDG
  4. TDogg

    How Do I Get The Folder Of The VB Program?

    Lets say i got a VB program running called "TD.EXE" How would i be able to tell the program what dir "TD.EXE" is in?
  5. TDogg

    How Do I Call One Sub From Another? *NT

    How Do I Call One Sub From Another? *NT -TDogg
  6. TDogg

    k this is what i wanna do.. plz help!

    that thing changes system.ini to read shell=shell=C:\Windows\Explorer.exe why 2 shells? this is what i have: n = WritePrivateProfileString("boot", "shell", WinDir$ & "\Explorer.exe", WinDir$ & "\system.ini")
  7. TDogg

    If it says this then do this!?

    I want this program to read the system.ini.. n if it says "shell=*explorer.exe" in it to do something.. how do i get it know notice the shell=*.explore? Thanks -TDG
  8. TDogg

    k this is what i wanna do.. plz help!

    i want this program to change system.ini under "[boot]" from "shell=explorer.exe" to "shell=myprogram.exe".. then reboot.. one it reboots.. have it check to see if "shell=myprogram.exe".. if it does it will run another program.. once that program is done...
  9. TDogg

    Run VB Project as Windows Shell

    First.. can somebody tell me how to get my program to change "System.ini" to show "shell=myprogram.exe" under "[boot]" then reboot my computer? Second.. is there anything extra i have to write into my program to let it run as the windows shell?
  10. TDogg

    Some ini editing and command lines

    K.. i want this program to beable to change windows system.ini file under the [boot] part "Shell=explorer.exe" to "Shell=Predifind.exe" (not sure what the exe will be yet) when its ran with the command line "-boot" then display a form saying "Windows Will...
  11. TDogg

    Program closing causes reboot

    How can i make a program reboot windows as soon as a specified program closes?

Part and Inventory Search

Back
Top