| Thread | Last Post | Replies |
|
| Restrict Access of Class | 18 Aug 2005 11:37 GMT | 3 |
I have 2 Class i.e ClassA and ClassB, I want ClassB to be Accessed only by ClassA ONLY and nowhere in this project nor in other projects. How can I achieve this ? Regards,
|
| Very weird problem using NotifyIcon and Context Menu for MSN like form/app closing behavior | 18 Aug 2005 10:12 GMT | 3 |
I'm trying to have a MSN Messenger like form/app closing behavior. When I click on the X button, I only want the form to disappear and when I double-click on the notify icon or right-click on it and choose Open from the context menu, I want the form to reappear. For that, I got the ...
|
| Retrieve Classes with Attribute | 18 Aug 2005 08:44 GMT | 2 |
Besides looping through all the types in an assembly, is there any way to retreive all of the classes that have a custome attribute applied? For example, I have a PersistentAttribute, I won't to retrieve all of the types that have the attribute applied. The type can only be used ...
|
| I want a right click to cause a treenode to become selected, how? | 18 Aug 2005 08:17 GMT | 2 |
Can't suss this out for the life of me, googling of no help either. Okay, new to win forms; I have a treeview with several root nodes, each having a single level of child nodes underneath. I also havea context (popup) menu which, what I want, is for it to pop up with certain ...
|
| Can I expose my API/COM interfaces as .Net interfaces? | 18 Aug 2005 08:02 GMT | 6 |
I'm really new to this world of .Net so your help would be most appreciated... We have API and COM interfaces developed in c. We would also like to supply a .net interface to our clients.
|
| App Performance help | 18 Aug 2005 07:53 GMT | 6 |
I am developing an app that will unzip several zip files and append the contents of the zip files to one text file. The zip files contains one text file with a standard format but the size of the file will be an average of 100k to 300k with at least 7000 rows.
|
| Override method with member | 18 Aug 2005 07:12 GMT | 3 |
I want to name a variable in a form Move. But Move() is a method, (Control.Move) that the form inherits. Can I override a method and have a variable with the same name that I can access publically?
|
| Using BindingNavigator and ComboBox of data bound items | 18 Aug 2005 05:14 GMT | 2 |
I'm new to .net 2.0 and I'm trying to figure out the best way to create a form that has a couple of controls and one of the controls is a combo box with a data bound list of items from another table. To understand the problem more, consider using the AdventureWorks2000
|
| RichTextBox Control | 18 Aug 2005 02:50 GMT | 2 |
Microsoft is making my stuff hard to do with .NET as I'm a VB6 developer. How do I add an image to a RichTextBox Control in .NET? Thank you! -------------------
|
| Can VB.Net DLL Have Specific Controls With No Form? | 17 Aug 2005 22:43 GMT | 3 |
I am very new to .Net and Visual Basic in general. My goal is to write a Visual Basic .Net DLL that can have its functions and subroutines called from another .Net application. My DLL will not have any kind of user interface.
|
| Invalid cast: date array into object array | 17 Aug 2005 21:28 GMT | 7 |
I am getting an invalid cast exception when I try to take an ArrayList with datetime values and use the ToArray method to create an object array. I need to use an object array becase I'm working
|
| Office 2003 projects in Visual Studio 2003 | 17 Aug 2005 21:14 GMT | 1 |
helo, I needed to create office projects from Visual Studio and installed Office Pro 2003. Visual Studio 2003 in already running. But after Office installation is completed, I wasn't able to see 'Microsoft Office 2003
|
| Newsgroup Protocol / Challenge to MS Research | 17 Aug 2005 21:00 GMT | 1 |
There are so many Microsoft newsgroups dedicted to .NET, I am torn between 1) Just posting to .general 2) cc: ing a lot of more specific newsgroups 3) Just posting to the specific newsgroups
|
| Why is the Pair class in a UI namespace? | 17 Aug 2005 20:40 GMT | 4 |
Can anybody tell me why MS would put such a basic data structure, like System.Web.UI.Pair, into a UI namespace? The Pair class, to me, is something you use just as much at a deeper level as you would at the UI level..
|
| how to output message in command prompt window from VB.NET Applica | 17 Aug 2005 20:25 GMT | 2 |
I have an application in VB.NET which runs from command prompt, I need output message in the same command prompt window, Example D:\Mustaq\ORC\Orc 3.7\Insertor\Insertor\bin>insertor.exe
|