Click here to Skip to main content
16,005,389 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to set cell text color in datagrid? Pin
rudy.net25-May-05 3:50
rudy.net25-May-05 3:50 
GeneralStrong names Pin
hungmitec23-May-05 18:19
hungmitec23-May-05 18:19 
GeneralRe: Strong names Pin
rwestgraham23-May-05 19:31
rwestgraham23-May-05 19:31 
GeneralRe: Strong names Pin
Dave Kreskowiak24-May-05 4:05
mveDave Kreskowiak24-May-05 4:05 
GeneralRe: Strong names Pin
hungmitec24-May-05 23:19
hungmitec24-May-05 23:19 
GeneralRe: Strong names Pin
Dave Kreskowiak25-May-05 0:35
mveDave Kreskowiak25-May-05 0:35 
GeneralPackage and Deployment in VB6.0 Pin
Gagan Deep Singla23-May-05 18:12
Gagan Deep Singla23-May-05 18:12 
GeneralRe: Package and Deployment in VB6.0 Pin
rwestgraham23-May-05 19:16
rwestgraham23-May-05 19:16 
VB6 Setup does not support this functionality. However, the source code is also in VB6 and is easily modified. You can find the source code of the setup in the folder:

\Program Files\Microsoft Visual Studio\VB98\Wizards\Setup1

Basically what you do is modify the Setup1 program to search for the program's registry key, usually found under:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Program Name

If the program is installed, launch a new process with the uninstall parameters found in the registry. Use the CreateProcess API and wait until the uninstall ends. Then continue the setup.

Robert

GeneralRe: Package and Deployment in VB6.0 Pin
Gagan Deep Singla23-May-05 20:49
Gagan Deep Singla23-May-05 20:49 
GeneralRe: Package and Deployment in VB6.0 Pin
rwestgraham24-May-05 9:09
rwestgraham24-May-05 9:09 
GeneralRe: Package and Deployment in VB6.0 Pin
Gagan Deep Singla24-May-05 17:11
Gagan Deep Singla24-May-05 17:11 
GeneralRe: Package and Deployment in VB6.0 Pin
rwestgraham25-May-05 9:29
rwestgraham25-May-05 9:29 
GeneralRe: Package and Deployment in VB6.0 Pin
Gagan Deep Singla25-May-05 17:16
Gagan Deep Singla25-May-05 17:16 
GeneralRe: Package and Deployment in VB6.0 Pin
rwestgraham26-May-05 10:48
rwestgraham26-May-05 10:48 
Generalhelp Pin
daneshmand23-May-05 18:09
daneshmand23-May-05 18:09 
GeneralRe: help Pin
toxcct23-May-05 20:47
toxcct23-May-05 20:47 
GeneralRe: help Pin
Blue_Boy24-May-05 3:02
Blue_Boy24-May-05 3:02 
Generalprinting my property settings Pin
gcody23-May-05 15:58
gcody23-May-05 15:58 
GeneralRe: printing my property settings Pin
Dave Kreskowiak24-May-05 4:01
mveDave Kreskowiak24-May-05 4:01 
Questionhow do i change my startup form???? Pin
Joey Picerno23-May-05 15:55
Joey Picerno23-May-05 15:55 
AnswerRe: how do i change my startup form???? Pin
Joey Picerno23-May-05 16:00
Joey Picerno23-May-05 16:00 
GeneralRe: how do i change my startup form???? Pin
Dave Kreskowiak24-May-05 3:58
mveDave Kreskowiak24-May-05 3:58 
GeneralRe: how do i change my startup form???? Pin
Blue_Boy24-May-05 4:22
Blue_Boy24-May-05 4:22 
GeneralRe: how do i change my startup form???? Pin
neohop24-May-05 5:54
neohop24-May-05 5:54 
GeneralPausing Code Pin
Reedmon2923-May-05 11:06
Reedmon2923-May-05 11:06 

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.