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 SkipVought 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. narenkv

    Using Regular Expression to Read a Flat File

    Hi , Does anyone know how read flat files using Regular Expressions (the Flat file is without any delimiter but predefined fixed-length). Hints are sugggestions are welcome. SAmple Data NAMEAGEPLACE NAME014BANGL -Naren
  2. narenkv

    Create and manage a project task list

    Hi , with the article http://office.microsoft.com/en-us/sharepointtechnology/HA100852271033.aspx I was able to create project and its tasks assign team members. But Now When the user logs he is not able to see the same kind of view. How to achive the same on the user's home page...
  3. narenkv

    Need algorithm for converting the numbers in letters, in 4 languages

    Hi Mondi My Suggestions Try Using XML files to store those values (.Config) and using XML reader instead of hardcoding those values. If you implement this then it very easy to add many more languages.
  4. narenkv

    INF file editing

    Do any one know how to edit a INF file programatically. Please let me know. Thanks Naren
  5. narenkv

    Is there any custom Folder browser for the ASP.NET Please let me know.

    Is there any custom Folder browser for the ASP.NET Please let me know. Thanks A lot Naren
  6. narenkv

    Can I read MSWORD contents from VB.NET

    Is it possible to read MSword contents from VB.NET. I also need to know what is the font and size used. Is it possible ??? Please suggest me Thanks Naren
  7. narenkv

    Can I read Word Table contents from Visual Basic

    Thanks PHV A piece of code will certainly be fruitfull for me :-) Thanks Again Naren
  8. narenkv

    Can I read Word Table contents from Visual Basic

    The information is stored in a word table in two columns in a .Doc file. Now I need to read the contents of the two columns individually. Can I do it using VBA ???? thanks Naren
  9. narenkv

    How to create multiline tooltip

    thanks but is there anyway I can display multiline text in the existing .ToolTipText property. Thanks Again Naren
  10. narenkv

    How to create multiline tooltip

    Hi, Pl help me create multiline tooltip in Visualfoxpro V7.0
  11. narenkv

    Can we generate Sequence number alon with Query

    Thanks hmckillop I got the solution in other beautiful way , I hope it will be helpfull to others also. Let me share this to all select (select count(*) from tbl_participant a where a.participant_id <= b.participant_id )slno, * from tbl_participant b Thanks Naren
  12. narenkv

    Can we generate Sequence number alon with Query

    Can we generate sequence number along with query Example: In SQL server we have data like :- naren india rosy america vinu sweeden I need the query out put like 1 naren india 2 rosy america 3 venu sweeden is it possible get (1,2,3....) with records in Sqlserver Thanks again Naren
  13. narenkv

    Can We create a site using ADSI

    I want to create a site on the ADS Server using C# code. I was sucessfull in adding a new user,group but I dont know how to create a site using System.directoryservices . Please help me out. Thanks in advance Naren
  14. narenkv

    Drag And Drop

    My requirement is If the user drags the shortcut to the text box then I need to know what is the object type the user has dragged. Like it might be a folder,shorcut etc. Is there any code that specifies the type of the object that is dragged into the textbox. Please let me know Thanks Naren
  15. narenkv

    Can we import a textfile without delimiters and fixed length .........

    Hi nigelrivett But how do you take care in Active Script as information is spread acros the group of rows . My problem is I need import this text file to different tables . And very important is each line does not go to indivisual table. i.e one table record to be inserted would contain...
  16. narenkv

    Can we import a textfile without delimiters and fixed length .........

    We have a text file in this format 20020101KARL KILD 30 102 FLOOR STREET,CALAGRY US 00001 TAXDEPT 00001 34 XXXXXXXXXXXXXXXXXXXXXXXXXXX 20020111JOSEPH LIL 30 104 FLOOR STREET,NEW YORKUS 00001 TAXDEPT 00001 34 XXXXXXXXXXXXXXXXXXXXXXXXXXX As you see here the textfile which i need to be...
  17. narenkv

    XML - I NEED TO EXTRACT IMAGE FROM XML

    Yes Mike You are correct , How do I pass that object as array to adodb stream ? Thanks NAREN
  18. narenkv

    XML - I NEED TO EXTRACT IMAGE FROM XML

    Yes Mike Thanks for your reply Now my problem is I need to open that MyNode object in binary mode and write to a file. With Adodb Stream I am unable to extract to an image Thanks NAREN
  19. narenkv

    XML - I NEED TO EXTRACT IMAGE FROM XML

    Yes Mike Thanks for your reply I modified the code . So my problem now is mynode=oxml.selectsinglenode('//Image ') is not working fine i.e mynode array is not being created . If this works fine then my problem will be solved Can u advise me. Thanks NAREN
  20. narenkv

    XML - I NEED TO EXTRACT IMAGE FROM XML

    Hi All I have attached code with a little part of XML. The same type of code is working with VB. Now I am facing problems of deriving values of IMAGE tag Output.xml contains values with Jpeg file Example like :- <Image ImageFormat=&quot;JPEG&quot; dt:dt=&quot;bin.base64&quot...

Part and Inventory Search

Back
Top