| Thread | Last Post | Replies |
|
| How to get list of Organizational Unit in Active Directory | 23 Feb 2007 05:52 GMT | 1 |
I am facing a problem to get list of all Organizational Units within specific node. I am trying different filters but could not get desired result. Any suggestion how to do that ???
|
| How to add a row to an SQL Dataset | 23 Feb 2007 05:47 GMT | 2 |
I have an SQL database with one table in it. I want to load the table into a DataSet, add new records to the DataSet, then commit the changes back to the database. Using C#.NET, the following loads the DataSet and fills it:
|
| Thread-safe methods... | 23 Feb 2007 05:09 GMT | 3 |
Hello! I'm working on an asynchronous network application that uses multiple threads to do it's work. I have a ChatClient class that handles the basic functionality of connecting to a server and sending/ receiving messages. The problem is, some of the ChatClient methods
|
| How do I "roll back" a bad new row in a dataset/table? | 23 Feb 2007 04:09 GMT | 1 |
I've got a datagrid bound to a dataset/table. When the OnRowChanging event fires, the handler attempts to Insert the new record into the database. When there's an error with this Insert operation, it gets trapped (message displayed). The datagrid still displays the bad
|
| How get ClickOnce to include a file when publishing? | 23 Feb 2007 02:30 GMT | 3 |
I have a Win app that references a class library project. Within the latter, there is a remoting.config file. When I publish my app using ClickOnce, it errors telling me it can't find the remoting.config file.
|
| Adding icons to a dll | 23 Feb 2007 01:54 GMT | 4 |
I want to add several icons to my dll, so that it can be used by windows to indicate icons for my known filetypes. I'm using VS2005, but I cannot seem to find out how to do this. I can get one single visible icon by setting the application icon, but
|
| How to get the parents object? | 22 Feb 2007 23:44 GMT | 1 |
Hi guys, I have three classes like followling: Class A {
|
| Help on MailItems and AD addresses | 22 Feb 2007 23:37 GMT | 1 |
2 hours of Google hasn't turned up anything useful on this problem: How can I reply to an Email address retrieved from an Exchange server? I am using Interop Outlook.MAPIFolder to retrieve Outlook.MailItem's. I want to send an automated response to the sender of each MailItem, ...
|
| File.Move & Firewall Port | 22 Feb 2007 23:30 GMT | 8 |
I need to copy and/or move files across servers to the other side of my firewall. I was wondering if anyone can tell me what port(s) I will need to open to run these methods in my C# program? TIA,
|
| HTML Button | 22 Feb 2007 22:24 GMT | 4 |
Is it possible to access the HTML created buttons or other controls in code-behind? I created buttons using html, would like to control the visible property in code-behind.
|
| Signature. What is it? | 22 Feb 2007 21:59 GMT | 14 |
Am I correct in thinking that the <signature> of a function is its <syntax> i.e. the arguments and the order in which they are specified when calling the function?
|
| Single Instance Form | 22 Feb 2007 21:54 GMT | 3 |
VS 2005. When I google "CSharp single instance form" the returned pages usually use a Mutex or the VB.NET runtime library. http://en.csharp-online.net/Application_Architecture_in_Windows_Forms_2.0%E2%80% 94Single-Instance_Detection_and_Management http://www.codeproject ...
|
| polymorphism/boxing question | 22 Feb 2007 21:51 GMT | 3 |
I've run into a problem in some code involving two class hierarchies that I can't figure out: I have an event hierachy topped with an interface, let's say- IEvent,
|
| Is this really correct compiler behaviour | 22 Feb 2007 21:44 GMT | 6 |
I found a really strange quirk in the C# compiler, which I can't beleive is proper behaviour. If I define a class thus: public class MyClass {
|
| How to insert a record entry into microsoft access | 22 Feb 2007 20:55 GMT | 1 |
Can anyone tell me where to get the code for inserting a record into an access database? I can't find a simple internet site to do this. Thanks in advance, Sean
|