Click here to Skip to main content
15,880,608 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionbeginner project questions Pin
thewoozle4-Mar-09 17:46
thewoozle4-Mar-09 17:46 
AnswerRe: beginner project questions Pin
Mycroft Holmes4-Mar-09 19:05
professionalMycroft Holmes4-Mar-09 19:05 
AnswerRe: beginner project questions Pin
Dave Kreskowiak5-Mar-09 1:30
mveDave Kreskowiak5-Mar-09 1:30 
QuestionHow can I refer a TLB File? Pin
ggamma4-Mar-09 16:13
ggamma4-Mar-09 16:13 
AnswerRe: How can I refer a TLB File? Pin
Mycroft Holmes4-Mar-09 16:47
professionalMycroft Holmes4-Mar-09 16:47 
GeneralThe proble is it failed in ***VS2005*** Pin
ggamma4-Mar-09 18:22
ggamma4-Mar-09 18:22 
GeneralRe: The proble is it failed in ***VS2005*** Pin
Dave Kreskowiak5-Mar-09 1:28
mveDave Kreskowiak5-Mar-09 1:28 
AnswerRe: How can I refer a TLB File? Pin
Gagan.205-Mar-09 1:41
Gagan.205-Mar-09 1:41 
I think in VS2005 you need to create an object of VcDLL.dll before calling its method.
After adding reference,try following code :

Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim vc as new VcDll.MotorAPI
dim a as integer=vc.fnVcDll(100)
End Sub
End Class


Hope it will work.

Gagan
GeneralThank you for reply. Pin
ggamma5-Mar-09 13:36
ggamma5-Mar-09 13:36 
QuestionUnlock font Pin
dBrong4-Mar-09 8:54
dBrong4-Mar-09 8:54 
AnswerRe: Unlock font Pin
Dave Kreskowiak4-Mar-09 9:24
mveDave Kreskowiak4-Mar-09 9:24 
GeneralRe: Unlock font Pin
dBrong4-Mar-09 9:36
dBrong4-Mar-09 9:36 
GeneralRe: Unlock font Pin
Dave Kreskowiak4-Mar-09 9:47
mveDave Kreskowiak4-Mar-09 9:47 
QuestionHow can I get the processor (CHIP) name? Pin
JUNEYT4-Mar-09 7:22
JUNEYT4-Mar-09 7:22 
AnswerRe: How can I get the processor (CHIP) name? Pin
Dave Kreskowiak4-Mar-09 9:29
mveDave Kreskowiak4-Mar-09 9:29 
QuestionPROJET Pin
adammaher4-Mar-09 4:46
adammaher4-Mar-09 4:46 
RantRe: PROJET Pin
Smithers-Jones4-Mar-09 4:57
Smithers-Jones4-Mar-09 4:57 
AnswerRe: PROJET Pin
0x3c04-Mar-09 5:52
0x3c04-Mar-09 5:52 
AnswerRe: PROJET Pin
Dave Kreskowiak4-Mar-09 6:15
mveDave Kreskowiak4-Mar-09 6:15 
AnswerRe: PROJET Pin
EliottA4-Mar-09 6:58
EliottA4-Mar-09 6:58 
QuestionCrystal Report from multiple tables? Pin
Davehurhangee4-Mar-09 1:57
Davehurhangee4-Mar-09 1:57 
QuestionAdd "select all checkbox to header column of datagrid" Pin
chandrubngit4-Mar-09 0:19
chandrubngit4-Mar-09 0:19 
AnswerRe: Add "select all checkbox to header column of datagrid" Pin
Eddy Vluggen4-Mar-09 2:11
professionalEddy Vluggen4-Mar-09 2:11 
QuestionSelecting text using mouse Pin
FISH7863-Mar-09 18:57
FISH7863-Mar-09 18:57 
AnswerRe: Selecting text using mouse Pin
Dave Kreskowiak4-Mar-09 4:18
mveDave Kreskowiak4-Mar-09 4:18 

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.