Results 1 to 9 of 9

Thread: Help convering a project from VB6 To .NET, please help.

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2001
    Location
    Sweden
    Posts
    49

    Help convering a project from VB6 To .NET, please help.

    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.
    Attached Files Attached Files

    Thank you, [KeLi F.K.A Zleepy].

    Homepage: http://fraxionsoftware.cjb.net
    ICQ: 40269591
    Mail: [email protected]

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: Help convering a project from VB6 To .NET, please help.

    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 !

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: Re: Help convering a project from VB6 To .NET, please help.

    It's called NotifyIcon in the tools floating window !

  4. #4

    Thread Starter
    Member
    Join Date
    Mar 2001
    Location
    Sweden
    Posts
    49
    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.

    Thank you, [KeLi F.K.A Zleepy].

    Homepage: http://fraxionsoftware.cjb.net
    ICQ: 40269591
    Mail: [email protected]

  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    sorry Visual Basic 6.0 migration tool isn't installed on my pc right now . Did you run it in VB.NET ?

  6. #6

    Thread Starter
    Member
    Join Date
    Mar 2001
    Location
    Sweden
    Posts
    49
    You can't run it in VB .NET it's too different from VB6. That's why I need help.

    Thank you, [KeLi F.K.A Zleepy].

    Homepage: http://fraxionsoftware.cjb.net
    ICQ: 40269591
    Mail: [email protected]

  7. #7
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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 ???

  8. #8

    Thread Starter
    Member
    Join Date
    Mar 2001
    Location
    Sweden
    Posts
    49
    OK, I did that now...It generated like 100 errors...but converted as much as it can i suppose...thanks. =)

    Thank you, [KeLi F.K.A Zleepy].

    Homepage: http://fraxionsoftware.cjb.net
    ICQ: 40269591
    Mail: [email protected]

  9. #9
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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 ??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width