VB Run-time Error

  • Thread starter Thread starter Majestic
  • Start date Start date
M

Majestic

Hello,

When i try to run my VB application, sometimes i
get Run time error '-2147024890(80070006)' : Method '~' of
object '~' failed.

I don't know why i am getting that error. If
somebody could help me in this regard it would be great.

Thanking you all in advance
 
* "Majestic said:
When i try to run my VB application, sometimes i
get Run time error '-2147024890(80070006)' : Method '~' of
object '~' failed.

I don't know why i am getting that error. If
somebody could help me in this regard it would be great.

Am I right that you get this message when running VB6? There can be
different reasons for this message (corrupted type libraries, other
applications manipulating the clipboard, ...). I would ask the question
in one of the VB Classic groups: microsoft.public.vb.*.
 
Majestic said:
Hello,

When i try to run my VB application, sometimes i
get Run time error '-2147024890(80070006)' : Method '~' of
object '~' failed.

I don't know why i am getting that error. If
somebody could help me in this regard it would be great.

Thanking you all in advance

Can you post some code snippet? Is this a console or windows application?


Hirsi
 
Back
Top