Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
I am having trouble converting some apps from 6.0 to .net with the convert wizard in Visual Basic. it tells me that I am missing some files needed, some of them are, msrdc20.ocx, mscomct1.ocx, mscomct2.ocx, richtx32.ocx. and a few more... I found a site to download them, but I don't know what directory folder to put them in. please post of you know.
  • Leaders
Posted

It's probably better if you convert them by yourself. The RichTextBox and most (if not all) of the common controls are already included in the ToolBar. Others can be added by the Add Reference. :)

You should be able to reference those OCXes with Add Reference also.

Iceplug, USN

One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(

  • Leaders
Posted

You know... manual conversion. Open your project and just retype everything. If you've gotten used to .NET even just a little, you'll probably know some tricks you can use to optimize your code a little bit... instead of just doing line by line conversion (though, that's fine also).

 

I have heard lots of bad things that come about when you use the conversion wizard. :(

Iceplug, USN

One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(

  • Moderators
Posted
My suggestion is learn .NET and do it properly yourself without using any upgrade wizards. Nothing good will come from any upgrader. The code that the wizard generates is plain crap and does not adhere to .NET concepts and methods.
Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...