Skip to content

IT & Infrastructure

General IT Discussions

This category can be followed from the open social web via the handle it-infrastructure@forum.codeproject.com

6.1k Topics 18.2k Posts
  • Ideas needed

    com xml
    2
    0 Votes
    2 Posts
    0 Views
    L
    Ever considered developping a Client-Server MSN style but XML messages based? we'll here's ur chance, once again u can browse www.jabber.org for an email client doing just this! If u want to use COM u can automate MSN, this means that u can make a link between ur application and MSN users, so if u wanna take the idea send me an email at johnny_mkhael@hotmail.com and ill help ! Papa Murex Co.
  • collaborative developer website

    discussion com collaboration
    3
    0 Votes
    3 Posts
    0 Views
    S
    Thanks, but despite being a Microsoft user, I would want to use PHP for this site. Regards, Nivarty.
  • what exactly are 0 and 1

    9
    0 Votes
    9 Posts
    0 Views
    S
    High and Low values are usually ranges rather than a set voltage. So if the potential is relative to 0V, then 0 might be from 0V-1.5V and 1 might be from 2.5V-5V.
  • Games Programming - Scroll Code

    csharp game-dev help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • C# Windows Forms program freezes on form unload

    csharp winforms question
    3
    0 Votes
    3 Posts
    0 Views
    J
    If you create any threads which can safely be disposed of when the program exits, set the IsBackground property on it to true. James
  • download part of file

    tutorial com game-dev sysadmin
    4
    0 Votes
    4 Posts
    0 Views
    L
    that's their problem: from moment any stupid ran special downloading sws overloaded network by nonsense retryes (about 30 GBs of packets wanting download few MB) they have disabled everything special do someone know any ie-pluggin noone can easy detect it exists (and will do common download only, especialy no special retry logic)? t!
  • Proxy Settings

    sysadmin windows-admin
    2
    0 Votes
    2 Posts
    0 Views
    M
    For IE5 it's HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ I wouldn't be surprised though if it gets moved around to different places with each new release of IE.
  • PHP database access

    question php database mysql design
    5
    0 Votes
    5 Posts
    0 Views
    J
    Sure, but it sucks to have to reinvent the "database" wheel when databases are so readily available. :) Jon Sagara "I am in a race. I'm weening!"
  • microprocessors

    question
    5
    0 Votes
    5 Posts
    0 Views
    R
    Mike Nordell wrote: like the MMU has been doing since the days of the 80386 you mean Those nice old TLB* tables?....(shudder) :eek: I had to write a boot section for one of these in assembler once. Not nice. Especially as it was all 1st generation proprietry silicon, that was yet to be fully debugged. You could never tell whether the problem was your code or the hardware! * Thats a Translate Lookaside Buffer for those who don't know the anacronym. Roger Allen Sonork 100.10016 If I had a quote, it would be a very good one.
  • using NICs or sockets?

    c++ sysadmin question
    3
    0 Votes
    3 Posts
    0 Views
    E
    If I'm understanding properly, you have a network monitor program of some sort that consumes a lot of system (?) or network (?) resources. You want to know whether to dedicate 5 machines, each running the application, or run the application on one machine with 5 network interfaces. The answer depends on the problem: If the application is consuming system resources, you need to run on multiple machines. If it's consuming network card resources but the machine still has processor cycles left, then add multiple NICS to one machine.
  • Resources and ELF files

    question
    2
    0 Votes
    2 Posts
    0 Views
    M
    Everything is possible, but why would you want to do it? Isn't ELF bad enough as it is already?
  • 0 Votes
    9 Posts
    0 Views
    M
    Since this would cost you a (probably rather hefty) bunch of money, perhaps you should try e.g. CVS first?
  • How to know if the IP is a LAN IP??

    csharp c++ tutorial question
    6
    0 Votes
    6 Posts
    0 Views
    J
    The GetNetworkParams function may help you. At least it will give you some network info, like the DNS name and such. The Internet Protocol Helper is included with win98 and up. Like it or not, I'm right.
  • SMART Hard Disk Information

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • S-L-O-W Downloads from MSDN subcriber site

    performance question career
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Cant view Javascript

    question javascript help
    2
    0 Votes
    2 Posts
    0 Views
    E
    Reinstall your browser.
  • 0 Votes
    3 Posts
    0 Views
    E
    In the Internet Explorer Options->Advanced-->Browsing tab, check "Disable Script Debugging" and uncheck "Display a notification about every script error".
  • windows icons copyright

    question
    2
    0 Votes
    2 Posts
    0 Views
    S
    I don't have a reference handy, but i know they are copyrighted. I believe you are allowed to use them when making a favorable reference to MS products (i.e. as a screenshot in a review, etc.), but i'd tread lightly otherwise. (or morph them slightly first... ;)) -------- Life is fraught with opportunities to keep your mouth shut. --Shog9 --
  • Improving the site

    question discussion
    4
    0 Votes
    4 Posts
    0 Views
    S
    ooohhh. The technological wonder of CSS has just been realised! ;) Cheers, Simon "Every good work of software starts by scratching a developer's personal itch.", Eric S. Raymond
  • help me

    sysadmin help
    2
    0 Votes
    2 Posts
    0 Views
    Z
    if the server is always power on,then it will simple. edit a .bat file that contains ftp batch mode commands. start the .bat file when client starts!