Click here to Skip to main content
15,891,607 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Text Boxes Print Preview Pin
Dave Kreskowiak22-Oct-08 4:49
mveDave Kreskowiak22-Oct-08 4:49 
QuestionNeed advice with WshNetwork PLEASE Pin
Trey549821-Oct-08 8:54
Trey549821-Oct-08 8:54 
AnswerRe: Need advice with WshNetwork PLEASE Pin
Dave Kreskowiak21-Oct-08 10:24
mveDave Kreskowiak21-Oct-08 10:24 
GeneralRe: Need advice with WshNetwork PLEASE Pin
Trey549822-Oct-08 2:04
Trey549822-Oct-08 2:04 
GeneralRe: Need advice with WshNetwork PLEASE Pin
Dave Kreskowiak22-Oct-08 4:34
mveDave Kreskowiak22-Oct-08 4:34 
GeneralRe: Need advice with WshNetwork PLEASE Pin
Trey549822-Oct-08 5:05
Trey549822-Oct-08 5:05 
GeneralRe: Need advice with WshNetwork PLEASE Pin
Dave Kreskowiak22-Oct-08 6:37
mveDave Kreskowiak22-Oct-08 6:37 
QuestionNeed Help on Custom Action Installer Pin
Saseendran Kombath21-Oct-08 8:19
Saseendran Kombath21-Oct-08 8:19 
I have to register a .dll, I was using the following code
Imports System.ComponentModel
Imports System.Configuration.Install

Public Class Installer1 ()

Public Sub New ()
MyBase.New ()

InitializeComponent ()

End Sub

Public Overrides Sub Commit(ByVal savedstate As System.Collections.IDictionary)
MyBase.Commit (savedstate)
Dim RegAddin As New Process
RegAddin.StartInfo.FileName=My.Application.Info.DirectoryPath + "\FeatureRName.Bat"
RegAddin.Start ()

This shows the command window with running but the action was not done

the bat file contains
c:\Windows\Microsoft.Net\Framework\v2.0.50727\regasm /codebase FeatureRname.dll

if I run the same bat file manually it works good

Is there any other method to avoid using the bat file and using the code directly in the Installat class

Saseendran Kombath

AnswerRe: Need Help on Custom Action Installer Pin
Dave Kreskowiak21-Oct-08 8:29
mveDave Kreskowiak21-Oct-08 8:29 
GeneralRe: Need Help on Custom Action Installer Pin
Saseendran Kombath21-Oct-08 23:34
Saseendran Kombath21-Oct-08 23:34 
GeneralRe: Need Help on Custom Action Installer Pin
Dave Kreskowiak22-Oct-08 4:22
mveDave Kreskowiak22-Oct-08 4:22 
GeneralRe: Need Help on Custom Action Installer Pin
Saseendran Kombath23-Oct-08 4:15
Saseendran Kombath23-Oct-08 4:15 
QuestionHow do remove unwanted coulmns from a data grid? Pin
Arun Philip R21-Oct-08 8:09
Arun Philip R21-Oct-08 8:09 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Wendelius21-Oct-08 8:28
mentorWendelius21-Oct-08 8:28 
QuestionRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R21-Oct-08 8:41
Arun Philip R21-Oct-08 8:41 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Wendelius21-Oct-08 8:50
mentorWendelius21-Oct-08 8:50 
GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R22-Oct-08 3:22
Arun Philip R22-Oct-08 3:22 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R22-Oct-08 4:00
Arun Philip R22-Oct-08 4:00 
GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Wendelius22-Oct-08 7:36
mentorWendelius22-Oct-08 7:36 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R6-Nov-08 6:32
Arun Philip R6-Nov-08 6:32 
GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Wendelius6-Nov-08 7:02
mentorWendelius6-Nov-08 7:02 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Anoop Brijmohun22-Oct-08 0:20
Anoop Brijmohun22-Oct-08 0:20 
GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R22-Oct-08 3:28
Arun Philip R22-Oct-08 3:28 
GeneralRe: How do remove unwanted coulmns from a data grid? Pin
Anoop Brijmohun22-Oct-08 3:49
Anoop Brijmohun22-Oct-08 3:49 
AnswerRe: How do remove unwanted coulmns from a data grid? Pin
Arun Philip R22-Oct-08 3:58
Arun Philip R22-Oct-08 3:58 

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.