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

Visual Basic

 
GeneralRe: need help pls Pin
zakari mohammed10-Jan-12 23:14
zakari mohammed10-Jan-12 23:14 
AnswerRe: need help pls Pin
Abhinav S8-Jan-12 19:42
Abhinav S8-Jan-12 19:42 
QuestionAdding text to the beginning of a file rather than the end Pin
Marcus J. Smith4-Jan-12 5:55
professionalMarcus J. Smith4-Jan-12 5:55 
AnswerRe: Adding text to the beginning of a file rather than the end Pin
Dave Kreskowiak4-Jan-12 7:10
mveDave Kreskowiak4-Jan-12 7:10 
GeneralRe: Adding text to the beginning of a file rather than the end Pin
Marcus J. Smith4-Jan-12 7:38
professionalMarcus J. Smith4-Jan-12 7:38 
AnswerRe: Adding text to the beginning of a file rather than the end Pin
Luc Pattyn4-Jan-12 7:38
sitebuilderLuc Pattyn4-Jan-12 7:38 
AnswerRe: Adding text to the beginning of a file rather than the end Pin
Eddy Vluggen4-Jan-12 11:53
professionalEddy Vluggen4-Jan-12 11:53 
QuestionOpen word doc inside WebBrowser control on Win7 machine Pin
Nitin Varshneya3-Jan-12 5:54
Nitin Varshneya3-Jan-12 5:54 
My application is in VB.NET and environment is Window XP. We are using WebBrowser control to display data of Word doc files i.e. we are opening word files always inside the WebBrowser control and then modifying word file using bookmarks by VB code.Our VB code is perfectly working. We are doing following changes in window registry via VB.NET code for temporary basis:
1)..HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Word.Document.8\

updating BrowserFlags value to H80000024
2)..HKEY_CLASSES_ROOT\Word.Document.8\

updating EditFlags value to 65536
3)..HKEY_CLASSES_ROOT\Word.Template.8\

updating EditFlags value to 65536
4)..HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Word.Document.12\

updating BrowserFlags value to H80000024
5)..HKEY_CLASSES_ROOT\Word.Document.12\

updating EditFlags value to 65536
6)..HKEY_CLASSES_ROOT\Word.Template.12\

updating EditFlags value to 65536

Now we are migrating environment from WinXP to Win7. I have following query for Win7 environment :
We do not have rights to change registry on Win7 machine , so without changing values of BrowserFlags and EditFlags , how word docs files will always open inside webBrowser control on win7 machine? Currently I am getting popup dialog box (Open/Save/Cancel) for word doc on win7 machine at running the application.

I want to avoid it.Please help me to find the solution.
AnswerBumping repost alert Pin
Luc Pattyn3-Jan-12 6:48
sitebuilderLuc Pattyn3-Jan-12 6:48 
AnswerRe: Open word doc inside WebBrowser control on Win7 machine Pin
Dave Kreskowiak3-Jan-12 9:37
mveDave Kreskowiak3-Jan-12 9:37 
Question[Resolved] C# to VB Adaption Problem with Lambda Expressions Pin
Sonhospa1-Jan-12 3:27
Sonhospa1-Jan-12 3:27 
AnswerRe: C# to VB Adaption Problem Pin
Luc Pattyn1-Jan-12 3:47
sitebuilderLuc Pattyn1-Jan-12 3:47 
QuestionRe: C# to VB Adaption Problem Pin
Sonhospa1-Jan-12 3:59
Sonhospa1-Jan-12 3:59 
AnswerRe: C# to VB Adaption Problem Pin
Eddy Vluggen1-Jan-12 6:23
professionalEddy Vluggen1-Jan-12 6:23 
GeneralRe: C# to VB Adaption Problem Pin
Sonhospa1-Jan-12 6:34
Sonhospa1-Jan-12 6:34 
GeneralRe: C# to VB Adaption Problem Pin
Eddy Vluggen1-Jan-12 6:39
professionalEddy Vluggen1-Jan-12 6:39 
GeneralRe: C# to VB Adaption Problem Pin
Sonhospa1-Jan-12 6:58
Sonhospa1-Jan-12 6:58 
AnswerRe: C# to VB Adaption Problem Pin
Eddy Vluggen1-Jan-12 7:36
professionalEddy Vluggen1-Jan-12 7:36 
GeneralRe: C# to VB Adaption Problem Pin
Sonhospa1-Jan-12 7:53
Sonhospa1-Jan-12 7:53 
GeneralRe: C# to VB Adaption Problem Pin
Eddy Vluggen1-Jan-12 8:35
professionalEddy Vluggen1-Jan-12 8:35 
GeneralRe: C# to VB Adaption Problem Pin
Sonhospa1-Jan-12 12:16
Sonhospa1-Jan-12 12:16 
AnswerRe: C# to VB Adaption Problem Pin
Luc Pattyn1-Jan-12 12:33
sitebuilderLuc Pattyn1-Jan-12 12:33 
GeneralRe: C# to VB Adaption Problem Pin
Sonhospa1-Jan-12 12:51
Sonhospa1-Jan-12 12:51 
AnswerRe: C# to VB Adaption Problem Pin
Luc Pattyn1-Jan-12 12:58
sitebuilderLuc Pattyn1-Jan-12 12:58 
GeneralRe: C# to VB Adaption Problem Pin
Sonhospa1-Jan-12 13:14
Sonhospa1-Jan-12 13:14 

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.