Click here to Skip to main content
15,905,563 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Multi-dimensionnal array, but with differenty type in the columns Pin
Kevin McFarlane22-Nov-06 1:20
Kevin McFarlane22-Nov-06 1:20 
GeneralRe: Multi-dimensionnal array, but with differenty type in the columns Pin
ChPortos22-Nov-06 2:19
ChPortos22-Nov-06 2:19 
Questionhave u ever heard it :- MissingMethodException Pin
Mauleen21-Nov-06 23:51
Mauleen21-Nov-06 23:51 
AnswerRe: have u ever heard it :- MissingMethodException Pin
Kevin McFarlane22-Nov-06 1:24
Kevin McFarlane22-Nov-06 1:24 
Questioncall 3rd parity dll with CreateObject Pin
b43r_3oo321-Nov-06 22:35
b43r_3oo321-Nov-06 22:35 
AnswerRe: call 3rd parity dll with CreateObject Pin
Dave Kreskowiak22-Nov-06 4:33
mveDave Kreskowiak22-Nov-06 4:33 
GeneralRe: call 3rd parity dll with CreateObject Pin
b43r_3oo322-Nov-06 6:28
b43r_3oo322-Nov-06 6:28 
GeneralRe: call 3rd parity dll with CreateObject Pin
Dave Kreskowiak22-Nov-06 6:32
mveDave Kreskowiak22-Nov-06 6:32 
Is the .DLL a COM-based DLL and is it registered, using REGSVR32? If not, you can't use CreateObject. CreateObject can only be used to create COM-based objects.

You can't just specify a .DLL filename and some name. You MUST use the COM-exposed name (ProgID) of the object in the library you want.




Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: call 3rd parity dll with CreateObject Pin
b43r_3oo322-Nov-06 20:36
b43r_3oo322-Nov-06 20:36 
GeneralRe: call 3rd parity dll with CreateObject Pin
Dave Kreskowiak26-Nov-06 15:06
mveDave Kreskowiak26-Nov-06 15:06 
Questionhow to close the excel.exe after running the program? Pin
campbells21-Nov-06 22:17
campbells21-Nov-06 22:17 
AnswerRe: how to close the excel.exe after running the program? Pin
b43r_3oo321-Nov-06 23:52
b43r_3oo321-Nov-06 23:52 
QuestionA simple sound controler Pin
sybux200021-Nov-06 21:18
sybux200021-Nov-06 21:18 
QuestionPopulating treeview with 1 million nodes in asp.net1.1 Pin
Kapil Thakur21-Nov-06 19:58
Kapil Thakur21-Nov-06 19:58 
AnswerRe: Populating treeview with 1 million nodes in asp.net1.1 Pin
Dave Sexton22-Nov-06 2:53
Dave Sexton22-Nov-06 2:53 
GeneralRe: Populating treeview with 1 million nodes in asp.net1.1 Pin
Kapil Thakur22-Nov-06 17:36
Kapil Thakur22-Nov-06 17:36 
AnswerRe: Populating treeview with 1 million nodes in asp.net1.1 Pin
Dave Kreskowiak22-Nov-06 4:30
mveDave Kreskowiak22-Nov-06 4:30 
AnswerRe: Populating treeview with 1 million nodes in asp.net1.1 Pin
jsampsonPC22-Nov-06 9:36
jsampsonPC22-Nov-06 9:36 
AnswerRe: Populating treeview with 1 million nodes in asp.net1.1 Pin
Taylor Kobani22-Nov-06 21:17
Taylor Kobani22-Nov-06 21:17 
QuestionAdding sounds to the application Pin
BINOVAR21-Nov-06 19:43
BINOVAR21-Nov-06 19:43 
AnswerRe: Adding sounds to the application Pin
Dave Sexton22-Nov-06 2:56
Dave Sexton22-Nov-06 2:56 
GeneralRe: Adding sounds to the application Pin
BINOVAR22-Nov-06 17:28
BINOVAR22-Nov-06 17:28 
GeneralRe: Adding sounds to the application Pin
Dave Sexton22-Nov-06 20:01
Dave Sexton22-Nov-06 20:01 
GeneralRe: Adding sounds to the application Pin
BINOVAR22-Nov-06 20:08
BINOVAR22-Nov-06 20:08 
QuestionHow can I create reguler expression in vb.net Pin
MANSI PANDYA21-Nov-06 19:36
MANSI PANDYA21-Nov-06 19:36 

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.