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 SkipVought 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. viper123

    How to comunicate via LAN ?

    Heya dude! Once I had to deal with an issue smilar to yours, so check this out: You could use IdUDPServer/IdUDPClient from the Indy group in order to make broadcasting through your network. Make sure you have the BroadcastEnabled property set to true and everything should go well. If you want to...
  2. viper123

    Copying files in binary mode (ifstream/ofstream)

    Hey guys. I have a question about this issue. Isn't 'fstream.h' library obsolete? I mean, can I work with files that have long names using this library. If I try to manipulate such a file, wouldn't I alter it's name? 'Cause as I know, there are newer libraries in CBuilder for working with files...
  3. viper123

    Indy Components & Copying files

    Hey guys! I wonder if you could help me in a very nusty job, I would be grateful if you could. I've made a chat program using an IndyServer component. Momentary, I'm able to send only text messages through the network, but I want to be able to send files also over the LAN. Does anybody know to...
  4. viper123

    2 NICs on Win2000

    Enkie was right about how the three computers are linked. All I want to do is a bridge between the two connections, but unfortunattely I can't change my OS to WINXP. I wonder if I could use the 'route' command (e.g:route add 0.0.0.0 MASK 255.255.255.255 1.1.1.1), 'cause if I can I dont' know how.
  5. viper123

    2 NICs on Win2000

    Hey guys, could you help me pls in a network issue? I have a computer running win200 pro with 2 network addapters. I can see the 2 computers which I'm linked to, but they can't 'see' each other. Do you have any idea how to make this possible? I'd be gratefull if you could.
  6. viper123

    How does one make an icon?

    In order to create an icon you need an icon editor, like Bitmap to Icon Maker or a similar program, which allows you to convert a .bmp to a .ico file. Just renaming the extension, from bmp to ico won't work.
  7. viper123

    TCP/IP chat program...

    Someone said in this thread something about UDP connection. Could you tell me, guys, how could I use this protocol in a chat program? Which methods/components should I use? I'd be gratefull if you could.
  8. viper123

    UDP connection

    Thanks a lot for your tip, but I still have some vaguness. For example, if I want to send/read a text I use SendText/Receive text, if I want to send/read a buffer, I use SendBuf/ReceiveBuf methods according to you. But if I want to receive a stream how should I do this? I use SendStream method...
  9. viper123

    UDP connection

    Hey guys, I wonder if you could help me in a situation, I would be gratefull to you if you could. I want to build a chat program using the UDP broadcasting or the IP multicasting but I couldn't find any reference for this issue. What components should I use for this job? I tried TServerSocket...
  10. viper123

    Working with Dll

    Hey guys! Can you tell me pls. how can I import a form from a dll? I've added the *.lib file and I've created the *.h required to import the class, but when I try to use the form I receive a very ugly error message.
  11. viper123

    Shutting down Windows

    Hi folks! I want to make an application which shuts down the machine. Could you tell me how to do this? I've tried to use ExitWindowsEx, but it doesn't work on win98 OS. It says it works on Windows NT only.
  12. viper123

    Pls help me! Using 2 network cards

    Hi folks! Could you help me, please, in a quite delicate issue? I've got a computer with 2 network adapters and a Windows98 SE operating system. I don't know how to configure the network in order to be able to simultaneously access the two computers that I'm linked to, and those computers to be...
  13. viper123

    Church Network

    I've dealed with this problemm, too. I think the problem is caused by the winXP machine. On the WIN xp machine click set up a new connection and follow the steps. Make sure that the other computer is TURNED ON and it has the tcp/ip protocol installed. After finishing setting this up, the...
  14. viper123

    Cannot install cisco pix des activation key

    Having read the docs I installed the latest software release including pdm. Since I could not use the web interface i applied for a DES activation key. I folowed the instructions and re uploaded the software version. When asked for a new activation key I typed the exact key that was sent to me...

Part and Inventory Search

Back
Top