| Thread | Last Post | Replies |
|
| Coping one Object to another...... | 03 Jul 2007 15:00 GMT | 2 |
Suppose I have created 2 objects of MyClass: MyClass myClass1 = new MyClass(); MyClass myClass2 = new MyClass(); I also defined variables inside MyClass1:
|
| Open URL in another Window | 03 Jul 2007 14:25 GMT | 1 |
Response.Redirect(http://www.yahoo.com); would open the above in the same window, what is the method to open the url in a new Window. TIA
|
| .Net 3.0 Installation | 03 Jul 2007 14:24 GMT | 4 |
Is there a way to programmatically tell if a machine meets the requirements to install .Net 3? thx...sonny
|
| MonthCalendar, when changing month + showing an msgbox, it loops.. | 03 Jul 2007 12:14 GMT | 6 |
Well, make a new windows-application... Put in a MonthCalendar, and put in this: Public Class Form1 Private Sub MonthCalendar1_DateChanged(ByVal sender As System.Object,
|
| Reflection to raise an event when a function of an object is called | 03 Jul 2007 11:24 GMT | 2 |
Is it possible in .Net to get an event, everytime an object is accessed? I mostly interested in an event when a function of the object is called. I don't want to add an event to the code of my class.
|
| Date Conversions | 03 Jul 2007 04:21 GMT | 2 |
I am saving a date with milliseconds into the Registry: Dec 01 2007 9:12:34:960PM Registry = Format(Date.Now, "MMM dd yyy h:mm:ss:ffftt") This works great, but when I try to make a variable (Date) out of what is
|
| Where are the FAQs? | 02 Jul 2007 22:22 GMT | 1 |
Are there FAQs for any of the m.p.dotnet groups? Thanks in advance, Roger
|
| Click Once Install doesn't work on one PC | 02 Jul 2007 16:02 GMT | 2 |
I saw a couple posts on this but nothing really clear. I've got a very simple c# windows form application that basically is just a form and a label. There is only on pc that I'm having problems with (my bosses of course). When we run the set up it seems to download ok,
|
| Embed a cursor | 02 Jul 2007 15:27 GMT | 2 |
I have a managed C++ form app. I'm trying to change to a custom cursor when a tool is selected from a toolbar button. I've seen MANY references that say to add the custom cursor in Solution
|
| Introductory reading on managed C++ and .NET wanted | 02 Jul 2007 15:21 GMT | 1 |
Can someone recommend articles on migrating native C++ DLLs to managed C++ ones or an introductory book (or article) on .NET?
|
| mmc and c# | 02 Jul 2007 15:06 GMT | 4 |
I have developed an application in c# . It is basically used to manage the configuration of my software. I want to port it into mmc. So i want to know what i have to do for porting. What i have to do
|
| How to override a property with Reflection Emit | 02 Jul 2007 13:36 GMT | 4 |
I have some code to override a property using Reflection Emit: Zipped example: http://homepage.ntlworld.com/ricbrown/OverridePropertyWithReflectionEmit.zip Code: http://homepage.ntlworld.com/ricbrown/Runner.cs.html
|
| .net clr known issues | 02 Jul 2007 10:58 GMT | 1 |
I would like to know that are there any docs sorta available to know the known issues/bugs with .net 1.1/2/3 etc. thanks in advance. ~
|
| dot not app not quitting | 02 Jul 2007 07:33 GMT | 4 |
I have noticed when I close my vb.net app, it is still visible under processes in task manager? Why is that and how can I ensure complete closure of app? Thanks
|
| How do I update a WinForm control via Remoting? | 01 Jul 2007 21:57 GMT | 1 |
How do I update a WinForm control via Remoting? Note that this control is running within the WinForm application which is the Remoting host. The Remoting client will be a VBA based application and I'll be using COM-to-.Net interop (the interop part I have down).
|