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 Rhinorhino 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: *

  • Users: shaharpan
  • Content: Threads
  • Order by date
  1. shaharpan

    Find Control , Referencing Controls in Heirachical structures.

    Team, I have created an hierachical structure using data controls I have a structure of the format Parent DataList 1 Child DataList 1 - Label -Textbox Child DataList 2 - Label -Textbox Parent DataList 2...
  2. shaharpan

    How Link File as an input arguent

    Hi! All, I am running VC++ , my project requires to read a file as an argument and generate a new file as an output argument. I am able to compile the code from command prompt C:\project\list.exe test.txt out.txt here test.txt is the input for the program and out.txt is the file used for...
  3. shaharpan

    New to XML

    Hi! All, I am new to XML, i have learned the basic of the this language. but i have not idea where to implement it or use it. I want to learn more about using XML with Java. and would like to know. more about DTD , XSL , Basically i need links to tools , softwares and add ins required me...
  4. shaharpan

    Python - Files and Dictinoary

    Read data from a text file and assign the data value to a python dictinoary. #!C:/Python23/python.exe for line in open('c:\\Python23\\abc.txt','r'): line=line.strip() if not line: continue m,n=line.split() print m this code work fine but the value of m and n should be assign to a...

Part and Inventory Search

Back
Top