Results 1 to 4 of 4

Thread: help.........<urgent>

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    20

    Post

    hi, anyone out there, i have a big problem. when ever i have load my project, then after that when i restart computer it will prompt that that is a registry problem and need to restart and store with a old one....why was this happen, this problem keep on happening even i just load the project file and do nothing then close it, the registry problem still prompt out......
    did anyone know why, and have any solution....
    even thought i make a new project and adding the previos form in it but the problem still there. This problem is only on the project that i was working on and there is no problem when working with other project file......

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089

    Post

    The only think I can think of is if you have used usercontrols in your project, Usercontrols run some of their code even at design time, if they are your user controls check through the code, are you Subclassing or trying to alter the registry? If so that's where the error will be.
    If you are using 3rd party controls in your program your only option is to get rid of them and think of another way round the problem you solved with them.

    Hope this sorts it out

  3. #3
    Guest

    Post Sam is correct...

    He is correct. 3rd Party user controls that are not registered inside your VB environement, will sometimes not show up.. and when you go to run them, they show a Registry error message. Go into your "controls" and make sure your DLLs/OCXs are reged inside of VB. Once you have done that, it should come up just fine.. I'll repeat.. "Should"..

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    20

    Post ThankX guys

    TahnkX guys, iahave found the source of the problem.It was a 3rd party control that help me to do the system tray icon control that course the problem. Thanks for ur all... :þ

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