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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pcjunkey

  1. pcjunkey

    Dll integration

    Sheco- I added the ref as you mentioned in the Project/Ref's My code is now.... Private Sub cmd_wakeup_Click() Dim WakeOnLan As WolCom.WOL Set WakeOnLan = CreateObject("WolCom.Wol", "DELPHI") WakeOnLan.TheMacAddress (txt_MAC) WakeOnLan.TheIpNumber (txt_IP) WakeOnLan.TheSubnetMask...
  2. pcjunkey

    format command automation

    hey guys I'm writing a batch script and I was wondering if there was away to automate the format command when it asks you if you're sure you want to format? how can I force it to say yes? and when it asks for a volume label, how can I force that as well? thanks
  3. pcjunkey

    Dll integration

    All I would really like to do Sheco is make it so that the the program is just one file, a single executeable, we're probably going to have to distribute this program with another custom app we make to end users who are not computer literate at all, including their sysadmins. I just want to...
  4. pcjunkey

    Dll integration

    Hey guys, relatively new to VB, but I downloaded this dll to use in a wake on lan VB app.... http://www.depicus.com/wake-on-lan/wake-on-lan-com.aspx We're using it in a corprate setting and it would be nice to not have to be required to install it...instead just run it from a floppy or usb or...
  5. pcjunkey

    Archive Website?

    Hey guys, I have a question about possibly archiving a site? I don't know what this process is called, but I love sysinternals.com 's software, and most of it is freeware. I use it alot and would like to take it on cd with me when I go out of town? I was wondering if anyone know of a fast...
  6. pcjunkey

    What it takes to be an ISP?

    Hey guys, this seems like a dumb question, but, ok....so I ask, what exactly am I paying for when I buy interent service. And why Do I have to pay someone else? Who does my cable company pay? Why can't I just bypass the middleman and become my own ISP? The Internet isn't located on just one...
  7. pcjunkey

    Boot laptop into dvd player

    Hey guys- I was just wondering if any of you know a way to boot a laptop into a dvd player. In otherwords, I travel alot and I like to watch movies on planes, but I don't want to waste time/battery life booting into windows xp. I was wondering if anyone knows of a minature O/S that could help...
  8. pcjunkey

    Help with a basic program

    snuv, if you refer to the code for my "safestuff.h" file, you'll note that it does have that line in it.
  9. pcjunkey

    Help with a basic program

    Hey guys I'm learning C++, from a C++ book and its come to the chapter "Sharing with Header Files.... I have two files... p111.cpp which looks like the following #include "stdafx.h" #include <iostream> #include <stdlib.h> #include <string> #include "safestuff.h" int main(int argc, char*...
  10. pcjunkey

    Corrupt Pc Accounts and Resetting a machine account password....

    Hey Guys - A couple days ago I posted a question about computer accounts becoming corrupt on our win2k server. Mysteriously they would randomly disable their own computer accounts. I am not on site, and don't have the event logs but I think I found a solution. I think their machine account...
  11. pcjunkey

    Flash drive data Recovery

    Hey guys, I did a really dumb thing..... When I was installing a fresh copy of XP PRO on a machine I had a USB flash drive in it. I didn't realize when I was deleting existing partition tables that I deleted the one on the flash drive. Are there any freeware solutions or trials that I can use...
  12. pcjunkey

    Registry Entry to Autohide the Taskbar

    Hey guys, I'm working with windows XP embedded, and its basically the same as XP Pro/Home but I was wondering if anyone knows of a way to autohide the taskbar using a registry key, it doesn't matter if it requires restart. Thanks
  13. pcjunkey

    Simple File Sharing

    Hey guys, I want to create a public access share on a win2k pc, I know win2k doesn't support simple file sharing like winxp but is there a way to allow access to a share without dealing with access user lists or creating an account....more like its on/off rather than its on depending on what...
  14. pcjunkey

    Computer Accounts losing trust with Domain Controller

    hboyd- Have you come across any relevantly similar information on this topic? I can't seem to find anything and nobody seems to have any answers?
  15. pcjunkey

    Compact on Exit

    Hey guys is there a way to make a database compact automatically on exit? or even to write a vb call for that particular action? Thanks Mark

Part and Inventory Search

Back
Top