| Thread | Last Post | Replies |
|
| Linking at run time | 01 Aug 2005 00:22 GMT | 3 |
Hey Folks, I'm working on a file packager, and I though I'd use a resource only assembly. It works fine but I'm currently Shelling out to use AL.exe. I'd prefer to use Reflection.Emit. However
|
| Reflection Help with Custom Attributes | 29 Jul 2005 09:16 GMT | 2 |
I am unable to access the DescriptionAttribute of a method when I load the assembly using the Assembly.ReflectionOnlyLoadFrom. After I load the assembly I call GetTypes and loop through the types and call GetMethods. I then Loop through the methods using CustomAttributeData ...
|
| .net tool | 29 Jul 2005 00:00 GMT | 1 |
I am basically new to using Visual Basic.NET. I wrote a Visual Basic.NET web application that will allow users to enter data. Once this data is entered, I put the data into one big long string to pass the information to a mainframe system. This is way the mainframe system
|
| Cannot perform this operation on a row not in the table | 28 Jul 2005 23:50 GMT | 2 |
I am getting the following error when I try to delete the rows for the dataset through code, this dataset is bound to a datagrid. Error Message "Cannot perform this operation on a row not in the table."
|
| documentation | 28 Jul 2005 23:47 GMT | 1 |
Where can i read more about .Net Framework ? strange_girl978@yahoo.com
|
| Remote Registry modification in .Net | 27 Jul 2005 12:56 GMT | 1 |
Is there any .Net class library available to modify the registry of a remote computer? I didnt find this provision with Microsoft.Win32.Registry class. I see there is Win32 API to connect to a remote computers registry(RegConnectRegistry()) and work with that(. How can we do ...
|
| 2.0 Framework and Visual Studio 2003 | 26 Jul 2005 08:43 GMT | 1 |
After reading a bunch am I right in assuming that the 2.0 Framework (beta) is not compatable with Visual Studio 2003? The framework assigned in VS2003 is 1.1. This is in reference that I wanted to use the new ProcessInfoclass with the
|
| Adding row to OLEDB Rowset does not add row to Access db | 20 Jul 2005 17:38 GMT | 4 |
I have a project where the backend is Access. I have learned (slowly) to use OLEDB to access my data. However, to save changes, I need to generate a SQL statement. This seems clunky. I am used to MFC recordsets. The OleDB system will let me add the row to the rowset, but ...
|
| SDK Quickstart | 19 Jul 2005 10:36 GMT | 1 |
I hope this is the correct forum for this because I'm at wits end. I have a Win 2003 server, SQL server 2000 and the .Net framework sdk installed. The ASP.NET VB Quickstart tutorials have web form examples some of which
|
| Saving power and the battery while programming for Mobile 5.0 | 18 Jul 2005 19:58 GMT | 1 |
Are there any backgrounders available about best practices where it comes to saving power -and the battery while programming with Visual Studio 2005, the CF 2.0 beta and the Mobile 5.0 SDK? Kind regards,
|
| Can I listen for WM_DEVICECHANGE within a "C# service"? | 17 Jul 2005 20:02 GMT | 1 |
I want a managed code Windows Service to respond to a CD being inserted. Any pointers as to how best to approach this would be gratefully received. Thanks.
|
| why i can't post the cookie to site with HttpWebRequest class? | 16 Jul 2005 13:50 GMT | 1 |
Dear everyone. I use the HttpWebRequest/HttpWebResponse classes to maintain session state between two host. first,I login a page( A Site),cookie is correct.and then refer to the
|
| WHich is the recomended approach? | 15 Jul 2005 04:41 GMT | 5 |
Hi; I have a library the has an event in it. Applications that use my library can attach their delegates to this event. When the event fires and calls in to an application, it may want to do anything.
|
| Locate event handler using reflection | 14 Jul 2005 15:41 GMT | 2 |
I currently have the following code - Button btn = new Button(); bool blnEventHandlerSet = false; ...
|
| Microsoft accessibility | 14 Jul 2005 15:01 GMT | 1 |
I would like to know where can I find code samples for microsoft accessility in C# many thanks in advance
|