Tagged Questions
2
votes
2answers
1k views
Issue with shared WinForms resources across projects in Visual Studio
I've moved all image resources in a large multi-project solution to a new project specifically created for shared resources.
Adding a new reference to other projects where the shared images are used ...
1
vote
1answer
81 views
Compact Framework, Custom TabControl, Designer interactions
I'm considering making a custom TabControl for the Compact Framework 3.5, one that has Designer interactions enabled.
All my research so far has led me to solutions for a control targeting the full ...
0
votes
2answers
127 views
WinForms control event handler gets removed when selecting another one and thus it becomes 'unreferenced'
Question about the WinForms designer and how to customize behavior. What I've seen multiple times is that when you select a different event handler for a button it will remove the old one (as in ,the ...
0
votes
0answers
165 views
What could have caused all of the controls on my form to disappear?
I am not sure what problem is, but after make a copy of my project..close and open it again..all the controls on my form disappear. become blank..(menu, toolstrip..)
However i am still able to run ...
0
votes
1answer
350 views
Pointing a ConnectionString to a special folder via Visual Studio Designer
I'm trying to set a DataAdapter connection string to point to %APPDATA% from within Visual Studio designer by editing the DataAdapter properties. I cannot seem to be able to use that moniker on the ...