Click here to Skip to main content
16,006,065 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Split function Pin
leezardd6-Apr-04 5:59
leezardd6-Apr-04 5:59 
GeneralRe: Split function Pin
Mike Ellison6-Apr-04 6:02
Mike Ellison6-Apr-04 6:02 
GeneralWindows CRC Programming Requested Pin
Member 9170836-Apr-04 5:14
Member 9170836-Apr-04 5:14 
GeneralRe: Windows CRC Programming Requested Pin
Dave Kreskowiak6-Apr-04 6:11
mveDave Kreskowiak6-Apr-04 6:11 
GeneralRe: Windows CRC Programming Requested Pin
Member 9170837-Apr-04 3:59
Member 9170837-Apr-04 3:59 
GeneralRe: Windows CRC Programming Requested Pin
Dave Kreskowiak7-Apr-04 5:26
mveDave Kreskowiak7-Apr-04 5:26 
GeneralRemoving program Pin
LeprosyLM6-Apr-04 4:52
LeprosyLM6-Apr-04 4:52 
GeneralRe: Removing program Pin
Dave Kreskowiak6-Apr-04 6:10
mveDave Kreskowiak6-Apr-04 6:10 
The easy way to uninstall an app is to use the System.Management classes and WMI. You would be using the Win32_Product class. The downside is it won't do a silent uninstall.

The hard way would be to use the Windows Installer API's. The documentation starts here[^]. The upside of using this method is that you get total control of how the uninstall behaves. The down side is it's complexity.

I hope your doing in in VB6 and not VB.NET. Trying to write a program in VB.NET to uninstall the .NET Framework is never going to work since you cannot uninstall something that your program absolutely needs in order to run...


RageInTheMachine9532
GeneralMultilingual in VB6 Pin
adarsh_sebiz6-Apr-04 3:47
adarsh_sebiz6-Apr-04 3:47 
GeneralFinding focus on windows forms Pin
David O6-Apr-04 0:47
David O6-Apr-04 0:47 
GeneralRe: Finding focus on windows forms Pin
Member 10089689-Apr-04 4:55
Member 10089689-Apr-04 4:55 
GeneralRe: Finding focus on windows forms Pin
David O11-Apr-04 23:29
David O11-Apr-04 23:29 
QuestionHow to add popup menu item in Windows Explorer popup menu Pin
Mayank Kumar5-Apr-04 21:31
Mayank Kumar5-Apr-04 21:31 
AnswerRe: How to add popup menu item in Windows Explorer popup menu Pin
Hesham Amin5-Apr-04 22:15
Hesham Amin5-Apr-04 22:15 
GeneralWindows Service for Internet time logging Pin
DHARMA.R5-Apr-04 19:37
DHARMA.R5-Apr-04 19:37 
GeneralRe: Windows Service for Internet time logging Pin
Milton Karimbekallil5-Apr-04 20:43
Milton Karimbekallil5-Apr-04 20:43 
GeneralRe: Windows Service for Internet time logging Pin
Dave Kreskowiak6-Apr-04 0:51
mveDave Kreskowiak6-Apr-04 0:51 
GeneralRe: Windows Service for Internet time logging Pin
DHARMA.R6-Apr-04 4:00
DHARMA.R6-Apr-04 4:00 
GeneralRe: Windows Service for Internet time logging Pin
Dave Kreskowiak6-Apr-04 5:51
mveDave Kreskowiak6-Apr-04 5:51 
GeneralRe: Windows Service for Internet time logging Pin
DHARMA.R6-Apr-04 20:25
DHARMA.R6-Apr-04 20:25 
GeneralRe: Windows Service for Internet time logging Pin
Dave Kreskowiak7-Apr-04 1:19
mveDave Kreskowiak7-Apr-04 1:19 
GeneralRe: Windows Service for Internet time logging Pin
DHARMA.R7-Apr-04 18:00
DHARMA.R7-Apr-04 18:00 
GeneralDataset to Textboxes Pin
trg50305-Apr-04 19:07
trg50305-Apr-04 19:07 
GeneralRe: Dataset to Textboxes Pin
Alberto Venditti5-Apr-04 20:57
Alberto Venditti5-Apr-04 20:57 
GeneralRe: Dataset to Textboxes Pin
trg50306-Apr-04 13:12
trg50306-Apr-04 13:12 

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.