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

Visual Basic

 
GeneralRe: how to create ocx (activex) control in vb.net Pin
Dave Kreskowiak9-Jul-07 4:13
mveDave Kreskowiak9-Jul-07 4:13 
GeneralRe: how to create ocx (activex) control in vb.net Pin
Tom Deketelaere9-Jul-07 4:30
professionalTom Deketelaere9-Jul-07 4:30 
GeneralRe: how to create ocx (activex) control in vb.net Pin
Tom Deketelaere9-Jul-07 4:49
professionalTom Deketelaere9-Jul-07 4:49 
QuestionNull value Pin
magedhv8-Jul-07 23:07
magedhv8-Jul-07 23:07 
AnswerRe: Null value Pin
Nilesh Hapse8-Jul-07 23:20
Nilesh Hapse8-Jul-07 23:20 
AnswerRe: Null value Pin
Vimalsoft(Pty) Ltd8-Jul-07 23:26
professionalVimalsoft(Pty) Ltd8-Jul-07 23:26 
AnswerRe: Null value Pin
Tom Deketelaere8-Jul-07 23:37
professionalTom Deketelaere8-Jul-07 23:37 
Questionvb6 code doesn't work in VBA(ms access). Pin
Asif Rehman8-Jul-07 22:15
Asif Rehman8-Jul-07 22:15 
I have microsoft fingerprint reader. its SDK from griule.com.
samples provided with SDK are in VB6,VB.NET,C#.NET etc.
but I need samples to work in MS.ACCESS2003.

all work fine when I copied all the code from VB6 to VBA(ms access).
here's what I have to changes.
1). made a public variable to refer to form.(Public frmMain As Form) as VB6 has a form with name(frmMain).

here's what I experience when I call a function.

herers the definition provided in for VB6.
Function CapRawImageToHandle (ByRef RawImage As Variant, ByVal width As Long, ByVal height As Long, ByVal hdc As Long, ByRef handler As IPictureDisp) As Long

'Call to function in VB6
frmMain.ctrl.CapRawImageToHandle raw.img, raw.width, raw.height, frmMain.hDc, handle


I got an error application-defined or object-oriented error.
I guess frmMain.hDC is causing problem as I don't know how to refer to ms access form's hDC property.

Asif Rehman
AnswerRe: vb6 to VBA(I found solution). But Pin
Asif Rehman8-Jul-07 22:57
Asif Rehman8-Jul-07 22:57 
QuestionVB.net user controls in Access 2007 Pin
Tom Deketelaere8-Jul-07 21:39
professionalTom Deketelaere8-Jul-07 21:39 
AnswerRe: VB.net user controls in Access 2007 Pin
Paul Conrad29-Jul-07 6:07
professionalPaul Conrad29-Jul-07 6:07 
GeneralRe: VB.net user controls in Access 2007 Pin
Tom Deketelaere29-Jul-07 20:46
professionalTom Deketelaere29-Jul-07 20:46 
GeneralRe: VB.net user controls in Access 2007 Pin
Paul Conrad30-Jul-07 5:26
professionalPaul Conrad30-Jul-07 5:26 
GeneralRe: VB.net user controls in Access 2007 Pin
Tom Deketelaere30-Jul-07 5:31
professionalTom Deketelaere30-Jul-07 5:31 
QuestionHow to give security using kerberos token? Pin
honeysip8-Jul-07 21:15
honeysip8-Jul-07 21:15 
AnswerRe: ASP.Net? Pin
Christian Graus9-Jul-07 0:54
protectorChristian Graus9-Jul-07 0:54 
Questionhow to create control array ? in vb .net Pin
babusat8-Jul-07 18:24
babusat8-Jul-07 18:24 
AnswerRe: how to create control array ? in vb .net Pin
Tom Deketelaere8-Jul-07 21:42
professionalTom Deketelaere8-Jul-07 21:42 
QuestionRe: how to create control array ? in vb .net Pin
babusat9-Jul-07 0:11
babusat9-Jul-07 0:11 
AnswerRe: how to create control array ? in vb .net Pin
Tom Deketelaere9-Jul-07 0:35
professionalTom Deketelaere9-Jul-07 0:35 
Questionits good but i want to access textbox with index value Pin
babusat9-Jul-07 2:41
babusat9-Jul-07 2:41 
AnswerRe: its good but i want to access textbox with index value Pin
Tom Deketelaere9-Jul-07 3:14
professionalTom Deketelaere9-Jul-07 3:14 
AnswerRe: how to create control array ? in vb .net Pin
TwoFaced9-Jul-07 8:48
TwoFaced9-Jul-07 8:48 
Questionhow to create control array ? in vb .net Pin
babusat9-Jul-07 18:20
babusat9-Jul-07 18:20 
AnswerRe: how to create control array ? in vb .net Pin
TwoFaced9-Jul-07 19:51
TwoFaced9-Jul-07 19:51 

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.