Click here to Skip to main content
15,886,963 members
Home / Discussions / WPF
   

WPF

 
QuestionSave the first page of a word as picture Pin
Prajeesh7-May-09 0:28
Prajeesh7-May-09 0:28 
AnswerRe: Save the first page of a word as picture Pin
Pete O'Hanlon7-May-09 0:29
mvePete O'Hanlon7-May-09 0:29 
QuestionHow to use staticresource in .cs Pin
daveyerwin6-May-09 10:42
daveyerwin6-May-09 10:42 
AnswerRe: How to use staticresource in .cs Pin
Mark Salsbery6-May-09 12:24
Mark Salsbery6-May-09 12:24 
GeneralRe: How to use staticresource in .cs Pin
daveyerwin7-May-09 4:57
daveyerwin7-May-09 4:57 
GeneralRe: How to use staticresource in .cs Pin
Mark Salsbery7-May-09 6:33
Mark Salsbery7-May-09 6:33 
QuestionImage in WPF like a google map ? Pin
Mohammad Dayyan6-May-09 9:31
Mohammad Dayyan6-May-09 9:31 
AnswerRe: Image in WPF like a google map ? Pin
Mark Salsbery6-May-09 10:06
Mark Salsbery6-May-09 10:06 
A popular way to deal with images that are too large to fit all at once
into a practical amount RAM and/or transferred across a network in a reasonable
amount of time is to deal with the image in parts, or "tiles".

Displaying a single tile is relatively easy...handling mouse events is relatively easy...
Designing a system to work with tiles and keep track of them is the majority of the
work.

What kind of guidance are you looking for? Do you have a more specific part of the given
problem that you are struggling with?

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Image in WPF like a google map ? Pin
Mohammad Dayyan6-May-09 10:12
Mohammad Dayyan6-May-09 10:12 
GeneralRe: Image in WPF like a google map ? Pin
Mark Salsbery6-May-09 12:37
Mark Salsbery6-May-09 12:37 
Question'modified' tag in WinForms - WPF Equivalent Pin
dlog1975-May-09 18:44
dlog1975-May-09 18:44 
AnswerRe: 'modified' tag in WinForms - WPF Equivalent Pin
Pete O'Hanlon5-May-09 22:15
mvePete O'Hanlon5-May-09 22:15 
GeneralRe: 'modified' tag in WinForms - WPF Equivalent Pin
Philipp Sumi6-May-09 22:01
Philipp Sumi6-May-09 22:01 
GeneralRe: 'modified' tag in WinForms - WPF Equivalent Pin
Pete O'Hanlon7-May-09 11:37
mvePete O'Hanlon7-May-09 11:37 
GeneralRe: 'modified' tag in WinForms - WPF Equivalent Pin
Pete O'Hanlon7-May-09 11:54
mvePete O'Hanlon7-May-09 11:54 
GeneralRe: 'modified' tag in WinForms - WPF Equivalent Pin
Philipp Sumi7-May-09 12:10
Philipp Sumi7-May-09 12:10 
GeneralRe: 'modified' tag in WinForms - WPF Equivalent Pin
Pete O'Hanlon7-May-09 22:30
mvePete O'Hanlon7-May-09 22:30 
GeneralRe: 'modified' tag in WinForms - WPF Equivalent Pin
Philipp Sumi7-May-09 22:45
Philipp Sumi7-May-09 22:45 
GeneralRe: 'modified' tag in WinForms - WPF Equivalent Pin
Pete O'Hanlon7-May-09 23:56
mvePete O'Hanlon7-May-09 23:56 
GeneralRe: 'modified' tag in WinForms - WPF Equivalent Pin
Philipp Sumi8-May-09 0:18
Philipp Sumi8-May-09 0:18 
GeneralRe: 'modified' tag in WinForms - WPF Equivalent Pin
Pete O'Hanlon8-May-09 2:55
mvePete O'Hanlon8-May-09 2:55 
QuestionWPF(Show data of type Varbinary in form of image in GridViewColumn) Pin
drcmomo5-May-09 9:09
drcmomo5-May-09 9:09 
AnswerRe: WPF(Show data of type Varbinary in form of image in GridViewColumn) Pin
Pete O'Hanlon5-May-09 9:36
mvePete O'Hanlon5-May-09 9:36 
GeneralRe: WPF(Show data of type Varbinary in form of image in GridViewColumn) Pin
drcmomo5-May-09 10:12
drcmomo5-May-09 10:12 
GeneralRe: WPF(Show data of type Varbinary in form of image in GridViewColumn) Pin
drcmomo5-May-09 10:19
drcmomo5-May-09 10:19 

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.