-
- Binding
by Angelo Moreira
- 2 Replies
- Last post
by JohnB2007
- Here's my problem:
I have a ListBox binded to a CLR List<MyObject>, and i have templates defined over a property of MyObject.
I want that when that property changes, the visualization changes too.
How can i do that
Tanhks,
Angelo Moreira.
-
- Image inside control library does not show
by Francesco De Vittori
- 4 Replies
- Last post
by Francesco Devittori
- Hi, I have a simple control library that contains an Image. I added a .jpg file to the control library project ("myImage.jpg"). Then I set the source of my Image as "\myImage.jpg". Inside E xpression Blend, in the design panel of my user control, the image is shown correctly. However when I create another project (a .exe) and use my control library, the image is not shown anymore. Why Sorry if it
-
- First, next, Previous and last in collection?
by Ben Hayat
- 8 Replies
- Last post
by Dariusz Jankowski
- If I have a Table collection i.e. Cutomers, I can do Customers.First and would return me the first. But if I want to manualy go through the next or previous or last object without using Foreach loop, how would I do that Thanks!
-
- Rotation of Rectangle
by Tony.alex
- 7 Replies
- Last post
by Tamir Khason
- Hi,
Is it possible for the rectangle to rotate by any degree making the x- axis constant
please help
thx in advance
-
- WCF method returning a strongly typed collection to a .NET 2.0 client
by Kiran Pillai
- 7 Replies
- Last post
by Fey
- Ok I have a WCF method defined which returns a strongly typed collection.
[ServiceKnownType(typeof(XXX.Platform.RoleAssignment))]
XXX.Platform.RoleAssignmentCollection GetRoleAssigments(int UserID);
RoleAssignmentCollection class can add objects of type XXX.Platform.RoleAssignment.
Whenever the above method is invoked from a .NET 2.0 client using the proxy generated by WSDL, it returns
-
- What template for unusual TreeView layout?
by Daniel Schl&#246;&
- 8 Replies
- Last post
by Daniel Schloser
- As already mentioned in another thread I have a list of items with each item having their own list of always 2 sub items. I have them displayed as a ListBox with another Listbox for
each item. This has some problems:
1) when I click on an main item it doesn't remove the focus of the selected sub items in one of the other sub list boxes and I end with 2 separate selections on different it
-
- synchronize VerticalOffset of two ScrollViewers
by bitbonk
- 4 Replies
- Last post
by bitbonk
- I have two ScrollViewers of the same height. They have a grids as its content that have the same hieght too. How can I synchronize their vertical offset So they are always the same Since ScrollViewer.VerticalOffset is a readonly property I can not use it for two way databinding ...
-
- Need a good WPF profiler
by DiamonDogX
- 3 Replies
- Last post
by Marlon Grech
- So I've used the WPF Perf tools... but I'm looking for a profiler that will tell me how often certain parts of my code are being executed, i.e. where's the bottleneck. Any tools like that out there
-
- DependencyProperty question
by Wildert
- 1 Replies
- Last post
by Zhou Yong
- Is it worth it to use dependencyproperties on non-visual classes,or would the performance hit be too much
-
- Is there a way to have a windows form hosted wpf control to fade into view?
by Rico Alexander
- 0 Replies
- Last post
by Rico Alexander
- I've attempted this but the host panel is always in view. I tried setting it transparent but that has no effect.
-
- WCF and WF Integration in "Orcas" Beta 1 - Workflow Enabled Services
by Guy Burstein
- 5 Replies
- Last post
by JuliasW
- Hi,
I've posted about WF and WCF Integration in Visual Studio "Orcas" Beta 1.
You can read about it here .
Guy Burstein
http://blogs.microsoft.co.il/blogs/bursteg/
-
- Always the Same Problem --> Element already has a logical parent
by ChrisQuesaada
- 7 Replies
- Last post
by ChrisQuesaada
- Hi,
System.InvalidOperationException was unhandled Message="Element already has a logical parent. It must be detached from the old parent before it is attached to a new one."
This is the error, It happens when I Make some modifications to the TreeViewItems in my TreeView. I happen too when I use 3D Elements like ModelVisual3D, but in this case I clone them and no more pro
-
- WPF Border Control - Dashed lines
by pradeepyr
- 6 Replies
- Last post
by Marlon Grech
- I am using Border control in my WPF application.
How to display a border control having dashed line border
-
- RichTextBox Page View Problem
by ziauddin
- 4 Replies
- Last post
by ziauddin
- Hi to all,
Im doing a text editor project in WPF using the RichTextBox control for it, my question is that:
"Is it possible to get Page-View/ Print Layout just like Ms Word (View menu) in WFP"'
I want to build a WYSIWYG editor but didn't find any solution for it.
Any suggestion Please
-
- HTTPS
by Goldielocks
- 9 Replies
- Last post
by Scott Seely
- Hi, I have a WCF web service that is hosted in IIS. IIS is configured to use SSL with SelfSSL Certificate. My Web.config file for the web server looks like this: < xml version="1.0" > <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> <system.serviceModel> <serviceHostingEnvironment aspNetCompatibilityEnabled="true"/>
-
- ListViewColumnHeader
by Andree1
- 5 Replies
- Last post
by lee d
- Hello, I have a quetion. have ListView with GridViewColumns and I need to make filters in each header(column), I want to have there TextBox where you can enter the text and Column will be filtred according this text. I tried to do that via templates but there is a problem because Name o TextBox is needed in C# code for filtering, I don't know how to make template "dinamic"(only one temp
-
- Ghost Instance of Excel
by MojoRobbins
- 0 Replies
- Last post
by MojoRobbins
- If I run my RELEASEd version of my Excel Addin, and then close Excel, I'm left with a "ghost instance" of Excel (viewable in TaskManager/Processes list). In my OnDisconnect() routine, I set all global variables to null, like: xl = null; addInInstance = null; missing = null; ...however, to no avail. Is there something I am missing
-
- Critical WCF problem
by Chris J Smith
- 14 Replies
- Last post
by Chris J Smith
- Hi,
I'm trying to build a mid-tier for a SOA application (in the line of Litware).
I'm getting a serious reliability problem which knackers everything.
I have created a simple service for the proof of concept which dishes out a simple object containing a random user's details from a database and I am consuming it (for the mean time) from a multi-threaded console client. The cl
-
- How to make a control based of a built in control
by Prog-Bman
- 4 Replies
- Last post
by Drew Marsh
- Hey guys, I have been searching around a bit for a way to make a custom control based of a preexisting control. Basically I want all the functionality of a WPF control but want to throw on an additional Interface for some customization. Something like this. class MyTextBox : System.Windows.Controls.TextBox, IMyInterface { //implement interface stuff here } The problem with that is I can't add the
-
- browsing hard disk via speech commands
by Hasan Ali
- 3 Replies
- Last post
by Martin Xie - MSFT
- hi.
im trying to browse my hard disk via voice commands, since folders and files can have any name, i cant use a limited grammer, \nd i also want to stop extra processing involved in recognition....
If anybody could help me out here!
-
- Canvas rendering "out of bounds" -- possible bug
by Josh Montgomery
- 7 Replies
- Last post
by Drew Marsh
- When I put the following code in xamlpad or my own application the Cyan canvas is drawn beyond the bounds of the border and over the green rectangle. In fact in XamlPad the canvas is draw under the splitter and edit pane below the rendered page. To me this appears to be a bug in the way Canvas is rendered since I would expect the canvas to be clipped by the containing border. Is this really a bug
-
- Memory Use - RichTextBox
by SteveHayter
- 13 Replies
- Last post
by Arathi Ramani
- Hi all,I have a RichTextBox that is loaded with a FlowDocument, and then placed onto canvas at a specfic location. Now, memory usage up to creating the RichTextBox is steady, and the garbage collector seems to work well. However, when I create a RichTextBox, and set its Document property to the FlowDocument, the memory consumed jumps by about 1.5 - 2.5 MB, and never seems to get garbage collected
-
- Simplest authorization
by Colin Young
- 4 Replies
- Last post
by Colin Young
- We have a service (asmx on another server) we use to authorize users already. It takes a windows login (from WindowsIdentity) and an application name and returns a list of roles (string[]) the user has. We then use that list of roles to determine what the user is allowed to do (e.g. users are assigned roles per-application in a central location, and the application defines what roles are needed to
-
- UsernameToken over https (WCF Client -> Non-WCF Web Service)
by mteverest
- 6 Replies
- Last post
by cSchipper
- Hello. I am trying to write a WCF client to consume our non-WCF web service over https and that requires a WS-Security UsernameToken.
The steps that I've done so far are:
1. I ran svcutil to generate the proxy classes.
2. I then had to modify the generated config file to use TransportWithMessageCredential (Default is Transport). I did not have to modify the message client
-
- HttpNamespaceManager.exe
by Will.Rogers
- 1 Replies
- Last post
by Dave Cliffe - MSFT
- I've been using this little program to manage the HTTP permissions for my local WCF services that have HTTP endpoints on Vista. This has made things easier, but it's still a pain in the rear to have to set these permissions up over and over again on my dev machine when all I'm doing is building quick proof of concept examples and running some of the samples I've found on the web.
It would b