| Thread | Last Post | Replies |
|
| DAL | 28 Jun 2006 17:23 GMT | 5 |
i needed some DAL examples couldnt find any perfect one on net please help
|
| C# -> C++ Performance | 28 Jun 2006 17:15 GMT | 3 |
Existing COM ATL DLL wrapping a C++ library. Interoping from a C# application, passing a large string containng XML (5-130kb). Need to significantly improve performance of both the interoping and the performance of the native functions (performance critical app).
|
| Call VB6.0 exe from c# | 28 Jun 2006 17:13 GMT | 3 |
I have VB 6.0 exe program which currently i am calling through batch file.I need to use the same program from C# program and i am doing as below which is not working System.Diagnostics.Process runner = new
|
| Why Are "fn(object[] parameters)" And "fn(params object[] parameters)" Ambiguous? | 28 Jun 2006 16:59 GMT | 4 |
Why are fn(object[] parameters) and fn(params object[] parameters)
|
| DHTML editor with AxWebBrowser | 28 Jun 2006 16:49 GMT | 2 |
I try to make a DHTML editor in C#. I arrive to modify a web page. Now I want to add picture but i don't arrive to find good documentation or sample on the web. Here is my source code :
|
| Paging DataGrid | 28 Jun 2006 16:38 GMT | 3 |
I am having a problem finding out how to page a datagrid. I have the procedure for moving from page to page as: private void changePage(object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e)
|
| How to make label transparent in CSharp | 28 Jun 2006 16:37 GMT | 2 |
Hi Experts, I am new to C# moving from VB 6.0. Basic i want to know how do i make the label transparent with the control color it currently on.
|
| Typed DataTable - NewRow() - Identity Field | 28 Jun 2006 15:44 GMT | 1 |
ADO 2.0 When i do: MyRow = MyDataTable.NewMyRow(); MyRow.IdentityField value equals last ID + 1
|
| reposition control at runtime (problems) | 28 Jun 2006 15:32 GMT | 3 |
I am trying to reposition a calendar control at runtime i.e next to the approriate button which was clicked. Without the code below, the control appears in the same position but on top of all other controls.
|
| Singleton & Interfaces | 28 Jun 2006 15:30 GMT | 14 |
I have two different classes singleton1 and singleton2 that both are singletons. Both classes implement the same functions. Therefore, I would like to have an interface containing these functions. The problem is that an interface does not allow static functions and an abstract
|
| XML documentation question | 28 Jun 2006 15:27 GMT | 10 |
Let say I have 2 methods: void BeginGroup(); void BeginGroup(string msg); when I want to refer to them I write
|
| ListBox.SelectedItems.Count is always 1 | 28 Jun 2006 15:14 GMT | 2 |
Even if I select several items, and I can see that several items are colored in blue. I can't get a list of all selected items. I also have listBox.SelectionMode = SelectionMode.MultiExtended;
|
| Mixing and matching languages. | 28 Jun 2006 15:14 GMT | 4 |
I have a VB.Net app that was written about a year ago. We have switched over to C# as our default language. I need to make changes to the VB app (including adding some new modules.) Is there a way I can write the new modules in C# and compile them in to the
|
| ClickOnce Error | 28 Jun 2006 15:14 GMT | 1 |
I am in the midst of converting a .NET 1.1 app to 2.0. The ClickOnce publishing works fine, but when a user goes to install it from the webservice, they get this error: The file 'C:\Documents and Settings\zbuford\Local
|
| Opening one form from another | 28 Jun 2006 15:13 GMT | 1 |
I have an application with 2 forms (formMain and formTools) formMain contains a button which if clicked opens formTools using .show(this) This works fine as when open formTools is over FormMain and you can still
|