Hi all, I have to create a CD interface on VB. This CD contains a collection of DOCs (each one is a collection of procedures and technical descriptions) and PPTs, and I have to launch each document, to a specific page, as selected from within my CD interface.
>From MS Excel, it works with something like "<drive>\<path>\file.ppt - <page >no>", and scrolls right to the desired page. When calling ShellExecuteA (in shell32.dll) from VB, I cannot determine the launched application to jump to required page. I have tried : ShellExecute Me.hWnd, vbNullString, <file path>, " - " & <page no>, vbNullString, 1 and ShellExecute Me.hWnd, vbNullString, <file path> & " - " & <page no>,"", vbNullString, 1 For both, it opened the file, but it did not scroll to the desired page. My files are MS Word ( .doc ), MS Excel ( .xls ), MS PowerPoint ( .ppt and .pps ) and Acrobat Reader files ( .pdf ). Do you have any suggestions on how could I do it? Any ideas would be welcomed. Thanks in advance, Gabriel [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To reply to this message, go to: http://groups.yahoo.com/group/visualbasic6programming/post?act=reply&messageNum=18535 Please do not reply to this message via email. More information here: http://help.yahoo.com/help/us/groups/messages/messages-23.html <*> To visit your group on the web, go to: http://groups.yahoo.com/group/visualbasic6programming/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
