Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Suppose in a .cs file we can declare a process as ,

Process ldr = new Process()

now how do we do the same in a .vb file? Please help.

Thank you
Posted
Comments
Sergey Alexandrovich Kryukov 24-Jun-14 11:27am    
Why not reading original MSDN documentation on VB.NET, a manual? Why not using one of the many tool automatically translating from C# to VB.NET, to get a code sample?
—SA

1 solution

VB
Dim myObject as myClass
myObject = New myClass
 
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