Click here to Skip to main content
15,885,818 members
Home / Discussions / C#
   

C#

 
AnswerRe: HOW Make data grid view in WPF Pin
Mycroft Holmes2-Aug-15 0:13
professionalMycroft Holmes2-Aug-15 0:13 
AnswerRe: HOW Make data grid view in WPF Pin
Afzaal Ahmad Zeeshan2-Aug-15 6:50
professionalAfzaal Ahmad Zeeshan2-Aug-15 6:50 
QuestionDocument editor in C# universal app Pin
Super Lloyd1-Aug-15 3:11
Super Lloyd1-Aug-15 3:11 
AnswerRe: Document editor in C# universal app Pin
BillWoodruff1-Aug-15 10:13
professionalBillWoodruff1-Aug-15 10:13 
GeneralRe: Document editor in C# universal app Pin
Super Lloyd1-Aug-15 16:24
Super Lloyd1-Aug-15 16:24 
AnswerRe: Document editor in C# universal app Pin
Richard Deeming3-Aug-15 2:37
mveRichard Deeming3-Aug-15 2:37 
GeneralRe: Document editor in C# universal app Pin
Super Lloyd3-Aug-15 3:18
Super Lloyd3-Aug-15 3:18 
QuestionTrying to write a PCL (Universal, .NET4.5) library Pin
Super Lloyd1-Aug-15 1:03
Super Lloyd1-Aug-15 1:03 
Hi,

I am trying to migrate my utility library (formerly a plain .NET4.5 library) to a PCL library which supports both .NET 4.5 and the Windows Universal app (for Windows 10) app.

I got some issue working out why some things are working and some are not.

For example Task is fine. I can do Task.Run() on both .NET4.5 app (obviously!) and Universal app.
But Thread is not. new Thread() will fail to compile for Universal app.

Trying to use the documentation is of no help. In either project it send me to the same location! From which I am lead to believe that (System.Threading.)Thread class does exists! Though it doesn't! (in Universal app, that is)

Is there any tip / trick / reference (other than the compiler complaining) that will let me know in advance which .NET4.5 class will be supported in a Universal library and which is not?
All in one Menu-Ribbon Bar
DirectX for WinRT/C# since 2013!
Taking over the world since 1371!

AnswerRe: Trying to write a PCL (Universal, .NET4.5) library Pin
Brisingr Aerowing1-Aug-15 16:37
professionalBrisingr Aerowing1-Aug-15 16:37 
GeneralRe: Trying to write a PCL (Universal, .NET4.5) library Pin
Super Lloyd1-Aug-15 20:21
Super Lloyd1-Aug-15 20:21 
GeneralRe: Trying to write a PCL (Universal, .NET4.5) library Pin
Brisingr Aerowing2-Aug-15 14:58
professionalBrisingr Aerowing2-Aug-15 14:58 
GeneralRe: Trying to write a PCL (Universal, .NET4.5) library Pin
Super Lloyd2-Aug-15 17:01
Super Lloyd2-Aug-15 17:01 
GeneralRe: Trying to write a PCL (Universal, .NET4.5) library Pin
Brisingr Aerowing3-Aug-15 6:48
professionalBrisingr Aerowing3-Aug-15 6:48 
Questionnew to C#, I need some help Pin
bgboy1231-Jul-15 19:04
bgboy1231-Jul-15 19:04 
AnswerRe: new to C#, I need some help Pin
ardianto8631-Jul-15 19:42
ardianto8631-Jul-15 19:42 
AnswerRe: new to C#, I need some help Pin
OriginalGriff31-Jul-15 22:01
mveOriginalGriff31-Jul-15 22:01 
AnswerRe: new to C#, I need some help Pin
OriginalGriff1-Aug-15 22:54
mveOriginalGriff1-Aug-15 22:54 
AnswerRe: new to C#, I need some help Pin
Richard MacCutchan2-Aug-15 1:09
mveRichard MacCutchan2-Aug-15 1:09 
QuestionConsume ASMX Web Service on SSL from winform Pin
Kindy5231-Jul-15 12:05
Kindy5231-Jul-15 12:05 
QuestionHow to use PrintDocument Pin
DPaul199431-Jul-15 5:35
DPaul199431-Jul-15 5:35 
AnswerRe: How to use PrintDocument Pin
OriginalGriff31-Jul-15 6:22
mveOriginalGriff31-Jul-15 6:22 
GeneralRe: How to use PrintDocument Pin
DPaul199431-Jul-15 7:17
DPaul199431-Jul-15 7:17 
GeneralRe: How to use PrintDocument Pin
OriginalGriff31-Jul-15 7:59
mveOriginalGriff31-Jul-15 7:59 
GeneralRe: How to use PrintDocument Pin
DPaul199431-Jul-15 8:52
DPaul199431-Jul-15 8:52 
GeneralRe: How to use PrintDocument Pin
OriginalGriff31-Jul-15 9:06
mveOriginalGriff31-Jul-15 9:06 

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.