Click here to Skip to main content
15,881,757 members
Home / Discussions / C#
   

C#

 
GeneralRe: LINQ error string matching? Pin
Member 28240516-Mar-17 20:28
Member 28240516-Mar-17 20:28 
QuestionWorking with .resx Files / C#, WinForms [Closed] Pin
HobbyProggy5-Mar-17 21:44
professionalHobbyProggy5-Mar-17 21:44 
AnswerRe: Working with .resx Files / C#, WinForms Pin
Gerry Schmitz6-Mar-17 9:42
mveGerry Schmitz6-Mar-17 9:42 
GeneralRe: Working with .resx Files / C#, WinForms Pin
HobbyProggy6-Mar-17 19:27
professionalHobbyProggy6-Mar-17 19:27 
GeneralRe: Working with .resx Files / C#, WinForms Pin
Gerry Schmitz6-Mar-17 20:08
mveGerry Schmitz6-Mar-17 20:08 
GeneralRe: Working with .resx Files / C#, WinForms Pin
HobbyProggy6-Mar-17 20:24
professionalHobbyProggy6-Mar-17 20:24 
GeneralRe: Working with .resx Files / C#, WinForms Pin
Gerry Schmitz6-Mar-17 20:41
mveGerry Schmitz6-Mar-17 20:41 
GeneralRe: Working with .resx Files / C#, WinForms Pin
HobbyProggy6-Mar-17 21:45
professionalHobbyProggy6-Mar-17 21:45 
Well, i use this "pattern" for my global resources and there i have no problems. What i am specifically pointing to is the resource files generated for each usercontrol as soon as you set the control to localizable true. And after doing that there was a lot of useless (as mentioned before like docking position) stuff autogenerated into the resource file instead of still being in the designer class.

But since i was not sure how to handle this, because the designer sets the resources according to the culture of the system or the one in which i start up the app during initialization of the usercontrol, i asked wether it is possible to remove those lines from the res files back to the designer without destroying the layout of the usercontrol.

So i would actually never find a "hit" since all the initialization in the designer.cs does this ->
this._lbBegin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
resources.ApplyResources(this._lbBegin, "_lbBegin");
this._lbBegin.Name = "_lbBegin";


So it feels like either we both are talking past each other or i stand on the tube D'Oh! | :doh:
Rules for the FOSW ![^]
if(this.signature != "")
{
    MessageBox.Show("This is my signature: " + Environment.NewLine + signature);
}
else
{
    MessageBox.Show("404-Signature not found");
}

GeneralRe: Working with .resx Files / C#, WinForms Pin
Gerry Schmitz6-Mar-17 22:02
mveGerry Schmitz6-Mar-17 22:02 
GeneralRe: Working with .resx Files / C#, WinForms Pin
HobbyProggy6-Mar-17 22:13
professionalHobbyProggy6-Mar-17 22:13 
GeneralRe: Working with .resx Files / C#, WinForms Pin
Gerry Schmitz6-Mar-17 22:30
mveGerry Schmitz6-Mar-17 22:30 
Questionwebrequest sent twice Pin
Forest44734-Mar-17 22:32
Forest44734-Mar-17 22:32 
AnswerRe: webrequest sent twice Pin
Michael_Davies4-Mar-17 22:59
Michael_Davies4-Mar-17 22:59 
GeneralRe: webrequest sent twice Pin
Forest44734-Mar-17 23:15
Forest44734-Mar-17 23:15 
GeneralRe: webrequest sent twice Pin
Michael_Davies4-Mar-17 23:43
Michael_Davies4-Mar-17 23:43 
AnswerRe: webrequest sent twice Pin
Richard Deeming5-Mar-17 23:52
mveRichard Deeming5-Mar-17 23:52 
GeneralRe: webrequest sent twice Pin
Forest44735-Mar-17 23:59
Forest44735-Mar-17 23:59 
GeneralRe: webrequest sent twice Pin
Forest44736-Mar-17 2:59
Forest44736-Mar-17 2:59 
Questionoptimizing xml reading code in C# Pin
Member 130276784-Mar-17 17:27
Member 130276784-Mar-17 17:27 
AnswerRe: optimizing xml reading code in C# Pin
Pete O'Hanlon4-Mar-17 20:45
mvePete O'Hanlon4-Mar-17 20:45 
QuestionImplementing common control library for both the WPF and UWP version of an application Pin
macika1234-Mar-17 11:08
macika1234-Mar-17 11:08 
AnswerRe: Implementing common control library for both the WPF and UWP version of an application Pin
Pete O'Hanlon4-Mar-17 20:29
mvePete O'Hanlon4-Mar-17 20:29 
GeneralRe: Implementing common control library for both the WPF and UWP version of an application Pin
macika1235-Mar-17 2:26
macika1235-Mar-17 2:26 
GeneralRe: Implementing common control library for both the WPF and UWP version of an application Pin
Pete O'Hanlon5-Mar-17 21:33
mvePete O'Hanlon5-Mar-17 21:33 
QuestionWrong post.Deleted. Pin
User 110609793-Mar-17 8:57
User 110609793-Mar-17 8:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.