Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

WPF / WCF / WF | Forum profile

Forum profile page for WPF / WCF / WF on http://www.codeproject.com. This report page is the aggregated overview from a single forum: WPF / WCF / WF, located on the Message Board at http://www.codeproject.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "WPF / WCF / WF" on the Message Board at http://www.codeproject.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: CodeProject: Discussion Boards. Free source code and programming help - WPF / WCF / WF (site profile, domain info codeproject.com)
Title: WPF / WCF / WF
Url: http://www.codeproject.com/script/Forums/View.a...
Users activity: 21 posts per thread
Forum activity: 55 active threads during last week
 

Posting activity on WPF / WCF / WF:

  Week Month 3 Months
Threads: 55 170 465
Post: 122 381 959
 

WPF / WCF / WF Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Mark Salsbery
26
user's latest post:
Expression Blend Samples ?
Published (2009-11-14 16:40:00)
Mohammad Dayyan wrote: where I can find them ? In the Expression Gallery [ ^ ]
bubk
8
user's latest post:
Converting a WCF project from C#...
Published (2009-11-13 15:49:00)
yep, I totally agree and understand, the reason I posted here is I thought maybe there would be a better chance of finding someone who had WCF experience and c#/vb experience
Christian Graus
5
user's latest post:
Set the Text property of a TextBox
Published (2009-11-11 20:08:00)
This is a WPF project ? Do you have any events on the other textbox that might fire and change or reject the text ?
cdpace
4
user's latest post:
Sessions in WCF
Published (2009-11-10 02:04:00)
Sorry about the half postes and thank you very much for your help.
Collin Jasnoch
4
user's latest post:
MVVM and using WPF Toolkit charting
Published (2009-11-09 14:49:00)
I am able to get data bound now.. However I am not seeing a way to access the SelectedItem via binding. Every example out there uses some direct code behind... i.e. they access the chart directly and set its selected item. This of course is not an option if the MVVM pattern is to be followed. [EDIT] Got the Selected Item to bind properly by not using DataContext. instead the ItemSource is bound. If someone could explain this to me I would...
AksharRoop
4
user's latest post:
Invoke WPF window from VBA
Published (2009-11-11 08:50:00)
I am altering my existing application developed using MS Access + VBA. I have created new window (wpf) which handles some tasks. I want this window to be loaded on button click from old MS Access application. Is it possible to do this? Sorry if posted at wrong forum.
Mikey_H
4
user's latest post:
CellTemplate in GridView
Published (2009-11-13 08:59:00)
I've tracked down where the issue is after recreating the UICardArray from the ItemsControl up. UICardArray.ItemTemplate Width= " {Binding Path=CardWidth, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type c:UICardArray}}}" Height= " {Binding Path=CardHeight, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type c:UICardArray}}}" If I set these properties directly without the...
Richard MacCutchan
4
user's latest post:
Menu in WPF ?
Published (2009-11-14 08:12:00)
Mohammad Dayyan wrote: Actually I wanna know how I can create a Style or Template for a Menu in WPF like it that I linked. There are many articles here on CodeProject that explain how to use all the features of WPF, from basic to advanced.
hb52134214
3
user's latest post:
TreeViewItem style [modified]
Published (2009-11-07 13:29:00)
Already found what I was looking for. For anyone else, this might help: ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/wpf_conceptual/html/6bea1014-2555-425c-9f79-3f31a487bab3.htm
MREcoolio
3
user's latest post:
Sessions in WCF
Published (2009-11-09 17:45:00)
Unlike ASP.net, there is no 'Session' storage model. You would most likely have to write your own class that stores the variables (maybe a dictionary type) and make that class available statically. The static class then could be accessed by all client session instances (assuming you are using session instancing). The main thing is that these sessions aren't really way too reliable. They don't act like ASP.net sessions, and...
 

Latest active threads on WPF / WCF / WF::

CodeProject: Discussion Boards. Free source code and programming help
Started 2 days, 7 hours ago (2009-11-14 16:40:00)  by Mark Salsbery
Mohammad Dayyan wrote: where I can find them ? In the Expression Gallery [ ^ ]
Thread:  Show this thread (2 posts)   Thread info: Expression Blend Samples ? Size: 571 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Expression Blend Samples ? :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 2 days, 16 hours ago (2009-11-14 07:21:00)  by Richard MacCutchan
Mohammad Dayyan wrote: Could you please guide me , how can I do it ? How about like this [ ^ ]?
Thread:  Show this thread (5 posts)   Thread info: Menu in WPF ? Size: 324 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Menu in WPF ? :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 3 days, 11 hours ago (2009-11-13 12:37:00)  by Mark Nischalke
Converting from C# to VB? Why would you want to ruin perfectly good code?
Thread:  Show this thread (16 posts)   Thread info: Converting a WCF project from C# to VB Size: 198 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Converting a WCF project from C# to VB :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 3 days, 9 hours ago (2009-11-13 14:35:00)  by Mark Salsbery
If the itemssource for the datagrid is an observablecollection, generally all you need to do is add or remove items from the collection and the datagrid will update appropriately. How are you providing data to the datagrid?
Thread:  Show this thread (4 posts)   Thread info: Create a new row at the bottom of DataGrid (When User Click on Button(Out
side of DataGrid)) Size: 286 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Create a new row at the bottom of DataGrid (When User Click on
Button(Out side of DataGrid)) :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 3 days, 9 hours ago (2009-11-13 14:50:00)  by Mark Salsbery
Deploy like any other app. There may be some useful info at the links here: Deploying WCF Applications with ClickOnce [ ^ ] For hosting the services: Hosting Windows Communication Foundation Services [ ^ ]
Thread:  Show this thread (2 posts)   Thread info: WCF deplyoment procedure Size: 641 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: WCF deplyoment procedure :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 3 days, 12 hours ago (2009-11-13 11:56:00)  by DoctorMick
I don't know why you're experiencing the specific problem but you could look at using an alternative mechanism to Thread.Abort(). Have a read of this . It explains the problems around Thread.Abort and a neat alternative.
Thread:  Show this thread (2 posts)   Thread info: Thread.Abort in WCF Service hosted on WAS restarting the Service Size: 329 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Thread.Abort in WCF Service hosted on WAS restarting the Service :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 3 days, 14 hours ago (2009-11-13 09:51:00)  by teejayem
Here are a couple that i've found. http://www.nws.noaa.gov/forecasts/xml/ [ ^ ] http://weather.weatherbug.com/desktop-weather/api. html [ ^ ]
Thread:  Show this thread (3 posts)   Thread info: Weather Web Service Size: 520 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Weather Web Service :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 5 days, 6 hours ago (2009-11-11 17:10:00)  by Mark Salsbery
What happens when you comment-out the ItemContainerStyle? What is "UserInterface_Elements_Cards:UICardArray"? What is its ActualWidth at runtime?
Thread:  Show this thread (7 posts)   Thread info: CellTemplate in GridView Size: 202 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: CellTemplate in GridView :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 3 days, 16 hours ago (2009-11-13 07:46:00)  by Covean
Have a look at the function SetProcessAffinityMask.
Thread:  Show this thread (2 posts)   Thread info: Run application on 2nd Core Size: 89 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Run application on 2nd Core :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 3 days, 19 hours ago (2009-11-13 04:52:00)  by Richard MacCutchan
rajeberer wrote: Here, I need a MessageBox with Yes, No buttons and A checkbox with "never show this message again" When never show this message again check box is selected by the user, this message shold not be shown again. You need to start with a Custom Message Box [ ^ ], to which you add a checkbox. When the Show() method returns you need to store the value from the checkbox in some ...
Thread:  Show this thread (2 posts)   Thread info: How to create a "Are you sure pop-up when closing application (with never
show this message again check box)" using WPF and C#?. Size: 896 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to create a "Are you sure pop-up when closing application (with
never show this message again check box)"... :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
 

Hot threads for last week on WPF / WCF / WF::

WPF / WCF / WF
Started 3 days, 11 hours ago (2009-11-13 12:37:00)  by Mark Nischalke
Converting from C# to VB? Why would you want to ruin perfectly good code?
Thread:  Show this thread (16 posts)   Thread info: Converting a WCF project from C# to VB Size: 198 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Converting a WCF project from C# to VB :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Started 5 days, 6 hours ago (2009-11-11 17:10:00)  by Mark Salsbery
What happens when you comment-out the ItemContainerStyle? What is "UserInterface_Elements_Cards:UICardArray"? What is its ActualWidth at runtime?
Thread:  Show this thread (7 posts)   Thread info: CellTemplate in GridView Size: 202 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: CellTemplate in GridView :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Started 1 week ago (2009-11-09 19:41:00)  by Mark Salsbery
Remove/comment-out the entire <host> section from the web.config in the published directory. IIS 7 doesn't use this, and if I remember right, specifying a base address prevents access to the service (in all my IIS hosted services I have the entire <host> sections commented out). Then try hitting the service from a browser URL bar, with the url http://yourhostdomain/[...
Thread:  Show this thread (6 posts)   Thread info: Unable to host WCF service in IIS7 Size: 967 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Unable to host WCF service in IIS7 [modified] :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Re: Sessions in WCF - 5 new posts
Started 1 week ago (2009-11-09 17:45:00)  by MREcoolio
Unlike ASP.net, there is no 'Session' storage model. You would most likely have to write your own class that stores the variables (maybe a dictionary type) and make that class available statically. The static class then could be accessed by all client session instances (assuming you are using session instancing). The main thing is that these sessions aren't really way too reliable. They don't ...
Thread:  Show this thread (5 posts)   Thread info: Sessions in WCF Size: 769 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Sessions in WCF :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Started 5 days, 3 hours ago (2009-11-11 20:08:00)  by Christian Graus
This is a WPF project ? Do you have any events on the other textbox that might fire and change or reject the text ?
Thread:  Show this thread (5 posts)   Thread info: Set the Text property of a TextBox Size: 153 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Set the Text property of a TextBox :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Re: Menu in WPF ? - 5 new posts
Started 2 days, 16 hours ago (2009-11-14 07:21:00)  by Richard MacCutchan
Mohammad Dayyan wrote: Could you please guide me , how can I do it ? How about like this [ ^ ]?
Thread:  Show this thread (5 posts)   Thread info: Menu in WPF ? Size: 324 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Menu in WPF ? :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Started 3 days, 9 hours ago (2009-11-13 14:35:00)  by Mark Salsbery
If the itemssource for the datagrid is an observablecollection, generally all you need to do is add or remove items from the collection and the datagrid will update appropriately. How are you providing data to the datagrid?
Thread:  Show this thread (4 posts)   Thread info: Create a new row at the bottom of DataGrid (When User Click on Button(Out
side of DataGrid)) Size: 286 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Create a new row at the bottom of DataGrid (When User Click on
Button(Out side of DataGrid)) :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Started 1 week ago (2009-11-09 14:49:00)  by Collin Jasnoch
I am able to get data bound now.. However I am not seeing a way to access the SelectedItem via binding. Every example out there uses some direct code behind... i.e. they access the chart directly and set its selected item. This of course is not an option if the MVVM pattern is to be followed. [EDIT] Got the Selected Item to bind properly by not using DataContext. instead the ItemSource is ...
Thread:  Show this thread (3 posts)   Thread info: MVVM and using WPF Toolkit charting Size: 547 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: MVVM and using WPF Toolkit charting :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Started 3 days, 14 hours ago (2009-11-13 09:51:00)  by teejayem
Here are a couple that i've found. http://www.nws.noaa.gov/forecasts/xml/ [ ^ ] http://weather.weatherbug.com/desktop-weather/api. html [ ^ ]
Thread:  Show this thread (3 posts)   Thread info: Weather Web Service Size: 520 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Weather Web Service :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Set grid background. - 2 new posts
Started 1 week, 1 day ago (2009-11-08 04:28:00)  by breakvn
I have an image and i want to set grid background by it.Please help me ! Thank, sorry for my english
Thread:  Show this thread (2 posts)   Thread info: Set grid background. Size: 214 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Set grid background. :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."

This page was found by:   "WCF service host cannot find any service metadata"  WCF codeproject  codeproject wcf