User Profile

Collapse

Profile Sidebar

Collapse
palash909
palash909
Last Activity: Dec 28 '09, 08:23 AM
Joined: Jul 29 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How can i change the listview column header color and font size

    Visual basic version(2008)

    How can i change the listview column header color and font size??

    1. Listview1 body font color is black

    2.Font size 9 and style is regular

    ---------------------------------------Column Header---------------------------------------

    I want change only column herder font color and style..

    Any help Plz
    See more | Go to post
    Last edited by debasisdas; Nov 13 '09, 12:15 PM. Reason: Moved to .net section.

  • Hi

    I am able to Extract the powerpoint embed excel sheet data by vb.net

    This is my code........... ......
    Code:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
      Dim pptApp As PowerPoint.Application
      pptApp = New PowerPoint.Application
      pptApp.Visible = MsoTriState.msoTrue
      Dim oFile As String = "C:\Documents and Settings\sarkar\デスクトップ\test.ppt"
    ...
    See more | Go to post
    Last edited by Frinavale; Aug 7 '09, 01:17 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

    Leave a comment:


  • Hi

    I am able to do this code........... ...
    Code:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Dim pptApp As PowerPoint.Application
            pptApp = New PowerPoint.Application
            pptApp.Visible = MsoTriState.msoTrue
            Dim oFile As String = "C:\Documents and Settings\sarkar\デスクトップ\test.ppt"
    ...
    See more | Go to post
    Last edited by Frinavale; Aug 7 '09, 01:15 PM. Reason: Please post code in [code] .. [/code] tags. Added code tags.

    Leave a comment:


  • Hi steven

    I am trying to do the following...... .

    I open the ppt file where have a embeded excel data. But i can not know that how can get the followings..... ..........

    1. How can i get value of embeded excel sheet count

    2. How can i get excel total rows

    3. How can i get excel total columns

    4. How can i get excel cells value


    Thanks for...
    See more | Go to post

    Leave a comment:


  • Hi

    I am doing this
    Code:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Dim pptExtractTextList As New List(Of String)
            g_PPTApp = New PowerPoint.Application
            g_PPTApp.Visible = MsoTriState.msoTrue
    
            Dim powerP As PowerPoint.Presentation = g_PPTApp.Presentations.Open(Me.txtOpenPath.Text, , , MsoTriState.msoCTrue)
    ...
    See more | Go to post
    Last edited by Frinavale; Aug 7 '09, 01:21 PM. Reason: Please post code in [code] .. [/code] tags. Added code tags.

    Leave a comment:


  • How can i get the text of powerpoint embeded excel text ?

    Powerpoint ver = 2003
    Visual basic = 2008

    This time i want to try to do, extract the text from powerpoint embeded excel data and show into my treeview?
    See more | Go to post

  • Hi

    I able to get text form note page text , but i can not find still now , how to get text from the note page table text?

    my note page extract text code is

    Code:
     g_PPTApp = New PowerPoint.Application
            g_PPTApp.Visible = MsoTriState.msoTrue
    
            Dim powerP As PowerPoint.Presentation = g_PPTApp.Presentations.Open(OpenFile, , , MsoTriState.msoTrue)
          
            Dim
    ...
    See more | Go to post

    Leave a comment:


  • Thanks for your reply,

    I want to extract the text from the............

    PPT>>>Menu>>>Vi ew>>>Note pages text (presentations note)

    Thanks
    See more | Go to post

    Leave a comment:


  • palash909
    started a topic I want get power point note text

    I want get power point note text

    Application - Powerpoint 2003
    VisualBasic - 2008

    *************** *************** *************** *************** *************** ***********

    I want know, How can i extract the power point note text?

    Any help, please replay.
    See more | Go to post
No activity results to display
Show More
Working...