| Thread | Last Post | Replies |
|
| WPF Databinding sintax for complex properties | 25 Dec 2007 19:38 GMT | 1 |
I have following scenario I have ListBox that is bound to BindingList<Person> Person has Address property that has Street property. How can I bind Street to a TextBlock in ListBox DataTemplate?
|
| Tutorial for WCF & WF | 25 Dec 2007 16:58 GMT | 1 |
I'm searching for a good tutorial about WCF in combination with WF. Thanks in advance.
|
| Refresh/Databind a GridView on another page | 25 Dec 2007 10:51 GMT | 2 |
I have an GridView on one page that will open a popup for the selected record. I've been told that there is a way that when the popup record
|
| Fast Index a File System? | 25 Dec 2007 05:31 GMT | 5 |
I am trying to build a tree of my entire file system. The tree includes attributes like file size and last modified. My current implementation is multi threaded using the threadpool, but it takes around 10 minutes to complete. I don't understand why it would take
|
| What paint faster than Graphics.Draw? | 25 Dec 2007 00:46 GMT | 3 |
What paint faster than Graphics.Draw? http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas discount
|
| strange format problem | 24 Dec 2007 23:04 GMT | 2 |
I ma stupped. int idx = viewRegexOptionBindingSource.Find("regexoption", textBoxRegexOption.Text); // works , no problem here if (idx < 0) idx = 0;
|
| ClickOnce security | 24 Dec 2007 20:59 GMT | 3 |
Good noon, community! Would you be so kind and help me solve my problem. I need Deploy application through ClickOnce technology. I've configuration file where I assign sensitive data about connection to the database. A VS deploying solution all files have signing by certificate. ...
|
| PreProcessMessage | 24 Dec 2007 15:58 GMT | 1 |
i am trying to override the PreProcessMessage for the form and i am using this code public override bool PreProcessMessage(ref Message msg) {
|
| string.GetHashCode() and HashTable calls GetHashCode() Differ? | 24 Dec 2007 09:32 GMT | 10 |
-----See below code, string str = "blair"; string strValue = "ABC"; string str1 = "brainlessness";
|
| webbrowser with tabcontrol | 24 Dec 2007 09:11 GMT | 1 |
Hi, Ive added a tabcontrol to form1 and a webbrowser to tabpage, but I cant see my page. Im using this in form load. webBrowser1.Navigate("http://www.oddschecker.com/bet-basket"); Ive checked the address, and Ive tried it with webbrowser in a form and it
|
| binding source poisiton event executed too many times | 24 Dec 2007 08:07 GMT | 1 |
the windows form application works but the eventhandler for binding source postionChanged got executed too many times: 12 times from saveitemclicked for the data navigator many time from additem
|
| legal to copy MS's code? | 24 Dec 2007 07:00 GMT | 11 |
So is it legal to copy stuff out of the .NET framework and mix it into your own code? I assume so, since I could call their function directly if I didn't want to avoid the UI library reference in my server code. Do I need to reference it?
|
| artificial inteligence | 24 Dec 2007 03:27 GMT | 1 |
I want to make a uno game where you can have multiple players including the computer if the human player/s want it to. How would you make the support for computer to play and actually play the right cards if it has any?
|
| Remote debugger service | 24 Dec 2007 03:26 GMT | 2 |
Does anyone know if I run the Visual Studio Remote Debugger service on my development server will it slow down the system? Never used the service before... use to just launch the remote debugging app to do it in the past.. thanks!
|
| C# Enums - Feature or deficiency | 24 Dec 2007 01:14 GMT | 39 |
|