Click here to Skip to main content
15,914,322 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to use textbox as a searching. to listbox?what is code to inside the textbox ? Pin
sheldon198710-Oct-07 0:16
sheldon198710-Oct-07 0:16 
AnswerRe: how to use textbox as a searching. to listbox?what is code to inside the textbox ? Pin
The ANZAC10-Oct-07 0:30
The ANZAC10-Oct-07 0:30 
QuestionDataGridView..... Pin
moomoooomoo9-Oct-07 23:32
moomoooomoo9-Oct-07 23:32 
QuestionConstant Module Or File ? Pin
barney_19729-Oct-07 22:09
barney_19729-Oct-07 22:09 
AnswerRe: Constant Module Or File ? Pin
Tom Deketelaere9-Oct-07 22:51
professionalTom Deketelaere9-Oct-07 22:51 
GeneralRe: Constant Module Or File ? Pin
barney_19729-Oct-07 23:21
barney_19729-Oct-07 23:21 
QuestionOld array function does not work in VB 2005? Pin
Nasbcn9-Oct-07 22:05
Nasbcn9-Oct-07 22:05 
AnswerRe: Old array function does not work in VB 2005? Pin
Tom Deketelaere9-Oct-07 22:47
professionalTom Deketelaere9-Oct-07 22:47 
this is one way:
<br />
        Dim a(Range("B10").Value) As Object<br />
        a(0) = "mlqjf"<br />
        Call amxEvents.CallFunction("FsetMotorState", a)<br />


you can replace object with string,integer,long,...
plus side of object is that you can put anything you want in it
down side the function callfunction might not know what to do with certain objects

hope this helps

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistaks.

GeneralRe: Old array function does not work in VB 2005? Pin
Nasbcn9-Oct-07 23:37
Nasbcn9-Oct-07 23:37 
QuestionSort Unbound Datagridview column Pin
helelark1239-Oct-07 20:25
helelark1239-Oct-07 20:25 
QuestionDataset Pin
vidya1109-Oct-07 20:12
vidya1109-Oct-07 20:12 
AnswerRe: Dataset [modified] Pin
vidya11010-Oct-07 0:15
vidya11010-Oct-07 0:15 
GeneralRe: Dataset Pin
Vimalsoft(Pty) Ltd10-Oct-07 23:13
professionalVimalsoft(Pty) Ltd10-Oct-07 23:13 
Questionforms loading [modified] Pin
chamee1239-Oct-07 19:13
chamee1239-Oct-07 19:13 
AnswerRe: forms loading Pin
Christian Graus9-Oct-07 19:32
protectorChristian Graus9-Oct-07 19:32 
AnswerRe: forms loading Pin
manni_n10-Oct-07 2:29
manni_n10-Oct-07 2:29 
QuestionEXCEPTION FROM HRESULT Pin
dienadel9-Oct-07 18:06
dienadel9-Oct-07 18:06 
AnswerRe: EXCEPTION FROM HRESULT Pin
Christian Graus9-Oct-07 18:29
protectorChristian Graus9-Oct-07 18:29 
AnswerRe: EXCEPTION FROM HRESULT Pin
ChandraRam9-Oct-07 21:41
ChandraRam9-Oct-07 21:41 
QuestionUsing TAP messaging protocol Pin
Jack Black X9-Oct-07 17:35
Jack Black X9-Oct-07 17:35 
Questioncheckbox defaults not set on batabound vb form with strong typed dataset Pin
pa281409-Oct-07 15:22
pa281409-Oct-07 15:22 
Questionimages in the button Pin
shri509-Oct-07 14:50
shri509-Oct-07 14:50 
AnswerRe: images in the button Pin
Luc Pattyn9-Oct-07 14:56
sitebuilderLuc Pattyn9-Oct-07 14:56 
QuestionCreating Tab Delimited Output File Pin
Swisher249-Oct-07 13:18
Swisher249-Oct-07 13:18 
AnswerRe: Creating Tab Delimited Output File Pin
Christian Graus9-Oct-07 13:23
protectorChristian Graus9-Oct-07 13:23 

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.