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

Visual Basic

 
Questionhow to install VB98 Pin
sieucauthu23-Apr-06 19:06
sieucauthu23-Apr-06 19:06 
AnswerRe: how to install VB98 Pin
Christian Graus23-Apr-06 19:31
protectorChristian Graus23-Apr-06 19:31 
AnswerRe: how to install VB98 Pin
Steve Pullan23-Apr-06 19:31
Steve Pullan23-Apr-06 19:31 
GeneralRe: how to install VB98 Pin
sieucauthu23-Apr-06 19:55
sieucauthu23-Apr-06 19:55 
GeneralRe: how to install VB98 Pin
Steve Pullan23-Apr-06 21:09
Steve Pullan23-Apr-06 21:09 
GeneralRe: how to install VB98 Pin
sieucauthu27-Apr-06 16:04
sieucauthu27-Apr-06 16:04 
QuestionHow to open my application by Active X ? Pin
cylix200023-Apr-06 19:01
cylix200023-Apr-06 19:01 
AnswerRe: How to open my application by Active X ? Pin
Dave Kreskowiak24-Apr-06 6:05
mveDave Kreskowiak24-Apr-06 6:05 
ActuveX doesn't open applications. ActiveX is essentially a fancy name for a COM-based component. You can't just open and run any application you want inside a web browser. There are, in most cases, severe restrictions on what you can and cannot do. Also, your component must be written as an ActiveX (or COM) server that Internet Explorer can use.

Did you consider this when writing your component? In VB.NET, there is a bunch of stuff you have to add to your component to expose it to COM properly so that IE can use it.

Exposing .NET Framework Components to COM[^]


Dave Kreskowiak
Microsoft MVP - Visual Basic

GeneralRe: How to open my application by Active X ? Pin
cylix200024-Apr-06 15:22
cylix200024-Apr-06 15:22 
GeneralRe: How to open my application by Active X ? Pin
Dave Kreskowiak25-Apr-06 1:37
mveDave Kreskowiak25-Apr-06 1:37 
QuestionProblems with GetCaretPos API function Pin
Husam Burhan23-Apr-06 18:31
Husam Burhan23-Apr-06 18:31 
AnswerRe: Problems with GetCaretPos API function Pin
Dave Kreskowiak24-Apr-06 5:43
mveDave Kreskowiak24-Apr-06 5:43 
QuestionRe: Problems with GetCaretPos API function Pin
Husam Burhan24-Apr-06 9:12
Husam Burhan24-Apr-06 9:12 
AnswerRe: Problems with GetCaretPos API function Pin
Dave Kreskowiak24-Apr-06 11:35
mveDave Kreskowiak24-Apr-06 11:35 
QuestionHow to set the the form owner to an application? Pin
cylix200023-Apr-06 17:31
cylix200023-Apr-06 17:31 
AnswerRe: How to set the the form owner to an application? Pin
Dave Kreskowiak24-Apr-06 5:29
mveDave Kreskowiak24-Apr-06 5:29 
QuestionHow to change the bold style for the text selection which consist of two or more font styles Pin
Chatura Dilan23-Apr-06 16:35
Chatura Dilan23-Apr-06 16:35 
AnswerRe: How to change the bold style for the text selection which consist of two or more font styles Pin
Dave Kreskowiak24-Apr-06 5:34
mveDave Kreskowiak24-Apr-06 5:34 
GeneralRe: How to change the bold style for the text selection which consist of two or more font styles Pin
Chatura Dilan24-Apr-06 15:03
Chatura Dilan24-Apr-06 15:03 
QuestionNeed help with Public Property Timer() Pin
Jirikub23-Apr-06 15:30
Jirikub23-Apr-06 15:30 
AnswerRe: Need help with Public Property Timer() Pin
Steve Pullan23-Apr-06 15:51
Steve Pullan23-Apr-06 15:51 
GeneralRe: Need help with Public Property Timer() Pin
Jirikub24-Apr-06 4:47
Jirikub24-Apr-06 4:47 
GeneralRe: Need help with Public Property Timer() Pin
Dave Kreskowiak24-Apr-06 5:27
mveDave Kreskowiak24-Apr-06 5:27 
GeneralRe: Need help with Public Property Timer() Pin
Jirikub24-Apr-06 5:42
Jirikub24-Apr-06 5:42 
GeneralRe: Need help with Public Property Timer() Pin
Dave Kreskowiak24-Apr-06 5:53
mveDave Kreskowiak24-Apr-06 5:53 

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.