Click here to Skip to main content
15,910,277 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to fetch rows from a dataview? Pin
Anonymous11-Apr-05 22:38
Anonymous11-Apr-05 22:38 
GeneralRe: How to fetch rows from a dataview? Pin
Suman Singh14-Apr-05 11:49
professionalSuman Singh14-Apr-05 11:49 
Generalprinting using tcp/ip Pin
confirmnot10-Apr-05 22:34
confirmnot10-Apr-05 22:34 
GeneralChange line in text file Pin
johnjsm10-Apr-05 22:32
johnjsm10-Apr-05 22:32 
GeneralRe: Change line in text file Pin
Dave Kreskowiak11-Apr-05 1:22
mveDave Kreskowiak11-Apr-05 1:22 
GeneralDatgrid Column style Pin
Anonymous10-Apr-05 21:31
Anonymous10-Apr-05 21:31 
GeneralRe: Datgrid Column style Pin
Suman Singh10-Apr-05 23:11
professionalSuman Singh10-Apr-05 23:11 
GeneralPlease help to solve this error "ActiveX Component Can't create Object". Pin
Murtuza Husain Miyan Patel10-Apr-05 20:34
professionalMurtuza Husain Miyan Patel10-Apr-05 20:34 
Dear Sir,
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
Questioncollision detection, why doesnt this work? Pin
bloodybunny10-Apr-05 19:45
bloodybunny10-Apr-05 19:45 
GeneralDll Entry Point not Found Pin
jatin.mehta@gmail.com10-Apr-05 19:04
jatin.mehta@gmail.com10-Apr-05 19:04 
GeneralValidation on datagrid Pin
Mr Dabbah10-Apr-05 10:13
Mr Dabbah10-Apr-05 10:13 
GeneralRe: Validation on datagrid Pin
Anonymous10-Apr-05 11:26
Anonymous10-Apr-05 11:26 
Generalset & retrive data from an image Pin
gopi_nkrishna10-Apr-05 5:27
gopi_nkrishna10-Apr-05 5:27 
GeneralRe: set & retrive data from an image Pin
Anonymous10-Apr-05 6:01
Anonymous10-Apr-05 6:01 
Generalsendkeys.send("{BS}") Pin
vertig073010-Apr-05 2:21
vertig073010-Apr-05 2:21 
GeneralRe: sendkeys.send("{BS}") Pin
Dave Kreskowiak10-Apr-05 4:15
mveDave Kreskowiak10-Apr-05 4:15 
GeneralRe: sendkeys.send("{BS}") Pin
vertig073010-Apr-05 12:41
vertig073010-Apr-05 12:41 
GeneralRe: sendkeys.send("{BS}") Pin
Dave Kreskowiak10-Apr-05 15:10
mveDave Kreskowiak10-Apr-05 15:10 
GeneralRe: sendkeys.send("{BS}") Pin
vertig073010-Apr-05 15:33
vertig073010-Apr-05 15:33 
GeneralVB.NET and Outlook Addin Pin
JSNAGI9-Apr-05 18:29
JSNAGI9-Apr-05 18:29 
GeneralRe: VB.NET and Outlook Addin Pin
Anonymous10-Apr-05 6:21
Anonymous10-Apr-05 6:21 
GeneralObject reference not set to an instance of an object Pin
KAND1239-Apr-05 3:14
KAND1239-Apr-05 3:14 
GeneralRe: Object reference not set to an instance of an object Pin
Dave Kreskowiak9-Apr-05 5:20
mveDave Kreskowiak9-Apr-05 5:20 
Generalrunning exe after installation Pin
Rizwan Bashir9-Apr-05 2:01
Rizwan Bashir9-Apr-05 2:01 
GeneralRe: running exe after installation Pin
Dave Kreskowiak9-Apr-05 5:13
mveDave Kreskowiak9-Apr-05 5:13 

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.