Click here to Skip to main content
15,908,445 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionheadset mic Pin
break_day6-Nov-07 7:54
break_day6-Nov-07 7:54 
AnswerRe: headset mic Pin
Christian Graus6-Nov-07 8:53
protectorChristian Graus6-Nov-07 8:53 
Questionmy dataset isnot refreshing [modified] Pin
Motajo Tolu6-Nov-07 7:03
professionalMotajo Tolu6-Nov-07 7:03 
AnswerRe: my oledbdataadapter isnot refreshing Pin
Kschuler6-Nov-07 7:09
Kschuler6-Nov-07 7:09 
GeneralRe: my oledbdataadapter isnot refreshing Pin
Motajo Tolu6-Nov-07 9:57
professionalMotajo Tolu6-Nov-07 9:57 
GeneralRe: my oledbdataadapter isnot refreshing Pin
Kschuler6-Nov-07 10:14
Kschuler6-Nov-07 10:14 
GeneralRe: my oledbdataadapter isnot refreshing Pin
Motajo Tolu6-Nov-07 10:47
professionalMotajo Tolu6-Nov-07 10:47 
Questionpassing string array to C++ fromVB.net Pin
xyhan6-Nov-07 6:22
xyhan6-Nov-07 6:22 
Hi,

I want to pass a string array to a c++ function, which is the interface of my ActiveX control.

My previous VB6 in the following works fine:

Dim arrayStr As Variant
Redim arrayStr(5) As String

'call the C++ function
fun(arrayStr)

the definition of the C++ is like this:
fun(Variant Far * strarray);

Now I want to update the VB code from version 6.0 to .net. but I always got a type mismatch error or other error if I do it like this:

Dim arrayStr() As String
...
fun(arrayStr)

Any help will be appreciated!
QuestionHow can i send text to another application textbox? Pin
IRBoy6-Nov-07 5:48
IRBoy6-Nov-07 5:48 
QuestionVB Form Pin
railay296-Nov-07 3:22
railay296-Nov-07 3:22 
Question,VB Form Pin
railay296-Nov-07 3:19
railay296-Nov-07 3:19 
QuestionSpeech to text Pin
Bismark Appah6-Nov-07 3:12
Bismark Appah6-Nov-07 3:12 
AnswerRe: Speech to text Pin
Guffa6-Nov-07 6:10
Guffa6-Nov-07 6:10 
GeneralRe: Speech to text Pin
Paul Conrad6-Nov-07 18:16
professionalPaul Conrad6-Nov-07 18:16 
QuestionVlookups in Excel Pin
nick46-Nov-07 0:57
nick46-Nov-07 0:57 
QuestionRegistry Accessing Pin
SekharOne5-Nov-07 22:37
SekharOne5-Nov-07 22:37 
AnswerRe: Registry Accessing Pin
AliAmjad5-Nov-07 23:08
AliAmjad5-Nov-07 23:08 
GeneralRe: Registry Accessing Pin
SekharOne11-Nov-07 20:06
SekharOne11-Nov-07 20:06 
QuestionCrystal Report 9 VB6 Pin
aqui_i5-Nov-07 22:01
aqui_i5-Nov-07 22:01 
QuestionIs OOPS concept in Visual Basic 6? Pin
KETAN K.5-Nov-07 21:27
KETAN K.5-Nov-07 21:27 
AnswerRe: Is OOPS concept in Visual Basic 6? Pin
Christian Graus5-Nov-07 22:09
protectorChristian Graus5-Nov-07 22:09 
AnswerRe: Is OOPS concept in Visual Basic 6? Pin
Guffa6-Nov-07 6:06
Guffa6-Nov-07 6:06 
Questionmy oledbdataadapter in not refreshing [modified] Pin
Motajo Tolu5-Nov-07 21:18
professionalMotajo Tolu5-Nov-07 21:18 
AnswerRe: my oledbdataadapter in not refreshing Pin
Vimalsoft(Pty) Ltd5-Nov-07 23:09
professionalVimalsoft(Pty) Ltd5-Nov-07 23:09 
GeneralRe: my oledbdataadapter is not refreshing Pin
Motajo Tolu6-Nov-07 6:58
professionalMotajo Tolu6-Nov-07 6: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.