| Thread | Last Post | Replies |
|
| DataGrid? | 20 Feb 2007 14:59 GMT | 5 |
I'm having problem with seeing my datagrid? Yet I set Property visible to true and I'm caling the DataBind() what could be the Problem. I mayed be forgetting something.. Could you please help? Thanks?
|
| Need to connect to events generically via Reflection | 20 Feb 2007 14:54 GMT | 2 |
I just moved over to C#2. In 1.1 I implemented a generic event handler stragey by emitting a handler of the correct signature type. However, with Covariance/Contravariance in C#2 I hoped to clean things up.
|
| Get XPath to document node | 20 Feb 2007 14:23 GMT | 1 |
Is there an easy way to get an XPath expression (in string format) to an arbitrary node in a XmlDocument. E.g.: string s = node.XpathToString().
|
| Exposing Generic Lists | 20 Feb 2007 13:31 GMT | 4 |
We have a class that has a public property that is of type List<T>. FXCop generates a DoNotExposeGenericLists error, indicating "System.Collections.Generic.List<T> is a generic collection designed for performance not inheritance and, therefore, does not contain any virtual
|
| Is there any web service to send free SMS in c# project? | 20 Feb 2007 13:24 GMT | 6 |
I am trying to implement a sms notification program with c#. And I found a website http://www.webservicex.net which states it can send sms to world wide. But I tried, it says "message has been sent successfully, " but I never get it.
|
| MousePosition - offset on Y? | 20 Feb 2007 11:54 GMT | 1 |
When using Control.MousePosition the x values seems to be just fine when I draw something on the screen, but the Y value seems to have got an offset - independently of where on the screen I put the cursor the item I draw is a fixed offset below the cursor - why is this so?
|
| Transparent UserControl | 20 Feb 2007 11:31 GMT | 2 |
i have written a costum user control for my program works like an empty windows form, for styling and using reasons. and then i create inherited controls from that my main form design..
|
| Debugging a WebService | 20 Feb 2007 10:36 GMT | 2 |
I want to set a break point in the web method that I am trying to debug and then I want to access the web method via my cell phone and have the break point activate so I can see what is going on. How do I do this? PS: I am using "Microsoft Visual Studio 2005 (C#)" Professional ...
|
| Failed to grant permission to execute | 20 Feb 2007 10:09 GMT | 2 |
I am developing a windows form application using C# on .net 1.1. This exe uses a COM dll which I had added as a reference and VS2003 had produceds necessary stub for inter operation. Now when I run this exe on my production area it gives me an error
|
| question about UICulture in asp.net | 20 Feb 2007 09:55 GMT | 1 |
I have a question about asp.net. I'm trying to create a multilingual site with resources and stuff, it works ok, but what is the difference between using:
|
| getting at users outlook inboxes programmatically | 20 Feb 2007 09:33 GMT | 5 |
I am trying to get at different users inboxes programmatically (see code below). It works fine, except for the fact that the logon line seems to always logon to my local account rather than logging on to other accounts on the network. Anybody know how to logon to other people's
|
| adding one element to a fixed array [] | 20 Feb 2007 09:18 GMT | 4 |
This is my first time posting so I hope i'm in the right place. I have a project which uses an xsd.exe generated .cs file containing the class definitions for each of my schema's XML elements. I am using this stucture in memory to maintain my data, but I have
|
| question | 20 Feb 2007 09:12 GMT | 4 |
is there any way to find out if the number is in scientific format
|
| How make ClickOnce copy a file to the client? | 20 Feb 2007 09:07 GMT | 1 |
I have a Win app that references another project. In that other project, there is a remoting.config file that obviusly doesn't get compiled into the DLL. When I use ClickOnce to publish my app, it doesn't work because that file
|
| Raising UI-level events from a thread without using Invoke? | 20 Feb 2007 08:54 GMT | 23 |
Hi, I have a class which monitors a TCP socket. This will on occasion raise an event which can be handled by a GUI. Now, I am aware of the if(InvokeRequire) {
|