Talk2Tom11 Posted March 27, 2004 Posted March 27, 2004 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. Quote
Leaders Iceplug Posted March 27, 2004 Leaders Posted March 27, 2004 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. Quote Iceplug, USN One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(
Talk2Tom11 Posted March 27, 2004 Author Posted March 27, 2004 how do I convert it myself... the only way I know of is the convert option on the menu under file, open. Quote
Leaders Iceplug Posted March 27, 2004 Leaders Posted March 27, 2004 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. :( Quote Iceplug, USN One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(
Moderators Robby Posted March 28, 2004 Moderators Posted March 28, 2004 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. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.