Search:

Type: Posts; User: vijy

Page 1 of 13 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    0
    Views
    709

    VS 2013 Scheduler Control.

    I need to develop a page to manage the project timeline.

    Is there any third party controls to create a project management application?

    1. Scheduling a project(example smartsheet.com).

    I...
  2. Replies
    2
    Views
    1,201

    4.0 Re: Remove ends with character.

    Exception handler not required in this method.

    TrimEnd works out thanks.
  3. Replies
    2
    Views
    1,201

    4.0 [RESOLVED] Remove ends with character.

    I want to accombolish below task.
    1. Check whether input string ends with string[] { ".", ";", ",", ":", ")", "(" }.
    2. Remove the end char.

    String FinalWord= RemoveEndsWith(SuggestedWord, new...
  4. Replies
    1
    Views
    1,199

    Re: Get value for href into more classes

    To play with HTML and Web pages, you can use HTML AGILITY PACK. You can download from Code plex.



    HtmlAgilityPack.HtmlDocument webGet = new HtmlAgilityPack.HtmlDocument();
    ...
  5. Replies
    2
    Views
    719

    MsOf13 Re: Add Picture in Outlook Contacts.

    Thanks for the reply.

    Exactly the admin privilege required to do this task.

    I am trying this solution now.

    http://www.c-sharpcorner.com/Forums/Thread/70283/
  6. Replies
    2
    Views
    719

    MsOf13 Add Picture in Outlook Contacts.

    Our organization was using outlook for emails.
    We having all employees photos in a location. I want to add the pictures to respective outlook contact.

    i got the method name :...
  7. Replies
    0
    Views
    403

    MsOf10 Toggle Form Design.

    I am having a document with rich set of content controls.

    I need to send the document to another user.The user not aware of developer tab and design mode. So i need to give a option like Shortcut...
  8. Re: Visual Studio 2008 Object reference not set to an instance of an object.

    Check whether the datatable "Players" having rows.
    ds.Tables("Players").Rows(0).Item(1)
  9. Replies
    1
    Views
    522

    Performacnce issue in Windows 8 OS

    I am facing performance issue when my application doing database manipulations(Select, insert or update) in Windows 8 OS.
    Is there any updates needs to install for win 8 OS?
  10. VS 2010 Re: [RESOLVED] iTextsharp - How to Add a Form Field (User Can Type Text On It) to a E

    the below code will create a table with two columns, one is label name: and other is a text area which accepts multiple line as input.

    Public Function CreatePDF(ByVal FileName As String) As...
  11. Re: Merge Pdf Files and Add Bookmarks to It (Using iTextSharp)

    Hi Stanav,
    is it possible to merge multiple images to single pdf using iTextSharp?
  12. VS 2010 Re: [RESOLVED] iTextsharp - How to Add a Form Field (User Can Type Text On It) to a E

    there two samples in the link, do you want to create a pdf or manipulate a pdf?
  13. VS 2010 Re: [RESOLVED] iTextsharp - How to Add a Form Field (User Can Type Text On It) to a E

    Ok,

    The solution is here, in every chapter link the output pdf is attached.Select which sample you need and let me? i help you to convert code to vb.net.
  14. VS 2010 Re: [RESOLVED] iTextsharp - How to Add a Form Field (User Can Type Text On It) to a E

    what did you meant with "including return keys"?
  15. VS 2010 Re: iTextsharp - How to Add a Form Field (User Can Type Text On It) to a Existing PDF

    The sample converted in online. its working perfectly.



    Public Sub ABetterWayToAddFormFieldToExistingPDF()
    Try
    Dim reader As New PdfReader("D:\Untitled.pdf")

    ...
  16. VS 2010 Re: iTextsharp - How to Add a Form Field (User Can Type Text On It) to a Existing PDF

    Below a small sample to create a text box in a particular position in the PDF.
    http://stackoverflow.com/questions/1848930/how-to-add-a-form-field-to-an-existing-pdf-with-itextsharp

    in itext...
  17. VS 2010 Re: iTextsharp - How to Add a Form Field (User Can Type Text On It) to a Existing PDF

    Have a look into this link.
    http://blog.rubypdf.com/2007/08/01/freely-fill-pdf-form-with-the-help-of-itext-or-itextsharp/
  18. Thread: Docx conversion.

    by vijy
    Replies
    6
    Views
    770

    MsOf10 Re: Docx conversion.

    Could you please tell how to automate this without user intervention.?
  19. Thread: Docx conversion.

    by vijy
    Replies
    6
    Views
    770

    MsOf10 Docx conversion.

    I am having a word document in 2003 format. i want to convert 2003 document(.doc) to 2010 document(.docx) using vb.net or c-sharp.

    So far i surfed, i came to know there is ofc.exe to convert doc...
  20. Re: Article about my bro in today's "The Hindu" newspaper

    Good luck brother...
  21. Replies
    5
    Views
    869

    VS 2010 Re: Files\Folder in single file.

    The folder contains a mdb files,html files.. am maintaining an ini file inside for the application purpose. That all user dont want to read. so i try to make it by encrypting the things.
  22. Replies
    5
    Views
    869

    VS 2010 Files\Folder in single file.

    I have developed a windows product which deals with conversion of files(PDF to XML/HTML/doc), which will create some folders and files in local for application use.Also i am maintaining mdb, and some...
  23. Replies
    1
    Views
    640

    VS 2010 Grid binding in User Control.

    I have created a user control.
    The user control has a button and a propertyGrid

    i wrote a function to bind data to propertyGrid.

    When i click the button i called the function and datasource...
  24. Replies
    3
    Views
    789

    VS 2010 Re: Table Cropper tool.

    yes, you right but the thing is in runtime user need to draw the table on image.
    so its possible to add a row, column in runtime.
  25. Replies
    3
    Views
    789

    VS 2010 Table Cropper tool.

    i need to draw the table outline/border,columns, rows over on a image.
    Like in Rectangular box in ms paint.
  26. Replies
    6
    Views
    1,676

    VS 2010 Re: Search string in multiple files.

    Findinfiles looping through all files(Pls refer this..).. its taking much time in directory.getfiles().
    Is there any other API which uses Search using some indexing techniques? i need the data in...
  27. Replies
    6
    Views
    1,676

    VS 2010 Re: Search string in multiple files.

    yes.. but having subfolders..

    Thanks,paul & Dana.. i check and come back..
  28. Replies
    6
    Views
    1,676

    VS 2010 Search string in multiple files.

    i need to check a text in a lakh of files. as now am looping through files, is there any other fast approach to make it work easily.
  29. Replies
    1
    Views
    1,475

    VS 2010 Bulk insert in database.

    Am using Sql server 2008,

    i have three columns in a table.. i need to insert 50 lak records.. do i want to run loop like below or any other way..

    for i as integer = 1 to 500000
    'insert query...
  30. Replies
    5
    Views
    1,701

    VS 2010 Re: How to read a file line by line?

    To read line by line refer the below sample...in similar way you can write line by line.

    sFilename = "C:\Listview.txt"
    If Dir(sFilename.ToString) <> "" Then
    sFileReader =...
  31. Replies
    3
    Views
    804

    VS 2010 Re: iTextSharp for making PDFs?

    http://www.daniweb.com/software-development/vbnet/threads/349425
  32. Replies
    1
    Views
    1,023

    Re: Reading XML (nested)

    this sample will help you..

    LINQ + XML...
  33. Replies
    5
    Views
    4,759

    VS 2010 Re: DataGrid to Excel, how?

    Sample..Look into this..
  34. Replies
    2
    Views
    7,714

    VS 2008 Re: Autonumber Column Datagridview

    Check this solution...
    MSDN
  35. Replies
    3
    Views
    2,629

    VS 2010 Re: Advanced folder browser dialog.

    yes, now am doing like that only, i kept a txt file where last opened folder path is saved, when user open dialog am setting the path.

    if the user wants to open some other folder means, Rather to...
  36. Replies
    3
    Views
    2,629

    VS 2010 [RESOLVED] Advanced folder browser dialog.

    i am using FolderBrowserDialog to open a folder in my project.
    Every time user has to traverse through many subfolders, so is there any advanced folderbrowserdialog control to paste the folder path...
  37. Thread: source extraction

    by vijy
    Replies
    6
    Views
    719

    Re: source extraction

    Please check this example...
  38. Replies
    1
    Views
    682

    3.0/LINQ Re: Help in Var Sorting

    var ofileLst = from n in Directory.GetFiles(@"C:\Users\is1828\Desktop\OCR Data")
    where Path.GetExtension(n).Equals(".rtf")
    orderby...
  39. Replies
    1
    Views
    682

    3.0/LINQ Help in Var Sorting

    i am practising Linq samples from ..MSDN

    I struck with a thing.
    Am trying to get files from a directory.
    The file names in the folder are 1.rtf,2.rtf,3.rtf.....10.rtf...., 20.rtf...,, 30.rtf

    ...
  40. Replies
    3
    Views
    681

    VS 2010 Re: Extracting a HTML value (Please Help)

    Hi Check this one..
    http://www.vbforums.com
    /showthread.php?t=655630
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width