Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
Z

zxc89

@zxc89
About
Posts
53
Topics
27
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to extract specific data values from xml using VC++ [modified]
    Z zxc89

    Hi.. Can some one please help me how to extract the data values from the following XML file using C++ code. From the following example, we can observe two types of "CfgType"(Ane Justin and Jessica Sis). Under each "CfgType" there are different "MachineModel" and under that "ModelNo" and followed by "ScreenResolution". Ane Justin 2345678 17" LCD 1024*768 60 800*600 60 19" LCD 1024*768 60 800*600 60 0789456 17" CRT 1024*768 60 800*600 60 19" CRT 1024*768 60 800*600 60

    XML / XSL tutorial c++ xml help

  • How to calculate the number of lines in .Png file
    Z zxc89

    Hi All, How to calculate the total number of vertical lines and the total number of horizontal lines in a .png file using VC++

    Graphics c++ tutorial

  • No of Lines in a .Png file.
    Z zxc89

    Hi All, How to calculate the total number of vertical and the total number of horizontal lines in a .png file? Please help.. Thanks

    C / C++ / MFC help tutorial question

  • How to allow boolean 'TRUE' or 'True' in xml
    Z zxc89

    We are using the schema version:

    XML / XSL xml help tutorial

  • How to allow boolean 'TRUE' or 'True' in xml
    Z zxc89

    Now this code should allow the usage of 'True' or 'TRUE' or 'False' or 'FALSE'. Please let me know how to modify in your context. Thanks.

    XML / XSL xml help tutorial

  • How to allow boolean 'TRUE' or 'True' in xml
    Z zxc89

    Hey Stefan, Thank you very much for the help But when i run the code, i get an error the following error.. Cannot load the schema for the namespace "- The 'http://www.w3.org/2001/XMLSchema:enumeration' element is not supported in this context.. Please let me know about this one too.. Thanks.

    XML / XSL xml help tutorial

  • How to allow boolean 'TRUE' or 'True' in xml
    Z zxc89
    XML / XSL xml help tutorial

  • How to allow boolean 'TRUE' or 'True' in xml
    Z zxc89

    Hi all, How to allow the boolean value 'True' or 'TRUE' in a XML file. Generally when we specify the restriction in xsd as When this is specified in xsd, it allows only 'true' 'false' or 0 or 1. How does this allow 'True' or 'TRUE' in XML. Please Help.. Thanks.

    XML / XSL xml help tutorial

  • How to update a parameter value which has same parameter name in the same section.
    Z zxc89

    Can Some please help me. How can we update a value which has the same parameter name in the same section using vc++ Param Value Param Value Now i want to update both the param values but both the parameters has the same parameter name. So how can we update these values?? Thanks

    XML / XSL c++ help tutorial question announcement

  • How to synchronize local server with remote server using SQL SERVER 2005
    Z zxc89

    Can any let me know how to synchronize local server with remote server using SQL SERVER 2005. SQL Server 2005 will be installed on two PC's. Now i need to synchronize these two PC's. Which version of SQL Server 2005 should be used, as i use the SQL server 2005 Express edition! Thanks!!

    Database database sql-server sysadmin tutorial announcement

  • Auto database connection when SQL Server 2005 restarts
    Z zxc89

    My vc++ application works fine till the SQL Server 2005 is not restarted(i mean if we stop the SQL Server 2005 and then start it again while application is running). Could anyone please tell me how to establish connection(auto connection) for the application after the SQL Server 2005 is restarted. Thanks!!

    Database database c++ sql-server sysadmin tutorial

  • How to auto upgrade the XML files at the time of software upgradation ??
    Z zxc89

    whenever a software is upgraded to another version, the xml files should also be upgraded to that version. So what i meant was that all the xml files should be upgraded to another version with any changes to its attributes or element values at the time of s/w upgradation.

    XML / XSL csharp xml tutorial question

  • How to auto upgrade the XML files at the time of software upgradation ??
    Z zxc89

    I was asking how can we develop it and not by Installer Project! Whether it is using XSLT or C#.Which is the preferred and a better way to develop?

    XML / XSL csharp xml tutorial question

  • How to auto upgrade the XML files at the time of software upgradation ??
    Z zxc89

    Hi All, I use VC.NET and could anyone suggest me how to auto upgrade the XML files at the time of software upgradation.. Thanks..

    XML / XSL csharp xml tutorial question

  • IO Exception : Process cannot access the file
    Z zxc89

    I am pretty sure that the file is not opened anywhere else..

    C / C++ / MFC xml help

  • IO Exception : Process cannot access the file
    Z zxc89

    Hi.. When i try to save the modifications done to any xml file using XmlDataDocument variable, the error shown is as follows: The process cannot access the file 'xml file name' because it is being used by another process. Could anyone plz solve this!! Thanks..

    C / C++ / MFC xml help

  • Write text to the command prompt in Dlg based Appln.
    Z zxc89

    I am using VC++ .NET(8 Version) to build a Dialog based application, however, my application allows user to input command arguments from the Command prompt window. I want to write some help message when user enters "Some.exe /?" at the command prompt. How can I write text to the command prompt window if user enters the above arguments?(Some.exe /?)

    C / C++ / MFC question csharp c++ help announcement

  • How to write text to the command prompt in Dlg based Appln.
    Z zxc89

    Can anyone Help.I had tried different ways but i coulnot succeed.

    C / C++ / MFC question csharp c++ help tutorial

  • How to write text to the command prompt in Dlg based Appln.
    Z zxc89

    Thanks for the Reply. Is there any way to get the HANDLE of the console where we are executing our Dlg Based Appln. I have read about AllocConsole() and GetStdHandle() but could not corelate with my problem. Plz Help

    C / C++ / MFC question csharp c++ help tutorial

  • How to write text to the command prompt in Dlg based Appln.
    Z zxc89

    I am using VC++ .NET(8 Version) to build a Dialog based application, however, my application allows user to input command arguments from the Command prompt window. I want to write some help message when user enters "Some.exe /?" at the command prompt. How can I write text to the command prompt window if user enters the above arguments?(Some.exe /?) Thanks in advance.

    C / C++ / MFC question csharp c++ help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups