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

Visual Basic

 
AnswerRe: SSL FTP FILE DOWNLOADING Pin
Ashfield14-Oct-08 21:33
Ashfield14-Oct-08 21:33 
AnswerRe: SSL FTP FILE DOWNLOADING Pin
Mycroft Holmes14-Oct-08 21:58
professionalMycroft Holmes14-Oct-08 21:58 
Questionimporting excel file to datagrid Pin
sanddepnamburi14-Oct-08 19:43
sanddepnamburi14-Oct-08 19:43 
AnswerRe: importing excel file to datagrid Pin
Mycroft Holmes14-Oct-08 20:50
professionalMycroft Holmes14-Oct-08 20:50 
QuestionRemove a Public property from base class?! Pin
MohammadAmiry14-Oct-08 19:19
MohammadAmiry14-Oct-08 19:19 
AnswerRe: Remove a Public property from base class?! Pin
MohammadAmiry14-Oct-08 19:25
MohammadAmiry14-Oct-08 19:25 
QuestionVB ComClass Pin
rahvyn1314-Oct-08 13:53
rahvyn1314-Oct-08 13:53 
AnswerRe: VB ComClass Pin
Dave Kreskowiak14-Oct-08 17:11
mveDave Kreskowiak14-Oct-08 17:11 
Your explanation isn't all that clear. I'm assuming you mean that the remote machine creates the "Object.Method" (NOT what you're supposed to do!) on the server. Well, you didn't tell the CreateObject method to create it on the server. You told it to create the object on the local machine. That is, unless you registered the object's proxy on the remote machine.

Now, you don't create an instance of a method. You create an instance of an object, then call a method on it. It should be CreateObject("Namespace.Class").


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionOK folks - have a good laugh!!!!! [modified] Pin
TheComputerMan14-Oct-08 10:25
TheComputerMan14-Oct-08 10:25 
AnswerRe: OK folks - have a good laugh!!!!! Pin
Jon_Boy14-Oct-08 11:39
Jon_Boy14-Oct-08 11:39 
AnswerRe: OK folks - have a good laugh!!!!! Pin
Roy Heil15-Oct-08 9:02
professionalRoy Heil15-Oct-08 9:02 
GeneralRe: OK folks - have a good laugh!!!!! Pin
TheComputerMan15-Oct-08 9:10
TheComputerMan15-Oct-08 9:10 
GeneralRe: OK folks - have a good laugh!!!!! Pin
TheComputerMan15-Oct-08 9:21
TheComputerMan15-Oct-08 9:21 
GeneralRe: OK folks - have a good laugh!!!!! Pin
Jon_Boy16-Oct-08 2:46
Jon_Boy16-Oct-08 2:46 
QuestionAuto fit the merged row height Pin
Nilish14-Oct-08 8:57
Nilish14-Oct-08 8:57 
AnswerRe: Auto fit the merged row height Pin
TheComputerMan14-Oct-08 10:19
TheComputerMan14-Oct-08 10:19 
GeneralRe: Auto fit the merged row height Pin
Nilish14-Oct-08 18:17
Nilish14-Oct-08 18:17 
QuestionHow To Convert FLV To AVI With VB.NET? Pin
IndyEmsGuy14-Oct-08 2:26
IndyEmsGuy14-Oct-08 2:26 
AnswerRe: How To Convert FLV To AVI With VB.NET? Pin
Dave Kreskowiak14-Oct-08 3:45
mveDave Kreskowiak14-Oct-08 3:45 
Questionimport text files to data grid Pin
sanddepnamburi14-Oct-08 1:55
sanddepnamburi14-Oct-08 1:55 
GeneralRe: import text files to data grid Pin
jzonthemtn14-Oct-08 3:36
jzonthemtn14-Oct-08 3:36 
AnswerRe: import text files to data grid Pin
Dave Kreskowiak14-Oct-08 3:40
mveDave Kreskowiak14-Oct-08 3:40 
AnswerRe: import text files to data grid Pin
Paul Conrad14-Oct-08 7:09
professionalPaul Conrad14-Oct-08 7:09 
QuestionDatabase Date Error Pin
Gagan.2014-Oct-08 1:40
Gagan.2014-Oct-08 1:40 
AnswerRe: Database Date Error Pin
ChandraRam14-Oct-08 2:20
ChandraRam14-Oct-08 2:20 

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.