Click here to Skip to main content
15,887,175 members
Home / Discussions / C#
   

C#

 
GeneralRe: error in query with 2 tables in c# visual studio 2010 Pin
Pete O'Hanlon2-Apr-13 11:50
mvePete O'Hanlon2-Apr-13 11:50 
GeneralRe: error in query with 2 tables in c# visual studio 2010 Pin
User34902-Apr-13 12:00
User34902-Apr-13 12:00 
GeneralRe: error in query with 2 tables in c# visual studio 2010 Pin
Ravi Bhavnani4-Apr-13 6:18
professionalRavi Bhavnani4-Apr-13 6:18 
GeneralMessage Closed Pin
4-Apr-13 10:21
User34904-Apr-13 10:21 
GeneralRe: error in query with 2 tables in c# visual studio 2010 Pin
Ravi Bhavnani4-Apr-13 11:50
professionalRavi Bhavnani4-Apr-13 11:50 
SuggestionRe: error in query with 2 tables in c# visual studio 2010 Pin
ROHIT SRIVASTAVA3-Apr-13 2:58
ROHIT SRIVASTAVA3-Apr-13 2:58 
Question1500x1500 image at 30fps on wpf Pin
Andreoli Carlo2-Apr-13 4:58
professionalAndreoli Carlo2-Apr-13 4:58 
AnswerRe: 1500x1500 image at 30fps on wpf Pin
Pete O'Hanlon2-Apr-13 5:24
mvePete O'Hanlon2-Apr-13 5:24 
Off the top of my head, I'd suspect that the issue that you are hitting is because you are creating new BitmapSource elements each time. Basically, a WPF Bitmap is an immutable object - normally this is a good thing - but in the case where you want to keep changing a source, I'd suggest that you should look at a WriteableBitmap instead. This will give you some ability to mimic the BitBlt functionality.
I was brought up to respect my elders. I don't respect many people nowadays.

CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

GeneralRe: 1500x1500 image at 30fps on wpf Pin
Andreoli Carlo2-Apr-13 23:06
professionalAndreoli Carlo2-Apr-13 23:06 
GeneralRe: 1500x1500 image at 30fps on wpf Pin
Pete O'Hanlon2-Apr-13 23:39
mvePete O'Hanlon2-Apr-13 23:39 
QuestionSilent installation - Invalid Re-install mode character error Pin
sonia$cool2-Apr-13 3:57
sonia$cool2-Apr-13 3:57 
AnswerRe: Silent installation - Invalid Re-install mode character error Pin
Pete O'Hanlon2-Apr-13 6:07
mvePete O'Hanlon2-Apr-13 6:07 
GeneralRe: Silent installation - Invalid Re-install mode character error Pin
sonia$cool3-Apr-13 4:01
sonia$cool3-Apr-13 4:01 
GeneralRe: Silent installation - Invalid Re-install mode character error Pin
Pete O'Hanlon3-Apr-13 4:04
mvePete O'Hanlon3-Apr-13 4:04 
GeneralRe: Silent installation - Invalid Re-install mode character error Pin
sonia$cool3-Apr-13 4:24
sonia$cool3-Apr-13 4:24 
GeneralRe: Silent installation - Invalid Re-install mode character error Pin
Pete O'Hanlon3-Apr-13 4:32
mvePete O'Hanlon3-Apr-13 4:32 
GeneralRe: Silent installation - Invalid Re-install mode character error Pin
sonia$cool3-Apr-13 4:36
sonia$cool3-Apr-13 4:36 
Questionget datetime values from database in dd/MM/yyyy HH:mm:ss format irrespective of system date/time format Pin
NarVish2-Apr-13 3:24
NarVish2-Apr-13 3:24 
AnswerRe: get datetime values from database in dd/MM/yyyy HH:mm:ss format irrespective of system date/time format Pin
Hemant Singh Rautela2-Apr-13 3:41
professionalHemant Singh Rautela2-Apr-13 3:41 
GeneralRe: get datetime values from database in dd/MM/yyyy HH:mm:ss format irrespective of system date/time format Pin
NarVish2-Apr-13 19:55
NarVish2-Apr-13 19:55 
QuestionLeft click works right does not Pin
electriac2-Apr-13 0:29
electriac2-Apr-13 0:29 
QuestionRe: Left click works right does not Pin
Eddy Vluggen2-Apr-13 0:33
professionalEddy Vluggen2-Apr-13 0:33 
AnswerRe: Left click works right does not Pin
electriac2-Apr-13 0:39
electriac2-Apr-13 0:39 
AnswerRe: Left click works right does not Pin
electriac2-Apr-13 0:50
electriac2-Apr-13 0:50 
AnswerRe: Left click works right does not Pin
Richard MacCutchan2-Apr-13 2:14
mveRichard MacCutchan2-Apr-13 2:14 

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.