| Thread | Last Post | Replies |
|
| problems about remoting singleton | 23 Dec 2006 05:34 GMT | 3 |
we know that if the type is registered as singleton in the host side, then all the remoting clients share one object, like: host: =====
|
| Compare inteface Type with each other | 23 Dec 2006 05:24 GMT | 3 |
Look at the TODO in the code. The commented code do not work, but the code below the commented one does. How do I do to compare Types? foreach (Type typeInAssembly in typesInAssemply) {
|
| Generate ordered list of alphanumeric strings of length 4 in c# | 23 Dec 2006 04:59 GMT | 3 |
I have a programming question to generate an ordered list of alphanumeric strings of length 4.
>From 0000 to ZZZZ, numbers first, then one alphabet rest numbers, then two alphabets rest numberst, etc.
|
| Hex formatting in a string? | 23 Dec 2006 04:50 GMT | 2 |
Hey folks, how can I format a hex string to display as such: instead of: 10 130
|
| Best way to structure UI for Win app? | 23 Dec 2006 02:57 GMT | 4 |
We're about to design am enterprise Windows app. Since it will have lots of modules, we're thinking about a listbar (like Outlook) on the left with menu bar across the top, and status bar at the bottom. Each "module" would then take up the space that's remaining. So, it looks ...
|
| read text file into array | 23 Dec 2006 01:32 GMT | 1 |
What is the best way to fill an array (or other container) with values from a text file containing numbers in a simple column, especially when one doesn't know how many values the text file list contains?
|
| Re: How to find reliable offshore (India) programming shop? (this ... | 23 Dec 2006 00:38 GMT | 4 |
I am slightly biased here as I am doing lots of work with an Indian company - we have been off-shoring for a while now but loved the work and quality so much we opened the UK sales office for the company that we're partnered with - Angler Technologies!
|
| my first .net 3.0 question | 22 Dec 2006 22:26 GMT | 2 |
Sorry if this isn't the place to ask, but I can't locate a more specific NG to post this in. I grabbed the SDK and Visual Studio 2005 add-ins for .net 3.0 and decided to take a look at it. First thing I've noticed is the behaivior of the
|
| What is the significance of 0x200 here? | 22 Dec 2006 21:30 GMT | 2 |
Just a simple (newbie?) question: What does the 0x200 mean in this snippet: rsObj.Open("Customers",connstr,ADODB.CursorTypeEnum.adOpenForwardOnly,ADODB.LockTypeEnum.adLockReadOnly,0x200); I've seen other examples where instead of 0x200 there is a 0 or 1.
|
| byte[] to enter key | 22 Dec 2006 19:34 GMT | 8 |
I am receiving data from the stream of a socket. I am trying to determine if the user pressed the Enter key. The buffer has 2 non-zero bytes when the user presses enter: 13 and 10. If i convert that to ASCII i get \r\n. I would like to have a value i
|
| Please advise on which MS Certification | 22 Dec 2006 18:53 GMT | 6 |
Hi as most will know I have been benefiting from your vast experience for about a month or so now, and have decided to try to learn C# programming more academically and structured and study towards a qualification.
|
| What to do while waiting worker threads to finish their job... | 22 Dec 2006 18:39 GMT | 3 |
in my c# .NET 2.0 application I run few threads (from 6 to 12 it depends...) and then my GUI Thread should wait all of them have finished their task... so after create those threads i put them in a List<>, I start them one by one then I do something like:
|
| Flicker free form | 22 Dec 2006 17:39 GMT | 2 |
I have an application with some pictureboxes and panels in the main form. If I drag something over it, it flickers. Do I have to deal with this in every control visible in my main form?
|
| can not access some share folders | 22 Dec 2006 17:38 GMT | 2 |
Hi Friends, I recently can not access some share folder on a file server. the share folders have special permissions (only some domain groups allowed, i was a member of that group).
|
| creating new instance though reflection | 22 Dec 2006 17:23 GMT | 4 |
I'm new to C# but so far I didn't find big problems, except for Reflection. I coudn't find any good material in internet where to study it. If anyone knows about some documents, blogs or stuff, please let me know.
|