Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I tried the codes you provided. Is there by any chance you can help me with codes in VB.

Every time I tried to convert in VB i am getting this error :Compiler Error Message: BC30205: End of statement expected.


Please help.
Posted
Comments
[no name] 23-Jun-10 8:53am    
Who is this directed to?

1 solution

Seems you are referring to someone's code/article and since you have raised a question here, I assume it's a CodeProject article.
You need to use the discussion section at the bottom of the article.

Balwinder_singh wrote:
Every time I tried to convert in VB i am getting this error :Compiler Error Message: BC30205: End of statement expected.


If you have some idea about C#, it won't be difficult to convert. You may omit lines causing issues and then try converting again. But as I said you should know some C#.

The best way would be to disassemble the dll's using Reflector (I am assuming the code is under CPOL). And select language as Visual Basic.
That should do the job for you.

Hope that help!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900