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
  • WebBrowser control

    c++ html sysadmin tutorial question
    14
    0 Votes
    14 Posts
    0 Views
    N
    Read the above reply when the NavigateComplete event is recieved the page can still be downloading elements.
  • Liscencing Methods?

    com question discussion announcement
    2
    0 Votes
    2 Posts
    0 Views
    Z
    i am also asking for that! :confused: :)
  • Bug in the Who's who section

    html sysadmin algorithms help
    12
    0 Votes
    12 Posts
    0 Views
    J
    It's better to report bugs to the admin himself, rather than posting it publically for everybody to see, especially when it's security related. (Not that this is, but it could've been.) - Jason (SonorkID 100.611) "I just recieved an email from myself but I didn't send it ?"       - Colin Davies, Sonork conference
  • AINet

    tutorial c++ com sysadmin help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How to???

    help tutorial question
    4
    0 Votes
    4 Posts
    0 Views
    S
    You might want to ask on the VB forum then; i've got a feeling you'll need to use something other than Run(). ---Shog9---_** From now on we can call C# and MC++ "The square wheel languages" **_ -- Jack Handy, The Lounge
  • sending classe or struct with socket!

    question
    4
    0 Votes
    4 Posts
    0 Views
    M
    You may send whole struct, just as byte buffer. With class, You will have a problem, cause it is impossible to get object instance address and send sizeof(class_type) bytes (or maybe - it is possible but won't work). In such case, send class identification (what class is this ; some define, etc) and all the data which are required to fully recreate class instance on the other side. Mukkie
  • Help, cannot create a new project.

    help csharp sysadmin testing tools
    2
    0 Votes
    2 Posts
    0 Views
    M
    You may be missing the given object that is to be servered. Try and see what functionality u're trying to access and call for support.Maybe the object is being stored in a wrong directory.
  • Broken link :(

    tools com question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Help me

    help javascript tools
    2
    0 Votes
    2 Posts
    0 Views
    M
    It is possible that the security settings aren't allowing it to run. Is it embedded in a HTML email? Michael :-)
  • a good advanced C /c++book

    c++ learning
    2
    0 Votes
    2 Posts
    0 Views
    N
    You might want to look at Advanced Windows by Jeffrey Richter or Win32 Programming by Brant Rector and Joe Newcomer
  • Looking for a developer

    help csharp game-dev hosting career
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Hate spammers

    help question csharp html com
    9
    0 Votes
    9 Posts
    0 Views
    L
    nothing - i typed it wrong - i meant : I admit 1 thing i did wrong was - NOT GETTING a virus scanner.
  • Great Plains

    question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Search (exact phrase)

    question
    7
    0 Votes
    7 Posts
    0 Views
    R
    Wouldn't that be sweet:-D
  • MSDN April 2002 is Here!

    csharp visual-studio help question
    6
    0 Votes
    6 Posts
    0 Views
    D
    Oh... Where's my MSDN:(( :((
  • Data Comms & Networks - Please Help!!

    sysadmin help tutorial
    3
    0 Votes
    3 Posts
    0 Views
    L
    :(( Yess!! How did you guess?!! :(( An Expert is somone who has previously made ALL the Mistakes, I dream of this day. - Lucky
  • Sometimes I hate Windows...

    graphics question
    9
    0 Votes
    9 Posts
    0 Views
    A
    I've been running XP (on a Sony Vaio Duron laptop) for about a week now, and so far the only thing that's even come close to threatening it is Norton Antivirus (2002 Pro, no less) which had a fight with ZoneAlarm and tried to stop the machine booting even after I'd uninstalled it... :confused: Other than that, so far it's been rock solid as a dev machine - no blue screens, no unexpected exceptions, nothing...so far I'm actually seeing greater stability than Win2k, which is heartening :) Andy Metcalfe - Sonardyne International Ltd Trouble with resource IDs? Try the Resource ID Organiser Add-In for Visual C++ "I would be careful in separating your wierdness, a good quirky weirdness, from the disturbed wierdness of people who take pleasure from PVC sheep with fruit repositories." - Paul Watson
  • Colored Lines and DirectX

    graphics game-dev tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • HTML element name standards

    html help question
    3
    0 Votes
    3 Posts
    0 Views
    S
    This sounds really interesting! Can you send me a link to more info? Cheers, Simon "Every good work of software starts by scratching a developer's personal itch.", Eric S. Raymond
  • Small footprint, what's that ?

    question performance tutorial announcement
    8
    0 Votes
    8 Posts
    0 Views
    R
    Maxwell Chen wrote: Then, why 20,000 lines compiles to 400,000 bytes executable? A single line of source code always results in more than one line of executable binary instruction code. Even a simple GOTO from BASIC translates into at least 5 bytes of executable - a JMP code, and 4 bytes of address. More complex functions can result in much larger blocks.