Click here to Skip to main content
16,006,355 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem Installing Visual Basic 6.0 Pin
Dave Kreskowiak25-May-05 8:51
mveDave Kreskowiak25-May-05 8:51 
GeneralRe: Problem Installing Visual Basic 6.0 Pin
buffbuh26-May-05 11:58
buffbuh26-May-05 11:58 
GeneralRe: Problem Installing Visual Basic 6.0 Pin
Dave Kreskowiak27-May-05 2:16
mveDave Kreskowiak27-May-05 2:16 
Generalcustom control Pin
RyanEwing7625-May-05 6:32
RyanEwing7625-May-05 6:32 
QuestionHow to check tiff file Compression.. Pin
KRathor25-May-05 4:22
KRathor25-May-05 4:22 
AnswerRe: How to check tiff file Compression.. Pin
Anonymous25-May-05 11:50
Anonymous25-May-05 11:50 
GeneralPreview a word document from access Pin
thetuxpenguin25-May-05 3:32
thetuxpenguin25-May-05 3:32 
GeneralRe: Preview a word document from access Pin
jonathan1525-May-05 3:49
jonathan1525-May-05 3:49 
WordObj.Documents.Open "C:\Wordtest.doc"
change to:
WordObj.Documents.Open "C:\Wordtest.doc",,Readonly

wordobj.printpreview will open it in print preview view (needs to be after the above line).

Also a small tip.
I know whan dealing with office automation you really need to use late binding because you can never really be sure what version of word the user will have, but it does help to use early binding when developing then change it later. With such a large object model as office has the intellisence really helps you a lot.


Jonathan
GeneralRe: Preview a word document from access Pin
thetuxpenguin25-May-05 4:12
thetuxpenguin25-May-05 4:12 
GeneralRe: Preview a word document from access Pin
jonathan1525-May-05 4:16
jonathan1525-May-05 4:16 
GeneralRe: Preview a word document from access Pin
thetuxpenguin25-May-05 4:19
thetuxpenguin25-May-05 4:19 
GeneralRe: Preview a word document from access Pin
jonathan1525-May-05 4:33
jonathan1525-May-05 4:33 
GeneralRe: Preview a word document from access Pin
thetuxpenguin25-May-05 4:37
thetuxpenguin25-May-05 4:37 
GeneralRe: Preview a word document from access Pin
thetuxpenguin25-May-05 4:57
thetuxpenguin25-May-05 4:57 
GeneralRe: Preview a word document from access Pin
Anonymous26-May-05 1:11
Anonymous26-May-05 1:11 
GeneralDeleting a Positon in an array Pin
harrysk25-May-05 1:29
harrysk25-May-05 1:29 
GeneralRe: Deleting a Positon in an array Pin
toxcct25-May-05 1:42
toxcct25-May-05 1:42 
GeneralRe: Deleting a Positon in an array Pin
harrysk25-May-05 2:27
harrysk25-May-05 2:27 
GeneralRe: Deleting a Positon in an array Pin
rudy.net25-May-05 3:31
rudy.net25-May-05 3:31 
GeneralRe: Deleting a Positon in an array Pin
harrysk25-May-05 3:49
harrysk25-May-05 3:49 
GeneralRe: Deleting a Positon in an array Pin
rudy.net25-May-05 4:11
rudy.net25-May-05 4:11 
GeneralRe: Deleting a Positon in an array Pin
toxcct25-May-05 4:11
toxcct25-May-05 4:11 
GeneralRe: Deleting a Positon in an array Pin
harrysk25-May-05 6:15
harrysk25-May-05 6:15 
GeneralRe: Deleting a Positon in an array Pin
toxcct25-May-05 20:28
toxcct25-May-05 20:28 
Generalentering data Pin
Manik Nath24-May-05 23:44
Manik Nath24-May-05 23:44 

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.