| Thread | Last Post | Replies |
|
| Showing form in a panel | 13 Mar 2006 15:55 GMT | 2 |
Is it possible to show a form in a Panel container?? thanks in advance
|
| System.String stopped working | 13 Mar 2006 15:37 GMT | 2 |
In my method I tried to manipulate a string parameter using IndexOf() method -- even though it compiles all the string methods (IndexOf, Trim, UpperCase....) fail -- except the property Length. The strange thing is neither compiler or run-time system generates any error:
|
| how do I connect to an exchange server programatically to get email? | 13 Mar 2006 15:22 GMT | 1 |
I want to write an outlook plug-in or even a separate app if necessary to connect to an exchange server to get mail off of it. My outlook is currently connected to Exchange server A, I need to get mail from Exchange server B and put it on Exchange server A. I'm tired of using ...
|
| Manifest strikes again | 13 Mar 2006 14:49 GMT | 14 |
After several frustrating attempts to wrap a native DLL w a C++/CLI DLL, I finally got an assembly to compile, only to find a *runtime* error. The app comes up fine. Test dialog displays. Clicking on the button that creates the wrapper class causes an exception, not in the
|
| parsing problem with unicode (utf-16) xml file | 13 Mar 2006 14:41 GMT | 9 |
i am trying to open a xml file which is in unicode format utf-16. the file is <?xml version="1.0" encoding="UTF-16"?> <CurrentWeather>
|
| Calling a class function from another class | 13 Mar 2006 13:46 GMT | 2 |
I have a windows form project. The form class has a number of methods in it that i want to call from another class I have just created. This class is a finite state machine and is created and kicked off in same method where the applications' Run method is called. i.e main method ...
|
| Main form not getting in focus and taskbar | 13 Mar 2006 12:41 GMT | 2 |
I am having this problem with my application that it is not getting itself in taskbar by itself.. i m working on this application for 5 months, don't know what happened at what time that its not getting in focus. If during startup i bring other applications(like internet
|
| URI Format exception. Unable to determine URI Format | 13 Mar 2006 11:23 GMT | 1 |
Hi Trying out NetworkCredential class. The code from the help example fails when you try to do an add to the Credential cache. 'Invalid URI. The format of the URI can not be determined.'
|
| MDI from and parent background.? | 13 Mar 2006 11:10 GMT | 2 |
I have a MDI from. I set a panel for parent form.but every time I show a child form the panel disappears. How can I solve this problem?
|
| Attributes (net1.1) Quick answer needed | 13 Mar 2006 11:01 GMT | 55 |
Sorry I have no time to test this myself.... Can I add the same attribute to a field twice? Eg. [MyAttr(), MyAttr(), MyAttr()]
|
| Form Minimize | 13 Mar 2006 10:53 GMT | 3 |
I have an application with a main form (FormA). This form is borderless because we have a lot of skin action going on. The form creates and displays a second form (FormB) via formB.Show(). When we minimize FormA it also minimizes FormB. Is there any way to prevent this? I ...
|
| Forms in MDI Frame | 13 Mar 2006 09:40 GMT | 1 |
How do you prgrammatically maximize a child form in a MDI frame ?
|
| Identify Interface in ArrayList of Intfaces | 13 Mar 2006 09:37 GMT | 3 |
I am trying to create a arraylist of Intefaces so I only need to create each once and I would like to be able to identify the specific interface when I loop thru ??? Is there some way to set a Custom Attribute on each Instance of the
|
| C# Fundamentals (override, virtual, new) | 13 Mar 2006 09:04 GMT | 5 |
Hi NG ! I'm new in C# and I'm reading a book about the fundamentals and concepts. In the chapter Methods it's written to use virtual, if i would like to override the method in a subclass. This I've to do by using override.
|
| How to access nested parent? | 13 Mar 2006 08:50 GMT | 6 |
//----------------- I have following situation: public class Class1 {
|