| Thread | Last Post | Replies |
|
| Upgrade .Net Framework 1.0 into 1.1 | 31 Jul 2003 13:01 GMT | 2 |
Hello, What's the impact to my existing code written in 1.0, and what's the procedure to migrate to 1.1, can someone help me in doing so. The initial development was done using .Net Framework
|
| Exception on Application | 29 Jul 2003 15:31 GMT | 3 |
I'm currently trying to make my application restart when an unhandled exception gets through to the Main call. It does something like this: do try {
|
| XML documentation | 28 Jul 2003 15:59 GMT | 3 |
I have generated my XML documentation. now what ? because the XML file is not quite human friendly.... I tryed NDoc but it bugged using my XML files....
|
| SQL server does not exist | 24 Jul 2003 17:38 GMT | 2 |
I have fixed my last problem but now i have a new one. I can run certain sample applications but others i get this message. HELP PLEASE
|
| Problem with quickstarts and tutorials | 24 Jul 2003 17:07 GMT | 1 |
When i go to run the quick starts and tutorials the applications won't run they just show me the code in internet explorer. I need to fix this? thanks alot
|
| why not IE .NET control? | 18 Jul 2003 18:55 GMT | 1 |
Well, I'd like to have a Browser Control in the .NET SDK just the one we currently use but .NET based. I think this is a feature many developers would like to see.
|
| TCP Client | 18 Jul 2003 12:26 GMT | 1 |
Hello to all! How are you? Can somebody tell me why these lines: ----------------------------
|
| regular expression question | 18 Jul 2003 08:20 GMT | 1 |
I'm trying to write a regular expression search to find every instance of a certain kind of tag within HTML. For example, I might want to find every instance of the DIV tag, and get back the "stuff in the middle"
|
| Appdomain.CreateInstanceFromAndUnwrap | 18 Jul 2003 08:19 GMT | 2 |
I am trying to load an instance of a framework class from an assembly, but I must always be sure to have the latest version of the assembly. I have tried with reflection.assembly.loadFrom, which worked, except that once the assembly was loaded, it never loaded an updated version. In ...
|
| Console Window and CSharp Form | 17 Jul 2003 16:41 GMT | 4 |
Why do I obtain a console Window in addition to my CSharp Form when I do the following code: using System.Windows.Forms; class MyWindow: Form
|
| formatting xml data in rich textbox | 16 Jul 2003 17:49 GMT | 1 |
I have a windows form application in which I fetch some some from database and display it in an XML format. I display data in a rich text box. It displays data correctly. I want the data to be formatted like a tree
|
| How to enforce Usage Rule | 14 Jul 2003 22:26 GMT | 2 |
I have a class, has a start(), end() method. I want to make sure that start() and end() should be always paired called in the same codeblock or function, i.e.:
|
| Events in dynamic loaded assembly | 14 Jul 2003 13:53 GMT | 1 |
I need a help with following problem. I need to create a menu from dynamic loaded assembly on the main form of my application. The menu is created succesfully, but the events of this menu, which are defined in the dynamic loaded assembly, are not raised. How can I raise them?
|
| Odd problem with InputBox | 10 Jul 2003 22:27 GMT | 2 |
hey all, I am having an odd problem with the InputBox in VB.NET, and it ONLY happens on one of my computers. When I try "Dim x as String = InputBox("TESTPROMPT"), I get the following error: ----------------------------------------------------------------------------
|
| Parallel port interfacing with C# | 09 Jul 2003 22:31 GMT | 1 |
I'm working on a project called controlling devices over internet. The hardware intefacing part is to be done through parallel port. The whole project have been done using C# of .Net platform. My problem is
|