clint878
December 5th, 2005, 03:44 PM
Hi,
I'm trying to add a button to a Windows Form in a Managed C++ application. Unfortunately, any new control I try to add to the form shows up fine in the design view, but when run, it's simply not there.
I checked to see if the object was being made invisible somehow, but its "visible" property is set to true. As I just added the control to the form, there is no code anywhere that could move the object or make it invisible, and the type of control or its location on the form makes little difference.
I haven't worked on this application for a year, and in the meantime, it was connected to SourceSafe, but I deleted the project from SourceSafe and took it offline. Could that action have anything to do with the problems I've been encountering?
Another possible issue is low disk space that's caused by the "ProjectAssemblies" directory of .NET's application data overflowing with gigs of files that seem to accumulate every time I look at the form - deleting the files has no effect, positive or negative - they just reappear. There was also recently a problem with a corrupted index that caused Google Desktop Search to crash and uninstall itself.
Any ideas?
I'm trying to add a button to a Windows Form in a Managed C++ application. Unfortunately, any new control I try to add to the form shows up fine in the design view, but when run, it's simply not there.
I checked to see if the object was being made invisible somehow, but its "visible" property is set to true. As I just added the control to the form, there is no code anywhere that could move the object or make it invisible, and the type of control or its location on the form makes little difference.
I haven't worked on this application for a year, and in the meantime, it was connected to SourceSafe, but I deleted the project from SourceSafe and took it offline. Could that action have anything to do with the problems I've been encountering?
Another possible issue is low disk space that's caused by the "ProjectAssemblies" directory of .NET's application data overflowing with gigs of files that seem to accumulate every time I look at the form - deleting the files has no effect, positive or negative - they just reappear. There was also recently a problem with a corrupted index that caused Google Desktop Search to crash and uninstall itself.
Any ideas?