| Thread | Last Post | Replies |
|
| Iterate through all the interfaces supported by an object | 16 Dec 2005 21:45 GMT | 1 |
If I have an "object", how can I list all the interfaces that the object implements? I just want to list the string "names" of the interfaces...
|
| Iterate through all the interfaces supported by an object | 16 Dec 2005 21:34 GMT | 1 |
If I have an "object", how can I list all the interfaces that the object implements? I just want to list the string "names" of the interfaces...
|
| "bitwise equality" with value types? | 16 Dec 2005 19:27 GMT | 2 |
Given a struct containing only primitive members, does "bitwise equality" mean that it is not necessary to override Object Equals() or the == operator when all you want to do is determine equivalence by comparing the values of each primitive in the struct? The docs seem to
|
| Call root base method from doubly derived class? | 16 Dec 2005 18:41 GMT | 12 |
Given public class A { virtual void foo() { ... } }
|
| programmatic to ftp virtual directories | 16 Dec 2005 18:29 GMT | 2 |
programmatic to ftp virtual directories when i connect to an ftp server and i only have access to a few of the ftp virtual directories, do i just change directory to them after connecting and having credentials authorized? is there some special protocol for changing
|
| Retrieving files from folder in the order they are send | 16 Dec 2005 17:55 GMT | 5 |
I am in a problem. I am sending files to a particular folder one after the another. Than obviosly there create time is different. Now suppose if there are 50 files and i want to retrive the files in the
|
| Numeric UpDown | 16 Dec 2005 17:44 GMT | 9 |
I would like to set a NumericUpDown control to readonly and I don't want it to response on klicks on the arrows. I set the ReadOnly property to false and the InterceptArrowKeys to false too.
|
| Impersonation for accessing network resources? | 16 Dec 2005 17:14 GMT | 8 |
I have a small WinForms app that needs to copy files from a shared drive on a network. If I connect to the mapped drive using Explorer, a password dialog pops-up and I have to provide credentials with permission to access this resource on the machine where it's hosted. This is ...
|
| inherite windows forms user control | 16 Dec 2005 17:06 GMT | 2 |
Can someone give me a hlep on inherited user control? I try to inherite windows forms user control, like ListView. From Visual studio 2003, I right click a folder and selct "Add inherited user control ...", then I browser to
|
| Accessing child values by string name | 16 Dec 2005 17:02 GMT | 4 |
I am trying to access the values of child properties by a string value. For instance, have a user type "Form1.txtFirstName.Text" in a text box, click on a button, and return the value of that field.
|
| cannot compile code on network-drive | 16 Dec 2005 16:57 GMT | 5 |
I try to build code that is located on a network drive but allways get a Security Exception ??? How can I solve this ? (we need to keep the code on the server) thanks
|
| Programatically click a web page button | 16 Dec 2005 15:49 GMT | 3 |
Using C# and a web browser control, is there a way to programatically click a web page button?
|
| x64 | 16 Dec 2005 15:36 GMT | 2 |
My application written using Net.Framework 2.0 doesn't run on 64bit platform. I've got message that application isn't properly configured. What do I have to do to make my app runable on both platforms?
|
| More adventures in learning OOP | 16 Dec 2005 15:14 GMT | 14 |
I am exploring OOP and I am trying to get a grasp on the basics. Below is the code that creates a basic Person with basic properties. I also have an Orders Class where Orders are made by Persons. I am having trouble figuring out how to "connect" the two so that when a new Order ...
|
| Image processing | 16 Dec 2005 14:29 GMT | 5 |
I have a bunch of images, some of which may have a Logo in them, not transparent. The logo can appear anywhere in the image, usually in one of the corners. I need to sort the images based on whether or not they contain the logo.
|