jamesanthony Posted August 15, 2003 Posted August 15, 2003 Symbols ? ? ?? ? ? ?? ? ? ?? ? ? ? What and where and how do I load SYMBOLS. I have converted from VB6(Beautiful program) To VB.NEt(Piece of crap) and it is telling me to load SYMBOLS, Please tell me what they are and how to load I don't want any smart answers If it seems easy to you its only because you've done it before. Please Help JamesAnthony Quote
*Experts* Nerseus Posted August 15, 2003 *Experts* Posted August 15, 2003 What are the error messages and associated lines of code that you're getting errors on? Keep in mind that the Upgrade Wizard will only handle very simple VB6 code. Even relatively simple tasks it will not know how to convert OR (even worse, possibly), convert in a "non standard" way. In general, it might be a good way to prototype a conversion on a small scale, but any large projects are best converted by hand or not converted at all. -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
jamesanthony Posted August 15, 2003 Author Posted August 15, 2003 Hi Nersus I think you have helped me before, thanks a lot, any way it seems that the wizard does'nt work, , my project is huge and I don't think I could be bothered to rewrite the whole lot, is .net that different, I am sick. I love VB6 why should it be so difficult, are you using .net a lot, is it worth the effort to re-learn and re-write, i am very confused and dispondant. Can you offer any advice, pros and cons of vb6 versus .net, I just dont think I could begin to re-learn a whole new environment. Cheers and thanks a lot James Anthony Quote
jamesanthony Posted August 16, 2003 Author Posted August 16, 2003 Confused Wow, this is only a section of code after the wizard, these are all objects on my form, do I have to do this, set this string for every object, I cant believe that is the case, I thougt this was a new generation language, this seems to have gone back twenty years, where are all the librarys and dll's gone, I don't think I can be this kind of programmer, please tell me this is not NORMAL UGLY CODE ?????????????????????? Me.cmddesc = New System.Windows.Forms.Button Me.Command8 = New System.Windows.Forms.Button Me.cmdLive = New System.Windows.Forms.Button Me.Command6 = New System.Windows.Forms.Button Me.cmdReports = New System.Windows.Forms.Button Me.Command5 = New System.Windows.Forms.Button Me.Command4 = New System.Windows.Forms.Button Me.Command3 = New System.Windows.Forms.Button Me.Command2 = New System.Windows.Forms.Button Me.Command1 = New System.Windows.Forms.Button Me.Picture2 = New System.Windows.Forms.PictureBox Me.Picture1 = New System.Windows.Forms.PictureBox Me.CmdClose = New System.Windows.Forms.Button Me.cmdPayment = New System.Windows.Forms.Button Me.cmdLedger = New System.Windows.Forms.Button Me.cmdBackup = New System.Windows.Forms.Button Me.cmdResults = New System.Windows.Forms.Button Me.cmdLairage = New System.Windows.Forms.Button Me.Label14 = New System.Windows.Forms.Label Me.Label13 = New System.Windows.Forms.Label Me.Label4 = New System.Windows.Forms.Label Me.Label10 = New System.Windows.Forms.Label Me.Label12 = New System.Windows.Forms.Label Me.Label8 = New System.Windows.Forms.Label Me.Label6 = New System.Windows.Forms.Label Me.Label5 = New System.Windows.Forms.Label Me.Label3 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.Label20 = New System.Windows.Forms.Label Me.Label17 = New System.Windows.Forms.Label Me.Label11 = New System.Windows.Forms.Label Me.Label9 = New System.Windows.Forms.Label Me.Label7 = New System.Windows.Forms.Label Me.Label1 = New System.Windows.Forms.Label Quote
aewarnick Posted August 16, 2003 Posted August 16, 2003 Yep, that is normal but the designer manages all that. So don't worry about it. It is the Initialization of the objects on your form including the form itself. Quote C#
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.