| Thread | Last Post | Replies |
|
| trouble posting to this group? | 18 Apr 2008 17:38 GMT | 4 |
is there anyone else having trouble replying tot his group
|
| about using netrwork communication | 18 Apr 2008 17:15 GMT | 1 |
This is the scenario that we want to implement. Assume we have three computers called client1, client2 and client3 that must be able to register itself on server A. Meaning telling server A about its existence so other
|
| Some question about design | 18 Apr 2008 15:30 GMT | 1 |
We have a Windows form application that use remoting to communicate with a server running some additional software that the windows form application is using. Note the Windows form application is most certain running on its own computer(client). We call the server that the ...
|
| C# newbie on Wifi Programming | 18 Apr 2008 13:50 GMT | 4 |
I do have some experience in programming in C# but mainly with database. Now I am trying to learn some systems programming. I am trying to do some project on WiFi radar to begin with. I found the APIs at http://msdn2.microsoft.com/en-us/library/ms706783.aspx
|
| Check, if a given time lies between two times regardless of date | 18 Apr 2008 13:15 GMT | 2 |
I have time-of-day spans presented as strings and want to check, if, at a given time, I am within such a time span. Example: Timespan-string is given as follows: "09:00 , 16:00" A function should now return true if the current time of day is between
|
| Save two richtextbox contents into a file | 18 Apr 2008 13:06 GMT | 1 |
How can I save two richtextbox contents into a file? if simply join two richtextboxes like joining two string, the output file will not show the value of second richtextbox. Thanks for reply.
|
| LINQ dataContext reports wrong parameter type? | 18 Apr 2008 12:34 GMT | 2 |
Hi... I have an sql server 2005 database that has a table called TestXml in it. The table has the columns ID (identity, int) and MyXml(xml). I created a stored proc on the server to insert a row into the table. It looks like
|
| Trouble with internal classes (error CS0051: Inconsistent accessibility) | 18 Apr 2008 12:16 GMT | 9 |
I'm having trouble understanding the internal access modifier. There are many classes in my assembly that should not be accessible outside of the assembly. I've used the internal access modifier for these classes. I have public classes that use the internal classes, but I
|
| Why x64 app runs slower than x86 app ? | 18 Apr 2008 10:58 GMT | 3 |
I have played with Parallel Extensions and noticed to my surprise that executable compiled for x64 runs slower than compiled for x86: private static double HeavyMath( int I ) {
|
| Dynamically creating a type at runtime. | 18 Apr 2008 08:24 GMT | 3 |
I really, really want to store some settings somewhere that my control utilizes to create new object(s)(i.e., class, struct) at runtime without it knowing about the type it could create at compile time. The type would support a particular interface or base class let's say.
|
| returning interfaces | 18 Apr 2008 07:05 GMT | 3 |
In some of the code I am looking at on a sample website, a lot of methods are returning interfaces such as IDataReader instead of a plain DataReader. Why would you want to do this?
|
| ProcessStartInfo adobe reader file- can not open | 18 Apr 2008 06:39 GMT | 1 |
We have a pdf user manual which we open when client clicks on help button. some of our clients have the issue that it does not open the file and it says file not found. checked with istaller and everything. i wonder why it would do so?? please help out
|
| Problem with the DataGridView control | 18 Apr 2008 05:23 GMT | 1 |
Has anyone noticed that the property of the DataGridView control called "FirstDisplayedScrollingColumnIndex" is wrong? It is always one more than it should be. The corresponding property "FirstDisplayedScrollingRowIndex" seems to
|
| String array intersections | 18 Apr 2008 00:15 GMT | 5 |
To all - I have two arrays of strings one of length M and the other of length N; N > M. Ther arrays will be on the order of 1 million for N array and ~50000 for the M array. Can someone describe to me a fast
|
| Stretch, Rotate, Rellocate ellipse in C# windows forms | 17 Apr 2008 22:30 GMT | 8 |
I would like to draw an ellipse on a windows form and through mouse drags stretch, rotate and relocate the ellipse. Thanks in advance - Dan
|