15,669,304 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Valteris Eidukevicius (Top 10 by date)
Valteris Eidukevicius
27-Jun-20 19:17pm
View
Deleted
Warnings are gone to, dont know why, how thing like amd cpu config are related?
Does setting configuration to Release has any influance when Releasing?
Still getting:
Error XDG0062 'Window' TargetType does not match type of element 'Window'.
Does not prevent program from compiling and runing, but designer does not work
Valteris Eidukevicius
27-Jun-20 19:12pm
View
Deleted
I find that i made mistake in writing one of namespaces that seams thrown list of confusing errors with things that was ok, possibly because of first time compiling.
Valteris Eidukevicius
27-Jun-20 18:44pm
View
I created library using CustomControl library template with some useful styles and classes and plan to add more stuff later, when i link that library project directly everything works fine, but when i build and use nuget package of that library i cant find and use my classes from that library, and error i am getting is that namespaces of those classes does not exist
Valteris Eidukevicius
4-Feb-20 8:17am
View
Nope FirstOrDefoult() does not set Next to 0, left a mistake in code, anyway pasing copy works
Valteris Eidukevicius
4-Feb-20 8:03am
View
Deleted
FirstOrDefault() sets iteration back to 0 and alow Peek to be used in this case
Valteris Eidukevicius
4-Feb-20 7:46am
View
Temps are used for Bindings and not all bying Peeked so after instance is done is there are a way to return Next to 0 ?
Valteris Eidukevicius
4-Feb-20 7:43am
View
Peek seams to by messing with iterations, passing a copy seams to by right way
Valteris Eidukevicius
4-Feb-20 7:28am
View
Your suggestion about deque being called in multiple instances was right
Valteris Eidukevicius
4-Feb-20 7:18am
View
Queue<string> is a class and i am simply clearing its instance with deque, so solution would by pasing copy ?
Valteris Eidukevicius
4-Feb-20 7:15am
View
There are 2 user controls that uses GetTems so ading those + test 3 cals in total does that breaks something ?
Show More