| Thread | Last Post | Replies |
|
| Kist the Shared folders in system | 19 Dec 2005 14:43 GMT | 2 |
I need to get the list of shared folder ofthe system, with their shared name. Please give the API or code to get the same using c#
|
| comparing addresses and names | 19 Dec 2005 14:26 GMT | 3 |
I'm looking for an algorithm, better implemented in c#, for comparing names (of companies, individuals etc.) and addresses. Thanks, Daniel
|
| Tell DateTime to use different time zone as LocalTime? | 19 Dec 2005 13:43 GMT | 1 |
Suppose you have code on a server and want to translate between UTC and local time of clients who are in other time zones. The call ToLocalTime() uses the server's local time. Is there any way to set a DateTime object to use a different time zone as local time?
|
| BindingSource ? | 19 Dec 2005 11:47 GMT | 2 |
I tried to use bindingSource created by wizard from dataGridView. I set it to bind data from my class I have public property "Source" that returns list of objects with property of "SampleText". Wizard created bindingDataSource object, and a column in my dataGridView but when I ...
|
| BETA Testers | 19 Dec 2005 11:07 GMT | 2 |
Hi - Where is the best place to as kfor beta testers? James
|
| System.NullReferenceException | 19 Dec 2005 11:00 GMT | 3 |
Helo - I need some help? This on System.NullReferenceException I have: at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) at
|
| Authenticating against network server using non-domain account | 19 Dec 2005 10:50 GMT | 10 |
I need to access the scheduler service on a network computer in order to manipulate it remotely from .NET; I have all of the necessary code to perform the manipulation and it works - great - but I am having problems with authentication. I have tried using LogonUser and this works ...
|
| can a single file contain more than one assembly? | 19 Dec 2005 10:46 GMT | 5 |
Okay, the other day I was talking with someone about assemblies. He said something that I am not really sure about. He said that a DLL or EXE can contain more then one assembly (although the IDE only works with one). Now, I know that assemblies can be made up of more than one ...
|
| How to load a web user control into a DataGrid cell ? | 19 Dec 2005 10:34 GMT | 1 |
Hi all.. Can anyone tell me how to load a web user control into a DataGrid cell at runtime?? And also i need to load different user controls at each Datagrid cell???
|
| Find form menu color/height | 19 Dec 2005 09:47 GMT | 1 |
I'm trying to find a way to find out a form menu height/color as i think it changes depending on various Windows settings. I need to create a form of height/color of form menu so that i can place it over without user noticing it.
|
| Textbox, label or custom control ? | 19 Dec 2005 09:22 GMT | 1 |
I'm in the process of writing an editor/debugger. I need to be able to able to get/set line numbers of the displayed text (i.e. source) and to be able to get/set forecolor and backcolor of a specified line(s). Is there a control I can use for this (i.e. textbox or label?) or do I
|
| Image Click working before Page Load | 19 Dec 2005 09:15 GMT | 3 |
How can I make a Image Click working before Page Load event? The Problem I'm getting is that I'm loading an ImageButton dynamically from a Web User Control. How can I make the Web User Control ImageButton return a value to the main Page ?
|
| Launch application after setup is complete | 19 Dec 2005 08:59 GMT | 3 |
I created a CustomAction for this but I don't think I have it in the right place. I tried both Install and Commit but neither allow it to get to the final screen. Are there any examples of this anywhere?
|
| Dictionary vs. Hashtable (C# 2.0) | 19 Dec 2005 08:09 GMT | 3 |
I am using Hashtables to cache data in services and am looking at generics for typed access (I control the key/value types). However, I was surprised to see that the Dictionary throws a KeyNotFoundException if you try to reference missing keys, which is a change from the ...
|
| A way to bitwise AND two int's | 19 Dec 2005 07:13 GMT | 21 |
I'm writing a map generator and I'm looking for a way to keep track of the various terrain. I had a thought of using bitboards but I can't find a way to bitwise AND two int's together and get a bool. How do I get the proper response from:
|