| Thread | Last Post | Replies |
|
| What is the Maximum length of a node in Treeview? | 29 Jan 2008 12:31 GMT | 2 |
all, what is the maximum length(text) of a node in a treeview. can we set the text length for a treenode? -Karthee
|
| sqlTransaction Complete Problem-dataype change from image to varbi | 29 Jan 2008 11:47 GMT | 20 |
This is being called in a C# loop within an ado.net transaction from C# 1.1 code. It is used to write large file data to a SQL Server database in chunks, rather than in one go. I had the stored procedure below, which worked until the image datatype was
|
| Attributes... | 29 Jan 2008 11:14 GMT | 3 |
Here's some code: public enum Cars { [CarWidthAttribute(2540)]
|
| How to open Webappication forms in windows application | 29 Jan 2008 10:41 GMT | 1 |
How to open Web appication forms in windows application. I need to open some web application from in windows application. Please help me in this.
|
| COM Server in .Net | 29 Jan 2008 09:25 GMT | 1 |
I want to create a COM Server in .Net (C#), a separate windows service that will do some work own its own and provide services to C++ clients. how can it be done? Lalit
|
| Creating COM Assembly with interfaces only | 29 Jan 2008 09:05 GMT | 1 |
I have created an assembly (dll) that only has Interfaces and does not contain any class. I want to expose these interfaces to COM Clients. It was compiled successfully with warning that there is no types that can be registered.
|
| switch statement | 29 Jan 2008 06:12 GMT | 19 |
I know you can stack case(s) case 1: case 2: but can you have ranges as in vb.net does like ( 1 to 6 ) type of thing, or
|
| Emailing Crystal Reports | 29 Jan 2008 06:02 GMT | 2 |
Can somebody please direct me some sample code or a off the shelf control to help me understand what I need to do to email a Crystal Report? I want to email from the report itself if possible. Thanks.
|
| Detecting event subscriptions | 29 Jan 2008 05:09 GMT | 1 |
I have a class with a native API inside. The API, when called, determines the state of some entity. I'd like to setup the interface to this class to have an event that can be subscribed to, called OnStateChange, for example. When
|
| visual studio editor | 29 Jan 2008 02:27 GMT | 2 |
Does anybody know is it possible to embed a Visual Studio editor into your application? My application needs to allow the user write C# script / program and then compile / and use these code in the runtime. Compiling etc is not a problem, but I want to provide the
|
| C# 2.0 Iterators question | 28 Jan 2008 23:52 GMT | 3 |
Given a bunch of IEnumerable<T> objects, how do I iterate through them and do a yield return on objects that satisfy one condition and objects that satisfy another condition? I am still wrapping my head over C# 2.0 iterators and I am not able to get this right.
|
| What is the Quraan? | 28 Jan 2008 23:46 GMT | 1 |
Please forgive us for any disturbance, but we have an important subject to address to you regarding FAITH, and we Don't intend to overload your email with unnecessary messages...
|
| MSScript.ocx on 64 bits | 28 Jan 2008 22:14 GMT | 2 |
Does anyone know if there's an MSScript.ocx ready for 64 bits? My (WinForm) application fails to load on 64 bit due to the fact the ocx is compied to 32 bits. The thing is, my application uses aditional native dlls that are
|
| Properties Question | 28 Jan 2008 22:06 GMT | 8 |
Why is: internal Object Statement { private set; get; } allowable but not: Object Statement { private set; internal get; }
|
| DirectoryServices.AccountManagement | 28 Jan 2008 20:58 GMT | 8 |
I'm really having a hard time using DirectoryServices.AccountManagement. I seem to be able to get it to work fine in Visual Web Developer 2008 but when I deploy to a IIS Server I get cast issues. I have a screenshot here:
|