| Thread | Last Post | Replies |
|
| Catch base constructor errors with c# | 05 Jun 2005 22:08 GMT | 6 |
How to catch errors thrown by the base class constructor in c# app? Any help greatly appreciated.
|
| FileOpen Directory Problem? | 05 Jun 2005 13:21 GMT | 2 |
I have A FileOpen command that opens A file outside of the local folder (where my program is). That works fine, but; I want to create a file in the local folder after that 1st file is opened, read, and closed. When I try
|
| Error: The program has exited with code 0 (0x0) | 05 Jun 2005 12:14 GMT | 3 |
Im having trouble building/running a program which was written under Visual Studio 2000 & .NET Framework 1.0. Im now using a new installation of .NET 1.1 with Visual Studio 2003, otherwise there have been no changes to the code. Although there appears to be no build errors, the ...
|
| using CloseMainWindow | 05 Jun 2005 10:48 GMT | 1 |
I'm trying to gracefully run all running processes for an application. The problem I am running into in multiple people will be logged in for the app. I am currently using: For Each vProcessName In vProcessList.GetProcessesByName("processname")
|
| problem with Visual Studio .NET | 05 Jun 2005 10:37 GMT | 1 |
My project was working fine. Then, all of a sudden, VStudio froze up, an error window appeared asking me whether I wanted to send an error report. After I sent the report, Visual Studio re-started. But now, the project won't compile. When I try to open the main form in designer ...
|
| Non inline datagrid edit | 05 Jun 2005 08:20 GMT | 1 |
I want to edit a datagrid by linking to another form(the Edit form) when the user clicks a linkbutton. I am trying to capture the datarow for the datagrid line where the Edit linkbutton is clicked. Then I want to put that datarow in a public property in the first form so that ...
|
| Using XML Documentation Comments | 05 Jun 2005 04:22 GMT | 1 |
How would I document an enum for Intellisense to work properly? I have the following enum: public enum Level {A, B, C}; I can document the whole enum with a Summary tag. But how would I give each
|
| help with pinvoke | 05 Jun 2005 01:36 GMT | 7 |
hey all i need to convert an unmanaged c++ dll and header to c#, ive done the header structures but having problems with pinvoke signatures method 1:
|
| XML | 04 Jun 2005 23:50 GMT | 1 |
I'm trying to save my data to xml via serializing but I'm a bit lost. Below is my setup at the moment, one project wrapper class that contains general project info and a list of every node (nodeA, nodeB etc) namespace xyz
|
| Design Developement | 04 Jun 2005 23:44 GMT | 1 |
I need to develop a Logger Component in dotnet, It needs to be supported as ServicedComponent (COM+) to support Business layer components and Library Reference to support UI Control. As per my thoughts it should can have some interface which have a method to
|
| Best .NET Wiki(s)? | 04 Jun 2005 20:34 GMT | 2 |
I'm ready to consider putting a Wiki up for general usage. Any comments regarding .NET implementations? <%= Clinton Gallagher
|
| .NET linker (=> running app without full .NET runtime) ? | 04 Jun 2005 16:51 GMT | 4 |
I'd like to transform my app created with VJ# in a real stand-alone app, that I could easily distribute on the net, even if users' PC don't have a .NET framework. So I'm looking for a software which can link an entire .NET project to
|
| Update Query | 04 Jun 2005 16:38 GMT | 2 |
i got this error msg while i trying to run the UPDATE query.there is n underlying.. ERROR MSG :An unhandled exception of typ 'System.Data.OleDb.OleDbException' occurred in system.data.dll
|
| Connection State Is Already Open | 04 Jun 2005 16:33 GMT | 2 |
i create few textboxes, if i enter data in txtItemCode, the rest txtbo will display data that read from database. show below. ========================================================== Private Su txtItemCode_KeyPress(ByVal sender As Object, ByVal e A
|
| Implementing IPersistStream using .Net Serialization | 04 Jun 2005 13:53 GMT | 2 |
I have a .Net class (a collection) that already supports serialization. It implements ISerializable... Now, I need it to also support the COM interface IPersistStream. Among other things, I need to be able to pass instances of this class to
|