| Thread | Last Post | Replies |
|
| What are the "get_..." methods all about? | 03 Aug 2004 02:11 GMT | 8 |
I'm using reflection to get all public methods for a type, and I get all these methods starting with "get_". What's that all about? They aren't viewable from the object browser.
|
| What is better practice? | 02 Aug 2004 21:20 GMT | 16 |
I'm new to the Framework and C# so I ask the following: What is better to do when using data? Should data reside in a Dataset and be pulled from it or should the data be placed in classes that model the dataset and dispose of the Dataset? I suppose if changes are to be made the
|
| Older framework on newer framework | 02 Aug 2004 18:45 GMT | 1 |
I have Windows 2003 and I installed Visual studio.net 2002 on it and then insatlled Visual Studio.net 2003. Now when I run an MMC app that launches a .Net windows form built with VS.Net 2003 it only loads the CLR 1.0 when I expect it to load the CLR
|
| Framework 2.0 available? | 02 Aug 2004 18:09 GMT | 3 |
Is (when) the Dotnet Framework 2.0 going to be available? SC
|
| Communicating with a windows service | 02 Aug 2004 10:29 GMT | 1 |
I created and successfully installed a windows service so I want to import it so that I can reference it in my project. I need to make us of the System.ServiceProcess, so I used the Imports System.ServiceProcess at the top of my Class file, but when building my project, a build ...
|
| RSVP... | 02 Aug 2004 08:44 GMT | 1 |
Frenz, Im tryin to install the .Net Prerequisites & it said I needed to install IIS which includes FrontPage Server Extensions...& I installed the IIS & FrontPage Extensions in Windows Components under "Add/Remove Programs".
|
| Treenode selection confusing | 02 Aug 2004 08:29 GMT | 1 |
I have a tree node called Sales with two child nodes, Persons and Products. There are also two context menus, one for Sales and one for Persons/Products.When I select Sales with left click its ok. After I have selected Sales, I right-click a child node but the context menu of the ...
|
| Notify about internet connection resume | 02 Aug 2004 07:49 GMT | 1 |
One question. How my application can be notified about internet connection break or resume. I mean not dial-up connection.
|
| Default Value of ComboBoxes... | 02 Aug 2004 06:43 GMT | 1 |
Maybe it is just late and I'm going crazy but... Is there a way to not have a DataBound ComboBox display a value on initialization(i.e. no selection from the drop down list)? I've checked and a non-databound ComboBox can be initailly displayed with no
|
| DataGrid transpose/invert | 02 Aug 2004 06:29 GMT | 1 |
Is there an easy way to transpose/invert a DataGrid? I'd like to be able to still bind the grid to a 'DataSource' and invert/transpose on the User Interface. Is this possible at all? Cheers
|
| Binding an ArrayList of custom objects to a dropdownlist | 02 Aug 2004 06:13 GMT | 1 |
How do I bind an arraylist of custom objects to a dropdownlist and set the datavaluefield and datatextfields? Let's say I have an array of custom 'Person' objects. public class Person {
|
| Generate MS-like looking documentation? | 02 Aug 2004 03:37 GMT | 2 |
I wrote a component library in C#. Is there a tool that will generate documentation for me which looks exactly like the Microsoft .NET framework documentation? I saw a third party component that had documentation that looked just like
|
| C# DLL in non dot net environment | 02 Aug 2004 02:09 GMT | 7 |
Is it possible to use a c# dll in an environment where the dot net framework has not been installed ? For example will a C++ wrapper do the job? Thanks. DD
|
| Notify property change | 02 Aug 2004 00:56 GMT | 2 |
I want to bind a datagrid to MyItemCollection that consists of MyItem objects. Problem is I'm not sure how to notify the datagrid of property changes in a MyItem object. Anyone have any ideas? Thanks
|
| SQL Merge replication | 01 Aug 2004 13:28 GMT | 1 |
Does anybody know how to implement SQL Merge replication using Visual Studio .NET 2003. Thanks, Sathish. R
|