Click here to Skip to main content
15,917,062 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to save the change data in the datagird? Pin
Tamimi - Code21-Oct-06 20:09
Tamimi - Code21-Oct-06 20:09 
GeneralRe: How to save the change data in the datagird? Pin
Evalee23-Oct-06 23:14
Evalee23-Oct-06 23:14 
QuestionVB Collection Pin
Wrycu20-Oct-06 14:27
Wrycu20-Oct-06 14:27 
GeneralRe: VB Collection Pin
Wrycu20-Oct-06 15:30
Wrycu20-Oct-06 15:30 
AnswerRe: VB Collection Pin
Guffa20-Oct-06 15:44
Guffa20-Oct-06 15:44 
GeneralRe: VB Collection [modified] Pin
Wrycu20-Oct-06 15:51
Wrycu20-Oct-06 15:51 
GeneralRe: VB Collection Pin
Guffa20-Oct-06 16:12
Guffa20-Oct-06 16:12 
QuestionRealy I need it..... Pin
msleem20-Oct-06 13:12
msleem20-Oct-06 13:12 
I want to know how to use Microsoft Agent Control 2.0.ocx?
I can use it but I can just show merlin (character) but I cant show the other characters (Robert,Mary,Hal)

I use the following code to show merlin
'''''''''''''''''''''''''''''''''''''''''''
'general declarations
Dim merlin As IAgentCtlCharacterEx
Const DATAPATH = "merlin.acs"

Private Sub Form_Load()
Agent1.Characters.Load "merlin.acs", DATAPATH
Set merlin = Agent1.Characters("merlin.acs")
merlin.LanguageID = &H409
merlin.Show
End Sub
''''''''''''''''''''''''''''''''''''''

but I can't use it with the other characters.

I realy neeeeeeeeeeeeed it

many thanks for all


soly

AnswerRe: Change character in Agent control Pin
Guffa20-Oct-06 13:48
Guffa20-Oct-06 13:48 
GeneralRe: Change character in Agent control Pin
msleem21-Oct-06 2:10
msleem21-Oct-06 2:10 
GeneralRe: Change character in Agent control Pin
Dave Kreskowiak21-Oct-06 3:54
mveDave Kreskowiak21-Oct-06 3:54 
AnswerRe: Change character in Agent control Pin
Guffa21-Oct-06 7:10
Guffa21-Oct-06 7:10 
Questiondivide picture in smmal pictures Pin
qwertyqazwsx20-Oct-06 9:24
qwertyqazwsx20-Oct-06 9:24 
QuestionPermission problems with database connection Pin
Mark0620-Oct-06 4:41
Mark0620-Oct-06 4:41 
AnswerRe: Permission problems with database connection Pin
Kschuler20-Oct-06 5:37
Kschuler20-Oct-06 5:37 
GeneralRe: Permission problems with database connection Pin
Mark0620-Oct-06 5:45
Mark0620-Oct-06 5:45 
GeneralRe: Permission problems with database connection Pin
Kschuler20-Oct-06 5:49
Kschuler20-Oct-06 5:49 
GeneralRe: Permission problems with database connection Pin
Mark0620-Oct-06 5:56
Mark0620-Oct-06 5:56 
GeneralRe: Permission problems with database connection Pin
Kschuler20-Oct-06 7:46
Kschuler20-Oct-06 7:46 
AnswerRe: Permission problems with database connection Pin
Dave Kreskowiak20-Oct-06 8:35
mveDave Kreskowiak20-Oct-06 8:35 
GeneralRe: Permission problems with database connection Pin
Mark0620-Oct-06 12:42
Mark0620-Oct-06 12:42 
QuestionTimeout expired Problem ???? Pin
devboycpp20-Oct-06 1:30
devboycpp20-Oct-06 1:30 
AnswerRe: Timeout expired Problem ???? Pin
Christian Graus20-Oct-06 4:21
protectorChristian Graus20-Oct-06 4:21 
Questionhow to bind data into datagrid Pin
Newbie_dydy8519-Oct-06 23:38
Newbie_dydy8519-Oct-06 23:38 
AnswerRe: how to bind data into datagrid Pin
Christian Graus20-Oct-06 0:41
protectorChristian Graus20-Oct-06 0:41 

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.