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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by narenkv

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

Part and Inventory Search

Back
Top