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: 37 active threads during last week
 

Posting activity on WPF / WCF / WF:

  Week Month 3 Months
Threads: 37 158 449
Post: 63 323 923
 

WPF / WCF / WF Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Mark Salsbery
10
user's latest post:
Getting Started - WPF/ WCF/ WWF
Published (2009-11-25 21:55:00)
Don't know about books, but there's lots of info here:     .NET Framework 3.5 [ ^ ] All this same info is in the local help in Visual Studio as well.
sris 426
5
user's latest post:
More than 1 end point for WCF...
Published (2009-11-25 03:03:00)
so..do u mean that..even we have more than one client..then all clients can connect with single end point..is it true??? Thanks, Srinivas Mateti
Richard MacCutchan
4
user's latest post:
How to change WPF table width...
Published (2009-11-23 04:32:00)
Interesting, I don't recall having this happen when I've used the <pre> tags in the past. My apologies, I have obviously missed an experience, or maybe my brain hasn't kicked in properly this morning.
aspdotnetdev
4
user's latest post:
Autosuggest textbox in WPF...
Published (2009-11-24 02:40:00)
Perhaps you could create a stack panel that contains a textbox and a popup? And that popup might contain a listview that displays users. You can populate that listview whenever the text in the textbox changes. Although I bet something like that already exists on CP... if not, then you could probably find something by googling a little.
Nekkantidivya
4
user's latest post:
WPF Table control
Published (2009-11-24 23:00:00)
Hi Mark Salsbery, Thanks for your reply. It helped me and now I am getting table without unnecessary features. But now the width of the table is fixed and I am unable to increase the width of the tableto the width of the form. Please reply me if you have any idea to solve this Thanks in advance.
d@nish
4
user's latest post:
The order of objects in WCF...
Published (2009-11-26 23:56:00)
IParameterInspector is an interface. The class which is implementing the interface will decide the order of the inputs/outputs in the arrays. Since, you would be writing the code, it is up to you to decide the order. The interface just demands an array. It does not cares what is the type of it or in what order the elements are inside it.
Mikey_H
3
user's latest post:
Math errors in custom control
Published (2009-11-24 20:54:00)
Control code: public class MathTester : Control, INotifyPropertyChanged { public static DependencyProperty ValueProperty = DependencyProperty.Register( " Value" , typeof ( double ), typeof (MathTester), new PropertyMetadata(OnValuePropertyChanged)); public static DependencyProperty DivisorProperty = DependencyProperty.Register( " Divisor" , typeof ( double ), typeof (MathTester), new...
Eslam Afifi
2
user's latest post:
DataGrid binding to different...
Published (2009-11-22 16:11:00)
Glad to help. What you're doing is similar to (if not actually is) the MVVM pattern. MVVM is short for Model-View-ViewModel. A ViewModel is basically a wrapper around a Model for a View to expose the model's properties to the view and to pass commands from the view to the model.
Jammer
2
user's latest post:
New WPF App - DMon [modified]
Published (2009-11-22 17:08:00)
Yes, I am aware of article submission features. Thank you.
Abhijit Jana
2
user's latest post:
More than 1 end point for WCF...
Published (2009-11-24 23:46:00)
You can have multiple endpoint for a WCF Service. Using this Service can support multiple biding protocol like http, tcp and can communicate with Intranet and internet also. Here is the complete implementation of multiple endpoints : Exposing a WCF Service With Multiple Bindings and Endpoints [ ^ ]
 

Latest active threads on WPF / WCF / WF::

CodeProject: Discussion Boards. Free source code and programming help
Started 2 days, 19 hours ago (2009-11-28 09:05:00)  by gritter
I think I solved my own problem. Rather than trying to run multiple storyboards, each containing animations for a single target, I tired putting all of the animations for all of the targets into a single storyboard and arrange them on the timeline so they appear to fire in a random order. That seems to be working fairly well. My only issue now is how to set it up so it runs continuously. ...
Thread:  Show this thread (2 posts)   Thread info: WPF - staggering storyboard executions Size: 984 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: WPF - staggering storyboard executions :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 4 days, 4 hours ago (2009-11-26 23:56:00)  by d@nish
IParameterInspector is an interface. The class which is implementing the interface will decide the order of the inputs/outputs in the arrays. Since, you would be writing the code, it is up to you to decide the order. The interface just demands an array. It does not cares what is the type of it or in what order the elements are inside it.
Thread:  Show this thread (2 posts)   Thread info: The order of objects in WCF Parameter Inspectors Size: 390 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: The order of objects in WCF Parameter Inspectors :: 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-25 21:55:00)  by Mark Salsbery
Don't know about books, but there's lots of info here: .NET Framework 3.5 [ ^ ] All this same info is in the local help in Visual Studio as well.
Thread:  Show this thread (3 posts)   Thread info: Getting Started - WPF/ WCF/ WWF Size: 401 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Getting Started - WPF/ WCF/ WWF :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
 

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

WPF / WCF / WF
Started 1 week ago (2009-11-23 13:02:00)  by Mark Salsbery
What does operator overloading have to do with WCF?
Thread:  Show this thread (7 posts)   Thread info: Operator overloading in WCF Size: 89 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Operator overloading in WCF :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Started 1 week ago (2009-11-24 01:49:00)  by d@nish
Yes you can have multiple endpoints for a single service. Apart from the way messages would be exchanged (binary/SOAP) I don't see an impact. Also, I don't see any harm in having multiple end points. Now, do I get the job?
Thread:  Show this thread (7 posts)   Thread info: More than 1 end point for WCF Service Size: 350 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: More than 1 end point for WCF Service :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Started 1 week, 1 day ago (2009-11-23 00:30:00)  by aspdotnetdev
FYI, I (and many others) do not even look at code if it is poorly formatted (no tabs) and isn't syntax highlighted. Here is an example of well formatted and syntax highlighted code: < Grid HorizontalAlignment =" Stretch" > < Grid.ColumnDefinitions > < ColumnDefinition / > < ColumnDefinition / > < ColumnDefinition / > < / Grid....
Thread:  Show this thread (5 posts)   Thread info: How to change WPF table width and height Size: 4,872 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to change WPF table width and height :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Started 1 week, 1 day ago (2009-11-22 17:05:00)  by Richard MacCutchan
If this is an article then please submit it according to the correct guidelines.
Thread:  Show this thread (4 posts)   Thread info: New WPF App - DMon [modified] Size: 110 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: New WPF App - DMon :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Started 6 days, 15 hours ago (2009-11-24 12:57:00)  by Mark Salsbery
Nekkantidivya wrote: Here I am getting some extra features for zooming, scrollbar etc, but I want just a table. Maybe you can use a simpler flow document reader like a FlowDocumentScrollViewer: <!-- <FlowDocumentReader Margin="131,133.738,184,217.262" ScrollViewer.HorizontalScrollBarVisibility="Hidden " > --> < FlowDocumentScrollViewer IsToolBarVisible =" False" Margin =" 131...
Thread:  Show this thread (4 posts)   Thread info: WPF Table control Size: 1,204 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: WPF Table control :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Started 5 days, 6 hours ago (2009-11-25 21:55:00)  by Mark Salsbery
Don't know about books, but there's lots of info here: .NET Framework 3.5 [ ^ ] All this same info is in the local help in Visual Studio as well.
Thread:  Show this thread (3 posts)   Thread info: Getting Started - WPF/ WCF/ WWF Size: 401 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Getting Started - WPF/ WCF/ WWF :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Started 1 week, 4 days ago (2009-11-19 16:42:00)  by Eslam Afifi
Well, you're not using the MVVM pattern. You should implement the MVVM pattern when you're using WPF (although you sometimes can take shortcuts and not implement the necessary parts to get the job done). You can learn about MVVM from the links I posted here [ ^ ]. So I suggest you create a class PhysicalPropertyViewModel that has the following main properties - a property AvailableUnits that ...
Thread:  Show this thread (4 posts)   Thread info: DataGrid binding to different enums in column Size: 1,283 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: DataGrid binding to different enums in column :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Started 1 week, 1 day ago (2009-11-22 14:02:00)  by Mark Salsbery
What is so special about generic.xaml? [ ^ ]
Thread:  Show this thread (3 posts)   Thread info: Generic.xaml location Size: 336 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Generic.xaml location :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Started 6 days, 1 hour ago (2009-11-25 02:47:00)  by Pete O'Hanlon
Sure - just apply a transparent brush. Brushes provide an alpha component just for this type of case.
Thread:  Show this thread (2 posts)   Thread info: wpf 3d transparency Size: 139 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: wpf 3d transparency :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."
WPF / WCF / WF
Re: MSMQ with WCF - 2 new posts
Started 6 days, 5 hours ago (2009-11-24 23:15:00)  by Abhijit Jana
You can have a look into this : Sample Starter Project Using WCF and MSMQ [ ^ ]
Thread:  Show this thread (2 posts)   Thread info: MSMQ with WCF Size: 307 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: MSMQ with WCF :: WPF / WCF / WF :: CodeProject: Discussion Boards. Free source code a..."

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