Click here to Skip to main content
15,887,392 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: capture Pin
manavharsh18-Apr-08 3:24
manavharsh18-Apr-08 3:24 
QuestionQuick question on config file Pin
AHeavey17-Apr-08 23:54
AHeavey17-Apr-08 23:54 
GeneralRe: Quick question on config file Pin
Christian Graus18-Apr-08 0:34
protectorChristian Graus18-Apr-08 0:34 
GeneralRe: Quick question on config file Pin
AHeavey18-Apr-08 0:36
AHeavey18-Apr-08 0:36 
GeneralHelp with Integrating MS Word in VB.NET Pin
Jats_4ru17-Apr-08 23:27
Jats_4ru17-Apr-08 23:27 
GeneralRe: Help with Integrating MS Word in VB.NET Pin
parth.p18-Apr-08 0:19
parth.p18-Apr-08 0:19 
GeneralRe: Help with Integrating MS Word in VB.NET [modified] Pin
Jats_4ru18-Apr-08 1:53
Jats_4ru18-Apr-08 1:53 
GeneralRe: Help with Integrating MS Word in VB.NET Pin
parth.p18-Apr-08 2:46
parth.p18-Apr-08 2:46 
I see what you're trying to do. As far as I know what you're trying to do is pretty impossible. But what you can do is that you can change read only property.

With wordApp
            .Documents.Open(strSaveFile, , <font color="blue">True</font>)


That parameter makes your document READ ONLY, but you cannot block save box.

By looking at code, it seems like you want something that user can only read but not change right? If this is a case then why not convert your doc to PDF and then show that!! They wont be able to do anything.

- Stop thinking in terms of limitations and start thinking in terms of possibilities -

GeneralRe: Help with Integrating MS Word in VB.NET Pin
Jats_4ru18-Apr-08 3:14
Jats_4ru18-Apr-08 3:14 
QuestionHashing password, HOW ? Pin
masoodp66617-Apr-08 22:49
masoodp66617-Apr-08 22:49 
AnswerRe: Hashing password, HOW ? Pin
Guffa18-Apr-08 0:42
Guffa18-Apr-08 0:42 
GeneralRe: Hashing password, HOW ? [modified] Pin
Rob Smiley18-Apr-08 5:51
Rob Smiley18-Apr-08 5:51 
GeneralRe: Hashing password, HOW ? Pin
masoodp66618-Apr-08 8:02
masoodp66618-Apr-08 8:02 
GeneralRe: Hashing password, HOW ? Pin
Guffa18-Apr-08 12:06
Guffa18-Apr-08 12:06 
GeneralRe: Hashing password, HOW ? Pin
Rob Smiley18-Apr-08 23:33
Rob Smiley18-Apr-08 23:33 
QuestionString or binary data would be truncated. The statement has been terminated Pin
zaimah17-Apr-08 18:11
zaimah17-Apr-08 18:11 
GeneralRe: String or binary data would be truncated. The statement has been terminated Pin
Christian Graus17-Apr-08 19:46
protectorChristian Graus17-Apr-08 19:46 
GeneralRe: String or binary data would be truncated. The statement has been terminated Pin
darkelv17-Apr-08 19:48
darkelv17-Apr-08 19:48 
GeneralRe: String or binary data would be truncated. The statement has been terminated Pin
zaimah17-Apr-08 20:59
zaimah17-Apr-08 20:59 
GeneralRe: String or binary data would be truncated. The statement has been terminated Pin
Ashfield17-Apr-08 21:15
Ashfield17-Apr-08 21:15 
GeneralRe: String or binary data would be truncated. The statement has been terminated Pin
Christian Graus17-Apr-08 21:47
protectorChristian Graus17-Apr-08 21:47 
GeneralRe: String or binary data would be truncated. The statement has been terminated Pin
zaimah17-Apr-08 23:28
zaimah17-Apr-08 23:28 
GeneralVS 2005 VB.NET: Global Module failing to initializ Pin
kindman_nb17-Apr-08 8:04
kindman_nb17-Apr-08 8:04 
GeneralRe: VS 2005 VB.NET: Global Module failing to initializ Pin
Dave Kreskowiak17-Apr-08 8:18
mveDave Kreskowiak17-Apr-08 8:18 
GeneralRe: VS 2005 VB.NET: Global Module failing to initializ Pin
kindman_nb17-Apr-08 13:48
kindman_nb17-Apr-08 13:48 

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.