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
User Profile
Collapse
-
How can i change the listview column header color and font size
-
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"
Last edited by Frinavale; Aug 7 '09, 01:17 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags. -
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"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...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)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? -
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) DimLeave a comment:
-
Thanks for your reply,
I want to extract the text from the............
PPT>>>Menu>>>Vi ew>>>Note pages text (presentations note)
ThanksLeave a comment:
-
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.
No activity results to display
Show More
Leave a comment: