Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. venkirtz

    Converting CString to int

    Cstring s; int i=10; s.format("%d",i); MessageBox(s); s now contains the value 10; if u want to convert from string to integer use this function atoi() and if u want to convert from integer to string use itoa() .. check the parameters. ok bye venki
  2. venkirtz

    xml in microsoft vc++ 6

    hi palbano, I have an xml which looks like this.. Iam using msxml4.dll and working on vc++6.0 <?xml version=&quot;1.0&quot;encoding=&quot;GB2312&quot;? <xml xmlns:dt=&quot;uuid:C2F41010-65B3-11d1-A29F-00AA00C14882&quot...
  3. venkirtz

    Newby: how to initialize dialog elements?

    hi, u should add a variable to your control. suppose u want to display ur variable in a text box. create a text control on your dialog.open class wizard and add a variable of type cedit to this edit control. after that you add a button control. double click on that button you will be opened...
  4. venkirtz

    xml in microsoft vc++ 6

    I want to know the details of how i can do the parsing of xml files.. I know I should use msxml4.dll I would like to know more about this venki

Part and Inventory Search

Back
Top