Converting to VB.NET

BlackCell

Member
Joined
Jan 17, 2006
Messages
5
Programming Experience
Beginner
I was given a VB6 code and want to use it in VB.NET but when i convert it i get some errors but i cont fix them. i have attached the origional code to the thread if any one can hep out then it would be much apreciated. the application is for a chat program called camfrog.

there is the origional code and the VB.NET converted code
 

Attachments

  • Camfrog.zip
    82.8 KB · Views: 32
the Microsoft 101 Code examples (both vb2002/vb2003 and vb2005) have several chat examples, you might want to look into those
 
the code is not a chat program itself it is a 3rd party program to use along side Camfrog.

i want it to read the chat room that your connected to an pot the text in my program. and i want my program to beable to post text to the camfrog room your connected to
 
ah, in that case perhaps i should check out that attachment when i get time later tonight

i do know right off hand the vb6 converter usually wont change the keywork 'Any' to 'Object' fyi, so you've got a start there at least
 
I for one will not download other people's projects and open them in my IDE without a very compelling reason. If you want more visibility I suggest you post the actual code that is the issue in each case and what the error message is. There's every chance that there are only a few problems repeated numerous times.
 
Back
Top