Click here to Skip to main content
15,885,365 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: C# to VB Adaption Problem with Lambda Expressions Pin
Sonhospa9-Jan-12 23:19
Sonhospa9-Jan-12 23:19 
GeneralRe: C# to VB Adaption Problem with Lambda Expressions Pin
Estys9-Jan-12 23:50
Estys9-Jan-12 23:50 
AnswerRe: C# to VB Adaption Problem with Lambda Expressions Pin
DavidSherwood3-Jan-12 16:56
DavidSherwood3-Jan-12 16:56 
GeneralRe: C# to VB Adaption Problem with Lambda Expressions Pin
Simon_Whale3-Jan-12 21:51
Simon_Whale3-Jan-12 21:51 
GeneralRe: C# to VB Adaption Problem with Lambda Expressions Pin
Sonhospa9-Jan-12 23:22
Sonhospa9-Jan-12 23:22 
QuestionHow to add Excise in forms of my project is Inventnagemegment system ory Ma Pin
kathiriya31-Dec-11 19:16
kathiriya31-Dec-11 19:16 
QuestionHow to add Excise in forms of my project is Inventnagemant ory Ma Pin
kathiriya31-Dec-11 19:13
kathiriya31-Dec-11 19:13 
QuestionUpdate BrowserFlags and EditFlags value in Window7 registry Pin
Nitin Varshneya29-Dec-11 3:44
Nitin Varshneya29-Dec-11 3:44 
My application is in VB6 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 macros.Our application send email to user with body as word files i.e we paste word file data into email body part.Our VB code is perfectly working with office 2003 and office 2010.We are doing following changes in window registry via VB6 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 :
1) Will we able to do registry changes using VB6 code on the all same path as mentioned above ?
2)Will Word doc files always open inside webBrowser control ?
3)Do we require additional registry changes for BrowserFlags and EditFlags via VB6 code ?
4)Please suggest us what else we have to do for registry changes and to send email ?

I have one more query .If Win7 support team does not give us rights to change registry then without changing values of BrowserFlags and EditFlags , how word docs files will open inside webBrowser control of VB6 ?
AnswerRe: Update BrowserFlags and EditFlags value in Window7 registry Pin
Dave Kreskowiak29-Dec-11 4:08
mveDave Kreskowiak29-Dec-11 4:08 
GeneralRe: Update BrowserFlags and EditFlags value in Window7 registry Pin
Nitin Varshneya29-Dec-11 4:14
Nitin Varshneya29-Dec-11 4:14 
GeneralRe: Update BrowserFlags and EditFlags value in Window7 registry Pin
Dave Kreskowiak29-Dec-11 5:00
mveDave Kreskowiak29-Dec-11 5:00 
AnswerRe: Update BrowserFlags and EditFlags value in Window7 registry Pin
Luc Pattyn29-Dec-11 5:41
sitebuilderLuc Pattyn29-Dec-11 5:41 
GeneralRe: Update BrowserFlags and EditFlags value in Window7 registry Pin
Dave Kreskowiak29-Dec-11 6:57
mveDave Kreskowiak29-Dec-11 6:57 
GeneralRe: Update BrowserFlags and EditFlags value in Window7 registry Pin
Nitin Varshneya30-Dec-11 2:23
Nitin Varshneya30-Dec-11 2:23 
GeneralRe: Update BrowserFlags and EditFlags value in Window7 registry Pin
Dave Kreskowiak30-Dec-11 9:10
mveDave Kreskowiak30-Dec-11 9:10 
GeneralRe: Update BrowserFlags and EditFlags value in Window7 registry Pin
Nitin Varshneya3-Jan-12 0:51
Nitin Varshneya3-Jan-12 0:51 
GeneralRe: Update BrowserFlags and EditFlags value in Window7 registry Pin
Dave Kreskowiak3-Jan-12 9:36
mveDave Kreskowiak3-Jan-12 9:36 
QuestionUse WebBrowser control in VB6 to open an Office document on Win7 Pin
Nitin Varshneya29-Dec-11 3:41
Nitin Varshneya29-Dec-11 3:41 
AnswerRe: Use WebBrowser control in VB6 to open an Office document on Win7 Pin
Dave Kreskowiak29-Dec-11 4:06
mveDave Kreskowiak29-Dec-11 4:06 
GeneralRe: Use WebBrowser control in VB6 to open an Office document on Win7 Pin
Nitin Varshneya30-Dec-11 2:24
Nitin Varshneya30-Dec-11 2:24 
GeneralRe: Use WebBrowser control in VB6 to open an Office document on Win7 Pin
JR21230-Dec-11 11:47
JR21230-Dec-11 11:47 
GeneralRe: Use WebBrowser control in VB6 to open an Office document on Win7 Pin
Nitin Varshneya3-Jan-12 0:53
Nitin Varshneya3-Jan-12 0:53 
QuestionVB6.0 Pin
spuritha28-Dec-11 18:00
spuritha28-Dec-11 18:00 
AnswerRe: VB6.0 Pin
thatraja28-Dec-11 18:26
professionalthatraja28-Dec-11 18:26 
AnswerRe: VB6.0 Pin
Rajesh Anuhya29-Dec-11 15:56
professionalRajesh Anuhya29-Dec-11 15:56 

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.