Click to See Complete Forum and Search --> : Help convering a project from VB6 To .NET, please help.
KeLi
Mar 16th, 2003, 11:21 AM
I really need help, I have a project that create a new Systray window(systray handler). It works fine in VB6 but I want to change all the code, so it works under .NET.
If anyone would help me with this, I would be really greatfull.
Pirate
Mar 16th, 2003, 12:30 PM
Originally posted by KeLi
I really need help, I have a project that create a new Systray window(systray handler). It works fine in VB6 but I want to change all the code, so it works under .NET.
If anyone would help me with this, I would be really greatfull.
There is a ready SysTray control in VS.NET !
Pirate
Mar 16th, 2003, 12:34 PM
It's called NotifyIcon in the tools floating window !
KeLi
Mar 16th, 2003, 01:28 PM
Do you know what a Systray HANDLER is ? Obviously not. I don't want to create an Icon in the system tray.
A Systray HANDLER is a container that CONTAINS all the Icons that are loaded in the system tray.
This project, is a window, that simulates the real systray, all icons created using other programs is loaded into this project I have attached, and shown as icons, just like the real system tray in the right bottom corner of your taskbar.
Thanks...Please help me convert.
Pirate
Mar 16th, 2003, 01:48 PM
sorry Visual Basic 6.0 migration tool isn't installed on my pc right now . Did you run it in VB.NET ?
KeLi
Mar 16th, 2003, 01:50 PM
You can't run it in VB .NET it's too different from VB6. That's why I need help.
Pirate
Mar 16th, 2003, 01:57 PM
Originally posted by KeLi
You can't run it in VB .NET it's too different from VB6. That's why I need help.
wrong ! you can run vb6 projs into VS.NET IDE . Some of projs hopfully run with little errors and easy to translate to .net , others can't as COMs , ActiveX .
Open VB.NET click open project , locate your vb6 proj . a wizard will show which converts it automaticaly to VB.NET proj . Did you do this ???
KeLi
Mar 16th, 2003, 02:04 PM
OK, I did that now...It generated like 100 errors...but converted as much as it can i suppose...thanks. =)
Pirate
Mar 16th, 2003, 02:05 PM
Originally posted by KeLi
OK, I did that now...It generated like 100 errors...but converted as much as it can i suppose...thanks. =)
Did you get it worked ??
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.