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
  • Are the "Code Project" forums using proprietary code?

    html question
    3
    0 Votes
    3 Posts
    0 Views
    R
    How did I miss that? No, don't answer that! Thanks Chris. Rodney
  • Need chorus, reverb technologies

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Audio Compression Manager problem

    help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • HtmlView - what happened?

    html question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Click on shortcut and nothing happen

    help
    2
    0 Votes
    2 Posts
    0 Views
    R
    Good Grief, The millions of things that could be going on there boggles the mind, to start I would check the directory where the program has been installed. See if there is a .log or .err or .txt file in there, it may be a log file that could provide clues as to whats going on. Regards Ray "Je Suis Mort De Rire"
  • Unicode UTF-8

    question
    2
    0 Votes
    2 Posts
    0 Views
    G
    Try the the Unicode home page: http://www.unicode.org/ Check under the "Useful Resources" link. Hope this helps. WillCodeForMoney
  • Form elements

    help tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    2 Posts
    0 Views
    N
    I would say you need to look into using XML for this project. You can insert and retrieve nodes any place within the document without the temp file/copy/write procedure.
  • Programmically creating a shortcut with Installshield

    question
    3
    0 Votes
    3 Posts
    0 Views
    C
    Thanks for tip! Got it functioning the way I would like. Hmmm.. that seemed all to easy. I'll have to think of a harder one next time. ;P "Why are we hiding from the police, Daddy?" "We use VI, son. They use Emacs."
  • SMART

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • CE with Win 32 API or MFC

    c++ json help question learning
    4
    0 Votes
    4 Posts
    0 Views
    A
    MFC works perfectly under Windows CE, but I have always avoided it. If you use the Win32 API directly you get better performance, and, often, uses lesser memory. Some things are a lot more easy/faster to program using MFC, but what you use totally depends on your application, and the devices it's going to run on. - Anders Money talks, but all mine ever says is "Goodbye!"
  • VSS Maintenance

    tools database question
    4
    0 Votes
    4 Posts
    0 Views
    D
    Well, I was trying to dig up the batch file for you, so I could send it your way, but our IS group has once again moved stuff about and I don't see it anymore (probably on a secure server). :(( So ... you should be able to check the dos error level coming back from Analyze (i.e. if errorlevel = 1 goto BadData ) to determine if a problem occurred. Also, if you look in the VSS on-help, you'll find examples on how to handle using the Ananlyze Utilitiy, the command-line prompt, and those switches that need to be set in order to properly handle problems. It provides for an active dump to a text file of issues found and resolved (we run ours every day). Now, if your database is so trashed that it's dumping Analyze out with no chance to fix the problems, then you have much deeper issues at hand. Does that help any? :confused: Hope so. D.
  • 1.x GHz Dell Problem with Studio

    debugging help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • abID in PIDle

    algorithms tutorial
    2
    0 Votes
    2 Posts
    0 Views
    L
    You could try ShGetPathFromIDList( );
  • XML element or attribute?

    tutorial question xml performance help
    2
    0 Votes
    2 Posts
    0 Views
    N
    No there are no rules for what should be an attribute and what should be an element. It's just up to you to decide what would work better for you application. Generally though an attribute should be one or two words, anything more should be an element. Another thing to consider is how you may need to use document. If for example you have a name element with child elements for first name and last name you could obtain the nodes by first or last name, or just the name nodes. You could do the same thing with attrbutes but not as cleanly in my opinion.
  • filter the internet content

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Create a Setup File

    question workspace
    2
    0 Votes
    2 Posts
    0 Views
    N
    It may seem obvious, but you need to use a install program such as Installshield or Wise.
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    1 Posts
    0 Views
    No one has replied