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

.NET (Core and Framework)

 
GeneralRe: How can Embed a xml file? [modified] Pin
led mike22-Jul-09 6:46
led mike22-Jul-09 6:46 
QuestionXml Serializer - Default namespace on top-level Element Pin
Martijn Boeker21-Jul-09 20:14
Martijn Boeker21-Jul-09 20:14 
AnswerRe: Xml Serializer - Default namespace on top-level Element Pin
Mark Salsbery22-Jul-09 6:08
Mark Salsbery22-Jul-09 6:08 
GeneralRe: Xml Serializer - Default namespace on top-level Element Pin
Martijn Boeker22-Jul-09 8:17
Martijn Boeker22-Jul-09 8:17 
QuestionProblem in break point Pin
rinku soni 2321-Jul-09 1:28
rinku soni 2321-Jul-09 1:28 
AnswerRe: Problem in break point Pin
Baran M22-Jul-09 22:56
Baran M22-Jul-09 22:56 
Questionhow to change DataGridViewLinkColumn text property forselected row only ?? Pin
TARAK NATH ROY20-Jul-09 23:12
TARAK NATH ROY20-Jul-09 23:12 
AnswerRe: how to change DataGridViewLinkColumn text property forselected row only ?? Pin
Jack Vanderhorst23-Jul-09 16:15
Jack Vanderhorst23-Jul-09 16:15 
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 
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 
yep. The Graphics class has a DpiX and DpiY property (I have never seen them different). You can get a Graphics object from a Control, or from an Image or Bitmap (they default to a screen-compatible Graphics). It would become tricky if and when you have several monitors with different properties...

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

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 

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.