Click here to Skip to main content
16,004,927 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiondata access in vb.net Pin
ManiMughal27-Sep-07 4:42
ManiMughal27-Sep-07 4:42 
AnswerRe: data access in vb.net Pin
Dave Kreskowiak27-Sep-07 5:23
mveDave Kreskowiak27-Sep-07 5:23 
Questionfocus of application Pin
rahulde27-Sep-07 2:48
rahulde27-Sep-07 2:48 
AnswerRe: focus of application Pin
Dave Kreskowiak27-Sep-07 5:21
mveDave Kreskowiak27-Sep-07 5:21 
GeneralRe: focus of application Pin
rahulde28-Sep-07 6:22
rahulde28-Sep-07 6:22 
GeneralRe: focus of application Pin
Dave Kreskowiak28-Sep-07 12:23
mveDave Kreskowiak28-Sep-07 12:23 
QuestionVBA Question Pin
Maurader27-Sep-07 1:57
Maurader27-Sep-07 1:57 
AnswerRe: VBA Question Pin
GuyThiebaut27-Sep-07 4:25
professionalGuyThiebaut27-Sep-07 4:25 
Yes - find out by looking in the registry.

Below is an example of how I find the location of the Access 97 exe by looking at the registry.
This is vbscript and the good news is that you can use vbscript within vba:

<br />
Set SysVarReg = WScript.CreateObject("WScript.Shell")<br />
accessLoc= SysVarReg.RegRead ("HKLM\SOFTWARE\Microsoft\Office\8.0\BinDirPath")+"\msaccess.exe"<br />


What you will need to look for is to see if the following exists:

"HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\8.0"

If it does then you know the user has version 8.0

I hope this gives you some idea of what to do.


You always pass failure on the way to success.

QuestionCrystal Reports Pin
santhoshmohan27-Sep-07 1:49
santhoshmohan27-Sep-07 1:49 
AnswerRe: Crystal Reports Pin
Hesbon Ongira27-Sep-07 4:16
Hesbon Ongira27-Sep-07 4:16 
Questiondatabase query Pin
gt227-Sep-07 1:47
gt227-Sep-07 1:47 
AnswerRe: database query Pin
Christian Graus27-Sep-07 1:57
protectorChristian Graus27-Sep-07 1:57 
AnswerRe: database query Pin
ESTAN27-Sep-07 2:13
ESTAN27-Sep-07 2:13 
GeneralRe: database query Pin
gt227-Sep-07 2:18
gt227-Sep-07 2:18 
AnswerRe: database query Pin
Tom Deketelaere27-Sep-07 2:30
professionalTom Deketelaere27-Sep-07 2:30 
GeneralRe: database query Pin
gt227-Sep-07 2:33
gt227-Sep-07 2:33 
GeneralRe: database query Pin
Tom Deketelaere27-Sep-07 2:52
professionalTom Deketelaere27-Sep-07 2:52 
AnswerRe: database query Pin
tharshini27-Sep-07 5:05
tharshini27-Sep-07 5:05 
GeneralRe: database query Pin
Dave Kreskowiak27-Sep-07 5:34
mveDave Kreskowiak27-Sep-07 5:34 
Questionlogin form Pin
gt227-Sep-07 1:39
gt227-Sep-07 1:39 
AnswerRe: login form Pin
Christian Graus27-Sep-07 1:58
protectorChristian Graus27-Sep-07 1:58 
GeneralRe: login form Pin
gt227-Sep-07 2:08
gt227-Sep-07 2:08 
GeneralRe: login form Pin
Dave Kreskowiak27-Sep-07 3:31
mveDave Kreskowiak27-Sep-07 3:31 
Questionlistview [modified] Pin
gt227-Sep-07 1:31
gt227-Sep-07 1:31 
AnswerRe: listview Pin
Christian Graus27-Sep-07 1:59
protectorChristian Graus27-Sep-07 1:59 

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.