Click here to Skip to main content
15,916,019 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: network programming Pin
avh1-Mar-05 4:28
avh1-Mar-05 4:28 
GeneralRe: network programming Pin
Dave Kreskowiak1-Mar-05 5:12
mveDave Kreskowiak1-Mar-05 5:12 
GeneralRe: network programming Pin
avh2-Mar-05 2:58
avh2-Mar-05 2:58 
GeneralRe: network programming Pin
santosh_akella1-Mar-05 7:49
santosh_akella1-Mar-05 7:49 
GeneralRe: network programming Pin
Dave Kreskowiak1-Mar-05 8:02
mveDave Kreskowiak1-Mar-05 8:02 
GeneralPositioning Picture through word automation Pin
de_Passionate28-Feb-05 8:26
de_Passionate28-Feb-05 8:26 
GeneralIE version & plugin detection in VB6 Pin
mecracked28-Feb-05 2:59
sussmecracked28-Feb-05 2:59 
GeneralRe: IE version & plugin detection in VB6 Pin
Dave Kreskowiak28-Feb-05 4:12
mveDave Kreskowiak28-Feb-05 4:12 
You'll have to check for registry entries specific to each application. Each manufacturer, and even different product, can store it's version information in different ways.

For example, IE's version can be found at:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, value name: Version (REG_SZ)

Media Player will be at:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Setup\Installed Versions, value name: wmp.dll(REG_BINARY)




mecracked wrote:
Can it be made to check these during the installation of the app ?

Sure, it would require that you write a custom installer to do this though.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralInternet Connection Pin
pafell28-Feb-05 1:16
pafell28-Feb-05 1:16 
GeneralRe: Internet Connection Pin
Dave Kreskowiak28-Feb-05 3:51
mveDave Kreskowiak28-Feb-05 3:51 
GeneralFile system Pin
nitin_ion28-Feb-05 0:11
nitin_ion28-Feb-05 0:11 
GeneralRe: File system Pin
Dave Kreskowiak28-Feb-05 1:29
mveDave Kreskowiak28-Feb-05 1:29 
GeneralRe: File system Pin
CorvetteGuru28-Feb-05 14:44
CorvetteGuru28-Feb-05 14:44 
GeneralRe: File system Pin
nitin_ion28-Feb-05 16:14
nitin_ion28-Feb-05 16:14 
GeneralRe: File system Pin
CorvetteGuru28-Feb-05 16:16
CorvetteGuru28-Feb-05 16:16 
GeneralRe: File system Pin
nitin_ion28-Feb-05 18:53
nitin_ion28-Feb-05 18:53 
GeneralRe: File system Pin
Dave Kreskowiak1-Mar-05 0:47
mveDave Kreskowiak1-Mar-05 0:47 
GeneralRe: File system Pin
CorvetteGuru1-Mar-05 8:33
CorvetteGuru1-Mar-05 8:33 
GeneralRe: File system Pin
Dave Kreskowiak1-Mar-05 9:39
mveDave Kreskowiak1-Mar-05 9:39 
GeneralRe: File system Pin
CorvetteGuru1-Mar-05 10:40
CorvetteGuru1-Mar-05 10:40 
Generalavoid Word to appear hung up Pin
Stephan Wright27-Feb-05 23:13
Stephan Wright27-Feb-05 23:13 
GeneralRe: avoid Word to appear hung up Pin
Dave Kreskowiak28-Feb-05 1:25
mveDave Kreskowiak28-Feb-05 1:25 
General3d Graphics - Drawing points in a sphere Pin
sergeroz27-Feb-05 20:59
sergeroz27-Feb-05 20:59 
GeneralRe: 3d Graphics - Drawing points in a sphere Pin
Christian Graus28-Feb-05 10:16
protectorChristian Graus28-Feb-05 10:16 
GeneralRe: 3d Graphics - Drawing points in a sphere Pin
sergeroz28-Feb-05 15:28
sergeroz28-Feb-05 15:28 

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.