Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a jcForm VB6 sample at: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=64657&lngWId=1[^], how to create it in C#? Thanks.
Posted

1 solution

VB6 and c# are completely different things, so if you want the VB6 component functionality in .net you will probably have to write it from scratch.

You can also search for similar looking components in .net both free and commercial to help you out, check out the component section in CodeProject : http://www.codeproject.com/Chapters/1/Desktop-Development.aspx[^]
 
Share this answer
 
Comments
Andrewpeter 25-Sep-12 9:44am    
Thank you very much, I searched it on this site - but not found what i wanted. VB6 is different C# - i know that, but I want to create jcForm with C#, do you help me? Can you translate VB6 code into C# code? Thanks.
Mehdi Gholam 25-Sep-12 9:55am    
Visual Studio can *mostly* convert your VB6 projects to VB.net, VB.net and c# are easily converted together also.
Andrewpeter 25-Sep-12 10:02am    
Oh, you can show me that? Thanks.
Mehdi Gholam 25-Sep-12 10:22am    
http://social.msdn.microsoft.com/Forums/en-US/csharplanguage/thread/ea9dd08e-78fd-45ef-8858-38d38ed3a676
Andrewpeter 25-Sep-12 10:28am    
Thanks you, it's great, i'll try.

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