-
- How to add WPF Forum subscription to my MS Outlook 2003?
by Ramanujam Sampath
- 6 Replies
- Last post
by Ramanujam Sampath
- How to add WPF Forum subscription to my MS Outlook 2003
-
- streaming webcam video inside WCF
by Blue8481
- 6 Replies
- Last post
by Christian Weyer
- bit of a newbie, I am trying to stream video from a webcam inside a web service. I am having little or no luck finding decent information about using webcams with WCF. Any information would be greatly appreciated.
-
- TreeView Binding and Controls
by DmitryMS
- 1 Replies
- Last post
by DmitryMS
- Hi there I'm creating a treeview, bound to the collection of controls. Each control has its own mouse/keyboard interaction logic, that's why I'd prefer to stick to the Controls as oppose to the pure clr objects. I wonder if it's a supported scenario, or if it's a right thing to do that
I took a working example and changed objects to be something, inherited from ItemsControl. Nothing works
-
- ComboBox AutoComplete - missing feature
by AJB123
- 1 Replies
- Last post
by Atanas Koralski - MSFT
- A type of f "AutoComplete" is knid of supported via the "IsTextSearchEnabled" property, and the TextSearch.TextPath & TextSearch.Text,
<ComboBox Margin="107,49,408,191" Name="MyComboBox" IsSynchronizedWithCurrentItem="True" ItemsSource="{Binding}" DisplayMemberPath="Foo" IsTextSe
-
- Unknown Error when trying to register
by malky
- 2 Replies
- Last post
by OldDogNewTrick
- Have just installed part of Express from DVD -
"Unknown Error" when trying to register VC# 2K8 express and Webdev 2K8
everything else seems Ok so far
-
- How to scroll a TreeView in code?
by lzy_tek
- 6 Replies
- Last post
by lzy_tek
- Is there anyway to know the TreeView contend is clipped.
Thanks
-
- Writing a web test against Service.SVC
by tomkle
- 5 Replies
- Last post
by tomkle
- I have written a web test against an asmx web service, however when I try to create a web test against http://local.search.services.seattle.gettyimages.com/Service.svc I get an error 400
HTTP/1.1 400 Bad Request Content-Length : 0 Cache-Control : private Date : Fri, 26 Jan 2007 19:43:54 GMT Server : Microsoft-IIS/6.0
I have tried going against the above service using .Net web service studio,
-
- Windows Presentation Foundation (WPF) questions
by Mark Boulter
- 0 Replies
- Last post
by Mark Boulter
- This forum is for the WPF Designer ("Cider") in Visual Studio. If you have questions about WPF or using the WPF runtime then the WPF forum http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=119&SiteID=1 is probably a better place to ask your question.
mark
-
- EDM
by Matelin
- 7 Replies
- Last post
by Matelin
- Hi
I am trying to use EDM for ADO.Net ,but when i select add new ADO.Net Entity Data Model item from the orcas studio for a project i get wizard ,and after i select the DB and the Tables i get an empty CSDL, MSL and SSDL files
I search the net and i found a download from micrsoft saying that this is a bug
http://www.microsoft.com/downloads/details.aspx FamilyID=F69E9EB8-0EBD-4FBA-A4C
-
- Binding to a combobox in .NET 3.0
by -&#61;B3N&#61;
- 2 Replies
- Last post
by -=B3N=-
- Hi
I have two datatables ( tblServers and tblLogins ) in a dataset. tblServers has a primary key of ServerName , and tblLogins has a shared primary key of ServerName and Email . There is a foreign key, FK_tblServers_tblLogins , linking the ServerName field of the two tables.
I'm trying to bind a combobox, cboEmail, to the Foreign Key ServerName field (the value) and display in the co
-
- Axis 2.0 client having problems consuming WCF Web Service with wsHttpBinding
by RonanE
- 6 Replies
- Last post
by BenK
- Hi,
I'm designing a WCF service for consumption by a java client.
Currently I can create java stub files using wsdl2java when I set the binding to basicHttpBinding
However, when I try to use wsHttpBinding so I can encrypt the ws messages the stub file creation fails.
As far as I can see this is a big problem encountered by many other users of WCF. I'm sure if someone could solv
-
- trying to set up a Game loop in WPF app
by AvalonNewbie
- 6 Replies
- Last post
by neil mosafi
- Hi all,
Im creating a 2-player BattleShip game to be played over LAN using WPF. I can get a primitive game GUI up and running and i have no problem sending attacks to the other user using event handlers and sockets. However I cant figure out how to to listen for incoming attacks. I've tried creating an infinite game loop in the GUI constructor but if i do, program flow gets stuck in the loop an
-
- Adjusting zooming level of Document through C# code
by Pati123
- 1 Replies
- Last post
by Helmut Obertanner
- Dear Sir, I am using MS word 2007 Addin development. I am using VSTO SE. I want to change the zooming level of the document when a new Ribbon button is press. How to do this using C# Thanks Tharindu
-
- Runtime problem?
by Floodguy
- 1 Replies
- Last post
by Weston Hutchins - MSFT
- Greetings,
after installing the VB Orcas beta 1 package (I also tried the full VS Orcas Beta 1) from the img(iso)-file, I get a lot of "package load error - contact vendor ...." messages. I did also a repair (uninstall/re-install), but that didn't helped anyway. I remember from the past, that I had once similiar problems with VS2005, but can't remember what the solution was. Does
-
- Visual Profiler crash
by Brian Corcoran
- 1 Replies
- Last post
by small_mountain_0705
- I'm trying to use the WPF Visual Profiler. While Perforator works ok for me, I can't get VP to work. I select Start Profiling, select the Render events I want to look at, select OK and it crashes everytime. It crashes with sample apps as well as my app. Am I missing some environment setup here, or some DLL
Thanks,
-
- Binding to collection of collection
by AdamCKing
- 4 Replies
- Last post
by AdamCKing
- I am trying to bind to a property of a CLR class, which is an ObservableCollection of another class which implements ObservableCollection. i.e. the pattern below:
Code Snippet
public Class1 : INotifyPropertyChanged
{
private ObservableCollection<Class2> foo;
public ObservableCollection<Class2> Foo
{
get{return foo;}
}
}
Class2 :
-
- Syntax Error...
by bodhialok
- 9 Replies
- Last post
by Xanadu2000
- I am transforming one of my existing projects to start using LINQ. I am facing syntax error when I try to use LINQ query inside an ASP.NET page. But when I use the same query in a seperate class (like Business Layer), it runs fine. The syntax error is all over the place for that query, so I cant understand. Could be something very little. Help me out please!!!
//Data fetched from LINQ da
-
- Convert query result to DataTable
by Moristar
- 4 Replies
- Last post
by Moristar
- Hi. I have a problem - I don't know how to convert result of my LINQ2Entity query to a DataTable. I really need DataTable. So if query like this:
Code Snippet
var query = from pList in eSaleEntities.PriceLists
select new
{
Name = pList.Name,
GroupName = pList.GoodGroups.Name,
Measurement = pList.Measurements.ShortName
};
-
- Unique Identifiers
by Mike Pisano
- 6 Replies
- Last post
by Rafik Robeal
- My current table has a integer auto incrementing value as the primary key which I need to rethink for synchronization. I thought about changing this to a GUID, but it would be complete overkill. My second option would be to use my USERID along with some DATE+TIME algorithm which still would generate a long key.
I've also been playing around with changing the increment value to -1 in my local XS
-
- Accessing 'Global' xaml resources
by Paul76
- 4 Replies
- Last post
by Paul76
- Hi all
I have the following in my app.xaml file:
<oUser:clsUser x:Key="oUserObject"/>
in my user controls I have:
<Grid.DataContext>
<Binding Source="{StaticResource oUserObject}"/>
</Grid.DataContext>
I also have several bindings to textblocks.
At runtime, all the bindings work but at design time within
-
- BUG: Image Source does not update from Style.Triggers when originally set in code
by CharRob
- 3 Replies
- Last post
by Neil Mosafi
- Hey, looking for someone to confirm this for me. I have an Image in a Container (in this case canvas) and I add the image in code like so: Image tempImage = new Image(); Uri tempUri = new Uri("pack://application:,,,/Images/Img1.png", UriKind.Absolute); BitmapImage tempBmp = new BitmapImage(); tempBmp.BeginInit(); tempBmp.UriSource = tempUri; tempBmp.EndInit(); tempImage.Source = tempBmp;
-
- VS 2008 Beta 2 Question.
by danskcarvalho
- 7 Replies
- Last post
by antony leo
- Is there a .NET Framework 3.0 Service Pack 1 When I install VS 2008 Express Beta 2, my .NET 3.0 turns on .NET 3.0 SP1. The problem is that I have Microsoft Expression Blend installed and it works properly until I install VS Beta 2. After that, there's some glitches on Expression Blender User Interface like menus don't rendering correctly and so on. It's the program itself that shows glitches not t
-
- SQLMetal / visual editor - connecting to remote server
by HenrikP
- 3 Replies
- Last post
by Burak SARICA
- I¡¯m unable
to find any examples for sqlmetal where it connects to a remote SQL 2k5 server
over TCP/IP. What is the syntax for the ¡±/server:¡± option for this work
Also, what
rights are required for the sqlmetal/visual editor to work Currently I have a SQL
2k5 database where the user is mapped to the ¡±db_datareader¡±, ¡±db_datawriter¡±
and ¡±public¡± roles. But the visual editor doesn¡¯t wo
-
- Orcas Beta 2!!!
by MichaelD&#33;
- 9 Replies
- Last post
by ncage
- SWEET!
Any word on which version of Entity Framework made it into this bad boy
-
- How to change style in .cs File
by dixsonwq
- 1 Replies
- Last post
by Dr. WPF
- <UserControl.Resources> <Style x:Key="Style1" TargetType="{x:Type TextBox}"> <Setter Property="Background" Value="Orange"/> </Style> <Style x:Key="Style2" TargetType ="{x:Type TextBox}"> <Setter Property ="Background" Value="BLue"/> </Style> </UserControl.Resources>