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
  • VBA MP3 Player

    com security
    2
    0 Votes
    2 Posts
    2 Views
    D
    There is no way anyone in there right mind is goind to download an untrusted project and launch it in Excel. You either post the relevant code snippets here in your post, or ... A guide to posting questions on CodeProject[^] Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic      2006, 2007, 2008 But no longer in 2009...
  • HOWTO, write antivirus software

    docker mcp json help question
    5
    0 Votes
    5 Posts
    1 Views
    T
    I am also interested in writing antivirus software and these are the information I have collected to help me in writing my own untivirus: -know about virus definition database -Learn about types of searching virus Signature-based detection heuristics search expected and so on -put more interrest on the following topics to help you write your algorhythm: -keep watch on the windows registry ,particulary,startup entries -component you would need is to iterate through the file system on a computer -invent algorhythms -implement the algorhythms using suitable platform and language toula
  • Sip and Voip Client for java based mobile like sony ericsson

    question java
    2
    0 Votes
    2 Posts
    3 Views
    N
    try Fring voip http://www.fring.com ============= NITIN SAWANT =============
  • [Message Deleted]

    3
    0 Votes
    3 Posts
    2 Views
    L
    This question has been responded to in the C++ forum.
  • 3D Object Modeling

    algorithms help question
    4
    0 Votes
    4 Posts
    2 Views
    D
    I don't have any links, other than these[^]. From the complexity of such a feat, I wouldn't be surprised if all you find are commercial utilities to do it for you. A guide to posting questions on CodeProject[^] Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic      2006, 2007, 2008 But no longer in 2009...
  • 0 Votes
    1 Posts
    1 Views
    No one has replied
  • OpenVPN and Windows XP

    com security tools help question
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • FAT32 filesystem

    2
    0 Votes
    2 Posts
    2 Views
    L
    Hi, File Systems don't waste half of the disk space for administrative purposes; they typically need a map to keep track of allocation, i.e. one bit per sector (i.e. 1 bit for 512 bytes), or one bit per cluster. Clusters are just collections of N consecutive sectors, clustered file systems allocate by the cluster, not by the sector; the main purpose is to keep the allocation index shorter; in Windows they got introduced to make sure all the sectors of a partition can be located with a 16-bit index (so on a 320MB partition, there are 64K clusters of 5KB each). This[^] should contain the details for the Windows approach. :) Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages
  • Dotfuscator

    com help question announcement
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Publishing a binary file.

    csharp hardware question
    4
    0 Votes
    4 Posts
    3 Views
    D
    kfx666 wrote: Wow, a Microsoft MVP, cool ! I was a MVP. I'm not anymore. I find spending time with my son more important than supporting the community like I used to. A guide to posting questions on CodeProject[^] Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic      2006, 2007, 2008 But no longer in 2009...
  • function Isnumber Accept + Sign

    csharp tutorial question
    4
    0 Votes
    4 Posts
    4 Views
    L
    Depending on the culture, + sign may appear at the end of a number.
  • Free Intranet website to share data across the organization

    tutorial question
    3
    0 Votes
    3 Posts
    2 Views
    L
    If you want a wiki, try ScrewTurn wiki and if you want a CMS, try Joomla.
  • T-SQL - Creating a Local User On Windows OS

    database question
    2
    0 Votes
    2 Posts
    2 Views
    L
    T-SQL was created for a different purpose (which is to work with databases). It is far from reality to do such things in T-SQL directly.
  • Perfect language

    4
    0 Votes
    4 Posts
    3 Views
    L
    It depends on how you define the word 'perfect'? What accoding to you is perfect ? IMO, no language is perfect, not even C++.
  • Canon lbp 5000 support paper weight

    question
    9
    0 Votes
    9 Posts
    3 Views
    L
    You tried Google? Well, you didn't try that hard. http://www.google.co.uk/search?hl=en&safe=off&rlz=1B3GGGL_enGB311GB311&num=100&newwindow=1&q=canon+lbp+5000+specs+%2Bpaper&btnG=Search&meta=&aq=f&oq=[^] From that query, this was found http://www.canon.co.uk/For_Home/Product_Finder/Printers/Laser/i-SENSYS_LBP5000/index.asp?specs=1[^] and from that I quote Media Weights Cassette (Standard and optional): 60 to 163 g/m² Manual feed slot: 60 to 163 g/m²
  • What Is The Best Language To:

    question testing tools
    4
    0 Votes
    4 Posts
    2 Views
    L
    I will use c# Regards Aman Bhullar www.arlivesupport.com[^]
  • WiX - Are you kidding?

    design question
    3
    0 Votes
    3 Posts
    3 Views
    U
    For a programmer, the installer is necessarily an afterthought compared to the product itself. If the programmer is goal-driven, he probably won't want or need anything too elaborate, just to make an installer. WiX does a good job of getting out of the programmer's way, and it's thus a very natural approach for a programmer. But if your employer has decided they want one of those slick installers with its own design language, theme music, etc., I don't think WiX is the answer. Such things can be written in a general-purpose language like C or C#. Or, maybe some of the custom InstallShield-type programs offer this sort of thing now. They probably do, but they're also expensive and not, in my opinion, any easier to deal with than plain old C or C#. Incidentally, what you're describing sounds like a bit of a quagmire. There has probably already been some back-and-forth between management and the developers about their "ugly" installer. No doubt the developers feel they've provided what's necessary, and management must be perplexed by their inability to make simple, cosmetic changes. You'll be jumping right into the middle of that, and you'll be without the technical ammunition to defend yourself... you can draw pictures, and the programmers can make installers, but it doesn't sound like either you or they are equipped to really address the issue of 'installer ugliness.' Personally, I think installers should be as close to invisible as possible. The use of music, custom design language not seen anywhere else, etc. tends to piss me off when I'm installing a product. This is especially true when the product is buggy, expensive, or functionally incomplete. For example, Microsoft has time to include custom photos of dorky ASP.NET coders in their Visual Studio installer, but I have been dealing with the same bugs in Visual Studio for the last 10 years. It's a question of priority, and I don't like their answer. modified on Wednesday, December 9, 2009 11:37 AM
  • How important is MFC?

    c++ question csharp graphics
    5
    0 Votes
    5 Posts
    2 Views
    S
    Thank you all for the informative comments.
  • how cant i uninstall a program

    security help
    3
    0 Votes
    3 Posts
    2 Views
    S
    Whatever you are downloading is probably actually infected. The most likely reason that you can't install Norton is because you already have AV installed.
  • software to save webpages as ms word document

    question
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied