0
votes
2answers
62 views
Errors in VisualStudio when opening UserControl in designer
Hello!
Background:
I have created this UserControl. In the constructor of the user control I call a function that retrieves some values from the database. If an error occurs while retrieving the …
2
votes
4answers
320 views
Visual Studio 2008 Warning About Changes to Designer-Generated Code
This question is kind of anecdotical but still interesting to me; I was wondering why Visual Studio 2008 is not loving the following use of constants:
public class Service101 : ServiceBase
{
/// …
1
vote
0answers
76 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
230 views
Compact Framework: Failed to use InputPanel in a control
I developed a control that uses the PDA's InputPanel to interact with the user. The relevant part of the code is below:
namespace MyNamespace
{
// ...
using Microsoft.WindowsCE.Forms;
…
