Click here to Skip to main content
Page 1 of 46,573
Page Size: 10 · 25 · 50


License filtered by: The Code Project Open License (CPOL) [x]
Question 14 May 2013   license: CPOL
I'm new in WPF and I have this : HorizontalAlignment="Stretch" removed="{x:Null}" BorderBrush="#FF4B5D51" ...
WPF
Answer 14 May 2013   license: CPOL
Makes no sense at all.There is no such thing as "overloading", except ugly and very confusing terminology and some myths. (So many beginner have been confused! It's can be observed on CodeProject.) Methods are "overloaded" because nothing is overloaded. They are just different methods with...
Question 14 May 2013   license: CPOL
write a c-like routine for calculating number of each gray level value in a gray-level image
C#
Question 14 May 2013   license: CPOL
Hi,Is it possible have a variable with the same name that can either be a string or an object that contains a string?For example:public mynameobj{ value: string { get; set; }}public string myName { get; set; }public mynameobj myName { get; set; } // overload somehow,...
Question 14 May 2013   license: CPOL
What do PostgreSQL users use to build reports? Is Spotfire TIBCO Software a good package for PostgreSQL?
Answer 14 May 2013   license: CPOL
Yes indeed, the code throws me an exception:Troubleshooting Exceptions: System.Data.SqlClient.SqlExceptionIn the line:WorkflowInstance instance = workflowRuntime.CreateWorkflow(typeof(WorkflowConsoleApplication4.Workflow1));>>>Could not find stored procedure...
Answer 14 May 2013   license: CPOL
After reading for a while and searching in numerous forums, I finally found my mistake.The field i was selecting in my own DataBase was not an "int", it was a smallint.I had to useConsole.WriteLine(lecteur.GetSqlInt16(0));I found the list of the data types at...
Question 14 May 2013   license: CPOL
Hello everyone.Regarding to my project I have some special task. For instance I have a .cs file MyClass.csnamespace ConsoleApplication{ class MyClass { public int ExecuteExampleLogic(int a,int b) { return a + b; } }}I have to...
Article 14 May 2013   license: CPOL
Library for extracting configuration settings from custom configuration file is provided.
Question 14 May 2013   license: CPOL
Hi :)I've been trying to work on a project for my little company.I bought a book to learn and test how SQL works with C# and everything.Working with the database they provide in the book worked just fine.But now, when I try to make my own database following their instructions,...

Page 1 of 46,573
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid