Click here to Skip to main content
15,891,033 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionCrystal report print error when canceled by user Pin
Rakesh.tecnics20-Jul-09 11:18
Rakesh.tecnics20-Jul-09 11:18 
QuestionHow to get DPI Scaling number within .NET Framework [modified] Pin
fjparisIII20-Jul-09 6:17
fjparisIII20-Jul-09 6:17 
AnswerRe: How to get DPI Scaling number within .NET Framework Pin
Jimmanuel20-Jul-09 6:38
Jimmanuel20-Jul-09 6:38 
GeneralRe: How to get DPI Scaling number within .NET Framework Pin
fjparisIII20-Jul-09 7:40
fjparisIII20-Jul-09 7:40 
GeneralRe: How to get DPI Scaling number within .NET Framework Pin
Luc Pattyn20-Jul-09 8:33
sitebuilderLuc Pattyn20-Jul-09 8:33 
GeneralRe: How to get DPI Scaling number within .NET Framework Pin
fjparisIII20-Jul-09 12:05
fjparisIII20-Jul-09 12:05 
GeneralRe: How to get DPI Scaling number within .NET Framework Pin
Luc Pattyn20-Jul-09 12:13
sitebuilderLuc Pattyn20-Jul-09 12:13 
GeneralRe: How to get DPI Scaling number within .NET Framework Pin
fjparisIII20-Jul-09 13:20
fjparisIII20-Jul-09 13:20 
Luc Pattyn wrote:
Have you read some of the "why WPF sucks today"


Until I'm blue in the face. Most of these people seem to be whiners that want to be hand-held through projects and are afraid of doing a little digging.

But I've got 80,000 lines of pure WPF code (and a smattering of Interop contamination) in my applications and my beta testers (advanced and professional photographers) love it. (I'm looking for active beta testers, BTW.)

The biggest problem I've had is working around puzzling limitations like why is the BackgroundWorker class an [STMThread] and not an [STAThread]. It prevents BitmapEncoder.Save() from executing without causing an arithmetic overflow exception, probably because the class instance can't be initialized under MTA. Inquiries to Microsoft land on deaf ears, but a lot of people have complained, so they know about this.

I finally had to resort to writing my own StaBackgroundWorker class that does the same thing as BackgroundWorker except it runs STA rather than MTA. If you're not willing to go the extra mile once in a while, then state of the art technlogies are probably not for you, or your company.

And Expression Blend is for sissies.
GeneralRe: How to get DPI Scaling number within .NET Framework Pin
Luc Pattyn20-Jul-09 13:51
sitebuilderLuc Pattyn20-Jul-09 13:51 
GeneralRe: How to get DPI Scaling number within .NET Framework Pin
fjparisIII20-Jul-09 14:03
fjparisIII20-Jul-09 14:03 
GeneralRe: How to get DPI Scaling number within .NET Framework Pin
Luc Pattyn20-Jul-09 14:09
sitebuilderLuc Pattyn20-Jul-09 14:09 
GeneralRe: How to get DPI Scaling number within .NET Framework [modified] Pin
fjparisIII20-Jul-09 14:36
fjparisIII20-Jul-09 14:36 
AnswerRe: How to get DPI Scaling number within .NET Framework Pin
Luc Pattyn20-Jul-09 7:04
sitebuilderLuc Pattyn20-Jul-09 7:04 
GeneralRe: How to get DPI Scaling number within .NET Framework Pin
fjparisIII20-Jul-09 8:40
fjparisIII20-Jul-09 8:40 
GeneralRe: How to get DPI Scaling number within .NET Framework Pin
Luc Pattyn20-Jul-09 8:48
sitebuilderLuc Pattyn20-Jul-09 8:48 
GeneralRe: How to get DPI Scaling number within .NET Framework Pin
fjparisIII20-Jul-09 12:13
fjparisIII20-Jul-09 12:13 
GeneralRe: How to get DPI Scaling number within .NET Framework Pin
Luc Pattyn20-Jul-09 12:32
sitebuilderLuc Pattyn20-Jul-09 12:32 
GeneralRe: How to get DPI Scaling number within .NET Framework Pin
fjparisIII20-Jul-09 13:31
fjparisIII20-Jul-09 13:31 
GeneralRe: How to get DPI Scaling number within .NET Framework Pin
Luc Pattyn20-Jul-09 14:00
sitebuilderLuc Pattyn20-Jul-09 14:00 
AnswerRe: How to get DPI Scaling number within .NET Framework Pin
Luc Pattyn20-Jul-09 11:42
sitebuilderLuc Pattyn20-Jul-09 11:42 
AnswerRe: How to get DPI Scaling number within .NET Framework (SOLVED) Pin
fjparisIII21-Jul-09 11:16
fjparisIII21-Jul-09 11:16 
QuestionUnderstanding HandleRef Pin
stax7620-Jul-09 4:29
stax7620-Jul-09 4:29 
AnswerRe: Understanding HandleRef Pin
Eddy Vluggen20-Jul-09 6:25
professionalEddy Vluggen20-Jul-09 6:25 
GeneralRe: Understanding HandleRef Pin
stax7620-Jul-09 6:47
stax7620-Jul-09 6:47 
GeneralRe: Understanding HandleRef Pin
Eddy Vluggen20-Jul-09 9:18
professionalEddy Vluggen20-Jul-09 9:18 

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.