Click here to Skip to main content
15,922,512 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Saving Pin
vertig073011-Apr-05 9:51
vertig073011-Apr-05 9:51 
GeneralUsing .dot file and priting result Pin
mcbrood11-Apr-05 6:55
mcbrood11-Apr-05 6:55 
GeneralRe: Using .dot file and priting result Pin
Dave Kreskowiak11-Apr-05 7:12
mveDave Kreskowiak11-Apr-05 7:12 
Generaltext file Pin
ADY00711-Apr-05 6:31
ADY00711-Apr-05 6:31 
GeneralRe: text file Pin
Dave Kreskowiak11-Apr-05 6:49
mveDave Kreskowiak11-Apr-05 6:49 
GeneralRe: text file Pin
ADY00711-Apr-05 6:54
ADY00711-Apr-05 6:54 
GeneralRe: text file Pin
Dave Kreskowiak11-Apr-05 7:04
mveDave Kreskowiak11-Apr-05 7:04 
GeneralError as ActiveX Component Can't create Object Pin
Murtuza Husain Miyan Patel11-Apr-05 5:48
professionalMurtuza Husain Miyan Patel11-Apr-05 5:48 
Dear Freinds,
I am exporting picture from a picture box to the power point slide. but when i m reaching line code
ActivePresentation.Slides.Paste
i am getting error no Run time error 429
"ActiveX Component Can't create Object".
Please help me by checking the below code.

i m giving the refence of Ms Power Point 11.0 Object Library.

Dim ppApp As PowerPoint.Application
Dim ppPresentation As Presentation
Dim ppSlides As Slide
Set ppApp = New PowerPoint.Application
ppApp.Visible = True
Set ppPresentation = ppApp.Presentations.Add
ppPresentation.Slides.Add 1, ppLayoutTitle
Clipboard.Clear
Clipboard.SetData Picture1.Image
ActivePresentation.Slides.Paste


Thanks
Murtuza Patel

GeneralRe: Error as ActiveX Component Can't create Object Pin
Dave Kreskowiak11-Apr-05 6:43
mveDave Kreskowiak11-Apr-05 6:43 
GeneralChecking Registry permissions Pin
redshoes11-Apr-05 5:34
redshoes11-Apr-05 5:34 
GeneralRe: Checking Registry permissions Pin
Dave Kreskowiak11-Apr-05 6:12
mveDave Kreskowiak11-Apr-05 6:12 
GeneralRe: Checking Registry permissions Pin
Anonymous11-Apr-05 6:15
Anonymous11-Apr-05 6:15 
GeneralQuery Help Pin
Anonymous11-Apr-05 3:57
Anonymous11-Apr-05 3:57 
GeneralRe: Query Help Pin
Dave Kreskowiak11-Apr-05 4:11
mveDave Kreskowiak11-Apr-05 4:11 
GeneralRe: Query Help Pin
rhenerlau19-Apr-05 17:47
rhenerlau19-Apr-05 17:47 
GeneralHelp Needed Pin
Anonymous11-Apr-05 1:43
Anonymous11-Apr-05 1:43 
GeneralNeed Help Pin
Anonymous11-Apr-05 1:36
Anonymous11-Apr-05 1:36 
GeneralRe: Need Help Pin
Anonymous11-Apr-05 5:51
Anonymous11-Apr-05 5:51 
GeneralUsing buttons instead of linklabels Pin
kwttrev11-Apr-05 0:56
kwttrev11-Apr-05 0:56 
GeneralRe: Using buttons instead of linklabels Pin
Dave Kreskowiak11-Apr-05 3:51
mveDave Kreskowiak11-Apr-05 3:51 
GeneralRe: Using buttons instead of linklabels Pin
kwttrev11-Apr-05 19:48
kwttrev11-Apr-05 19:48 
GeneralParameterized query in Oledb by code Pin
Suman Singh10-Apr-05 23:39
professionalSuman Singh10-Apr-05 23:39 
GeneralRe: Parameterized query in Oledb by code Pin
Ritesh123411-Apr-05 2:15
Ritesh123411-Apr-05 2:15 
GeneralRe: Parameterized query in Oledb by code Pin
Suman Singh11-Apr-05 11:35
professionalSuman Singh11-Apr-05 11:35 
GeneralFind method is not working with untyped datatype Pin
Suman Singh10-Apr-05 23:23
professionalSuman Singh10-Apr-05 23:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.