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
H

hitonly2008

@hitonly2008
About
Posts
11
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • WBXML encoding/decoding
    H hitonly2008

    Hello Everybody I have to convert xml file into wbxml file. For this I am using libwbxml2 library but when I tried the sample code given by it is not working its giving the statement that WBXML_ERROR_XML_LANGUAGE_UNKNOWN. when I tried to convert wbxml to xml its giving error as WBXML_ERROR_ATTR_VALUE_TABLE_UNDEFINED Plz help me Thanks in advance

    XML / XSL help xml

  • WBXML encoding/decoding
    H hitonly2008

    Hello Everybody! Can anyone tell me how can I encode a xml file to a WBXML file and vice varsa. I am using libwbxml library for the same but not getting the correct results all the time this is giving error statement as Attribute table value not found or Unknown xml language. here is my code encoder = wbxml_encoder_create(); wbxml_encoder_set_use_strtbl(encoder,TRUE); ret = wbxml_tree_from_xml(xml,&tree); wbxml_encoder_set_tree(encoder,tree); ret = wbxml_encoder_encode_to_wbxml(encoder,&wbxml,&wbxml_len); //ret = wbxml_conv_xml2wbxml(xml, &wbxml, &wbxml_len, &params); Thsnks in advance

    C / C++ / MFC data-structures xml help question

  • How to call .exe file ?
    H hitonly2008

    ::ShellExecuteEx(LPSHELLEXECUTEINFO lpExecInfo); may be this can help you. YOu can launch any exe file using this function and filling the structure.

    C / C++ / MFC c++ tutorial question

  • Convert .xls(Excel)File To filtered html file Using automation
    H hitonly2008

    Hi all Is there any way by whch I can Convert a .xls file into filterd html file(Pure html file). I am able to convert xls File into HTML by using "SaveAs" Method but this converted file is not a filtered HTML. If there is any library avilable to convert this Unfiltered HTML to Filtered plz let me know about that. Thanks in advance.

    C / C++ / MFC html testing tools

  • PowerPoint Automation
    H hitonly2008

    Thanks For Your Reply I have Solved The Problem. Actually I was Needed To Set The Optional Parameter WithWindow Of "Open" Method as "msoFalse". Thanks

    C / C++ / MFC testing tools

  • PowerPoint Automation
    H hitonly2008

    [Message Deleted]

    C / C++ / MFC testing tools

  • PowerPoint Automation
    H hitonly2008

    Hi all! I was Trying to Open a Presentation Of PowerPoint. For That I have Used "Open" Method on a Pointer Of Presentations. But it Gives result as Exception Occured unles and untill an Instance Of PowerPoint is Not Running. So in this case I have To manually run an instance Of PowerPoint Before Opening any Presentation. Thank You In Advace.

    C / C++ / MFC testing tools

  • WM_SETICON In samrt Phone
    H hitonly2008

    g_hIcon has Value 0x7c076be4 SendMessage returns -2146982652 hWnd=0x7c076c50

    C / C++ / MFC visual-studio

  • WM_SETICON In samrt Phone
    H hitonly2008

    Hi ! I was trying to add a amall icon on my application i used WM_SETITEM msg but it is not working. Win Mob 5.0 Smart Phone SDK & VS 2005 IDE. For this i have written a code g_hIcon=LoadIcon(g_hInst,MAKEINTRESOURCE(IDI_ICON1)); SendMessage(hWnd,WM_SETICON,ICON_BIG,(LPARAM)g_hIcon);

    C / C++ / MFC visual-studio

  • 'ImageList_AddIcon': identifier not found
    H hitonly2008

    Thanks for your suggestion but still not working.

    C / C++ / MFC visual-studio help

  • 'ImageList_AddIcon': identifier not found
    H hitonly2008

    Hi I m working in vs 2005 using Win Mob 5.0 Smart Phone SDK using Win32 APIs. When i m trying to add icons in a ImageList by using ImageList_AddIcon macro it gives error 'ImageList_AddIcon': identifier not found. While all other macros are working fine. Also i have tryed with ImageList_ReplaceIcon but same error. Thanks in Advance

    C / C++ / MFC visual-studio help
  • Login

  • Don't have an account? Register

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