Click here to Skip to main content
15,892,005 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Make silverlight app on page a "singleton" Pin
Mycroft Holmes9-Mar-11 11:50
professionalMycroft Holmes9-Mar-11 11:50 
GeneralRe: Make silverlight app on page a "singleton" Pin
AspDotNetDev9-Mar-11 12:33
protectorAspDotNetDev9-Mar-11 12:33 
GeneralRe: Make silverlight app on page a "singleton" Pin
Mycroft Holmes9-Mar-11 13:01
professionalMycroft Holmes9-Mar-11 13:01 
AnswerRe: Make silverlight app on page a "singleton" Pin
Pete O'Hanlon9-Mar-11 11:54
mvePete O'Hanlon9-Mar-11 11:54 
GeneralRe: Make silverlight app on page a "singleton" Pin
AspDotNetDev9-Mar-11 12:36
protectorAspDotNetDev9-Mar-11 12:36 
AnswerRe: Make silverlight app on page a "singleton" Pin
AspDotNetDev9-Mar-11 12:32
protectorAspDotNetDev9-Mar-11 12:32 
GeneralRe: Make silverlight app on page a "singleton" Pin
dbrenth10-Mar-11 3:59
dbrenth10-Mar-11 3:59 
QuestionCalling windows service - Dequeue Pin
arkiboys9-Mar-11 5:05
arkiboys9-Mar-11 5:05 
Hello everyone,
In windows service i.e. MyWindowsService, class1.cs has the code to receive messages all the time...
Everytime a message is received, it gets added to the Queue in class1.cs.
There is class2.cs in this windows service, which does the DeQueue.

Every 10th of a second, the silverlight application calls the class2 in windows service to pull the item in the queue. Note that since the silverlight page calls class2, the item is Dequeued from the Queue and gets passed to the silverlight page.

All works fine...

So you can see that the Dequeuing happens everytime the silverlight page calls the class2. And if the silverlight page is not running, then the Queue constantly is increasing inside the windows service.

Question:
I wonder if somehow, the Dequeing should happen automatically inside the service independent of the silverlight page?
1- If so, how do you suggest this should be done
2- Should the silverlight page, call the independent call inside the service every now and then also?

Hope you see what I mean.

Thank you
AnswerRe: Calling windows service - Dequeue Pin
Pete O'Hanlon9-Mar-11 7:13
mvePete O'Hanlon9-Mar-11 7:13 
Questionhow do I match my string to one of the comboBox items Pin
Ravi Munde9-Mar-11 0:10
Ravi Munde9-Mar-11 0:10 
AnswerRe: how do I match my string to one of the comboBox items Pin
Pete O'Hanlon9-Mar-11 1:37
mvePete O'Hanlon9-Mar-11 1:37 
AnswerRe: how do I match my string to one of the comboBox items Pin
Abhinav S9-Mar-11 18:26
Abhinav S9-Mar-11 18:26 
QuestionCan you bind by property name? Pin
SledgeHammer018-Mar-11 19:55
SledgeHammer018-Mar-11 19:55 
AnswerRe: Can you bind by property name? Pin
Pete O'Hanlon8-Mar-11 21:32
mvePete O'Hanlon8-Mar-11 21:32 
GeneralRe: Can you bind by property name? Pin
SledgeHammer019-Mar-11 6:26
SledgeHammer019-Mar-11 6:26 
GeneralRe: Can you bind by property name? Pin
Pete O'Hanlon9-Mar-11 7:07
mvePete O'Hanlon9-Mar-11 7:07 
GeneralRe: Can you bind by property name? Pin
SledgeHammer019-Mar-11 7:44
SledgeHammer019-Mar-11 7:44 
GeneralRe: Can you bind by property name? Pin
Pete O'Hanlon9-Mar-11 9:11
mvePete O'Hanlon9-Mar-11 9:11 
GeneralRe: Can you bind by property name? Pin
SledgeHammer019-Mar-11 10:08
SledgeHammer019-Mar-11 10:08 
GeneralRe: Can you bind by property name? Pin
Pete O'Hanlon9-Mar-11 21:54
mvePete O'Hanlon9-Mar-11 21:54 
QuestionHow to update the datagrid in wpf based on text changed property of text box control in MVVM mdel? Pin
SRKSHOME8-Mar-11 6:47
SRKSHOME8-Mar-11 6:47 
AnswerRe: How to update the datagrid in wpf based on text changed property of text box control in MVVM mdel? Pin
Jammer8-Mar-11 7:26
Jammer8-Mar-11 7:26 
AnswerRe: How to update the datagrid in wpf based on text changed property of text box control in MVVM mdel? Pin
Pete O'Hanlon8-Mar-11 9:07
mvePete O'Hanlon8-Mar-11 9:07 
QuestionResize controls in canvas Pin
manoj221847-Mar-11 1:20
manoj221847-Mar-11 1:20 
AnswerRe: Resize controls in canvas Pin
Abhinav S7-Mar-11 2:07
Abhinav S7-Mar-11 2:07 

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.