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: woodcarver
  • Content: Threads
  • Order by date
  1. woodcarver

    open ports in XP

    Hi all: This will probably sound kind of "duh" but: How does one go about closing the open ports in Windows XP; I am working on a small buisness computer {1} that has been overrun with "junk"-to be nice- so I got a port sniffer demo to see what's open. This machine has OfficeXP so there will be...
  2. woodcarver

    win.com file

    Hi all: {I've had some minor problems w/Win98SE-loaded the "res-kit" sampler from the disk and now Win can't find the win.com file--any ideas would be a REAL big help. C is the drive that most of my code is stored for my programs that I'm "trying" to compile. The idea of...
  3. woodcarver

    Login name to caption bar

    Hi all: How does one pass the logged user name to the caption bar on a child window.This is the code that I want to modify: { DWORD dwSize = 0; GetUserName(NULL,&dwSize); char*szBuf=new char[dwSize]; szBuf[0]='\0'; GetUserName(szBuf,&dwSize); LabelX->Caption=szBuf; //puts name into a label on...
  4. woodcarver

    DateTime

    2ffat;{i shall take your suggestions(both)and give them a shot(nothing tried is nothing gained) Thanks woodcarver}
  5. woodcarver

    DateTime

    2ffat: in answer to your question-scheduler-(which to use) I'not sure- I would like to try both{write one just to see what is entailed[never written one] Thanks woodcarver
  6. woodcarver

    DateTime

    Hi again:I'm another project and need to know a few small things, A}how does one display the current date and time. B}this app needs to be executed at a certain time-i.e. 1am for example, how do I access the clock in Windows in order to make this possible? this app will have a loop running in...
  7. woodcarver

    Win XP

    Hi again: Can I use an app., written in BCB for use in Win98/95, in Windows XP?-- The co. that I work for is in the process of converting over to XP{YUCK!} and the app. that I'm writing is for systems with Win 98/95. If so what do I need to change????(if anything-haha) Thanks {woodcarver}
  8. woodcarver

    FrameForm as a splash screen

    Hi all: One question;Can I use the FrameForm as a splash screen in a BCB project,or doI need to add a separate form to the app.? Thanks {woodcarver}
  9. woodcarver

    ReadMe Files

    Hi all: {how do i add a ReadMe file to a project using C++builder} Tried looking in documentation but can't seem to locate, also could be that I looked at it but did not see it. Thanks {woodcarver}
  10. woodcarver

    Win 98se and an AMD500meg. processor

    Hi: I have an AMD500meg. processor in my home-built machine-Win98se won't even think about loading with this processor at full speed{Win95with patch from AMD runs just fine}I have to drop the processor speed from 100mHz to 83mHz!!! does anyone have any ideas as to how to fix so I can utilitize...
  11. woodcarver

    Windows9x

    HI all:I have a couple of questions {they might be a little dumb}(but the only really dumb one is the one that is not asked) 1)How do I access the shut-down sequence in Win 9x? 2)Is there an easy way to get a program {that I am wrtiing}to load in Task Manager?

Part and Inventory Search

Back
Top