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 strongm 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. woodcarver

    open ports in XP

    I have Windows firewall enabled and she has installed Norton Internet Securities{tightened up so thght it "squeeks"}. I tried to explain to her that both enabled will just slow down the PC because Norton runs as a service and can conflict with the firewall. But some people insist on "maximum...
  2. 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...
  3. woodcarver

    win.com file

    Hi: This is woodcarver-my description might not be the most clear, I shall clarify-- When Windows starts it sends a message that the file "win.com" cannot be found. The question that I have is: Should I rebuild the file or is there an easier way to rectify the problem? Thanks...
  4. 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...
  5. 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...
  6. woodcarver

    Can not view pictures with IE6

    Did you get the download pgm. as a download or on disk; if it is zipped as usual for downloads-try uninstalling, and see if that works-you will have a copy of it zipped most likley-but I would uninstall,and reboot. Keep us updated. woodcarver
  7. woodcarver

    DateTime

    2ffat;{i shall take your suggestions(both)and give them a shot(nothing tried is nothing gained) Thanks woodcarver}
  8. 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
  9. woodcarver

    DateTime

    2ffat:the app will be started at 'x' time and iniate a series of small programs{similar to a 'programmable logic controller' program such as in a manufacturing facility to operate production line operations.
  10. 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...
  11. 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}
  12. 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}
  13. woodcarver

    ReadMe Files

    Cyprus: {You are "right-on"(to coin an old phrase)THANKS for your input} Woodcarver
  14. woodcarver

    ReadMe Files

    Yes, I need to display the readme in the app. It would probably be a good idea to create help files also. I'm not totally sure but I don't think that Win. has the .hlp files that I would need to use, maybe some, come to think about it. So I will probably need to write them specifically for the...
  15. woodcarver

    ReadMe Files

    Hi: Sorry about the conufsion- this "computer" and I are going to have a battle one of these days!!!! I need to put a ReadMe file into an application that I got "elected" to write. It will have the usual info for the user in it; install notes,usage,etc. I'm not that familiar...
  16. 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}
  17. woodcarver

    Windows 98

    Marbles-try-Start>Accesories>SystemTools>SystemInformation; go into software environment-on that window there is a "Tools" tab- in there is a series of programs that are designed to fix errors-you will need the CD that has your OS on it-try either of the...
  18. woodcarver

    Ibm 300gl video driver help please

    Hi: Have you tried "driverguide.com" ?? they just might have the driver that you are looking for. While there you might have to do a "FCC search". There is a FCC number somewhere on the main circuit board. If all else fails {that URL should have the driver}try IBM I've heard...
  19. 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...
  20. 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