| Thread | Last Post | Replies |
|
| Distributing application to customers? | 01 Sep 2004 00:53 GMT | 2 |
I have created an application which creates a financial plan for our customers. Now my financial planner wants to distribute a copy of application to our customer with their respective plans and limited functionality. How can I can I do this? I am using SQL Server at the back end ...
|
| Rant: .NET Component Vendors | 31 Aug 2004 21:36 GMT | 12 |
I had a situation occur today that's happened a number of times before and I'd like to get your take on it: Imagine... You're developing a WinForms app for a client that includes the use charts. So you purchase a .NET charting component, design the app,
|
| Drive Type??? | 31 Aug 2004 16:52 GMT | 3 |
Hello all: I am trying to retrieve all drives of a specific type. I can obtain all drives via the Directory.GetLogicalDrives() method however there is no obvious way to determine the type of drive? Thank you,
|
| MSI questions | 31 Aug 2004 13:57 GMT | 1 |
I'm trying to create a custom MSI project, I have added a textbox (a) dialog to the installation and I'm passing the value set to the installer class via custom data. However, when I'm uninstalling the package this value doesn't seem to be what the user orignally set, do I have ...
|
| loop with field names | 31 Aug 2004 13:46 GMT | 8 |
I want something like I used in MS Access: for i = 1 to 20 me("FieldName" & i).Text = "Text bla bla bla" next i
|
| Dropdown in datagrid | 31 Aug 2004 12:45 GMT | 1 |
I am attempting to put a combo box into a datagrid, I have created a component class called DataGridComboBoxColumn.cs */ I keep getting these 2 errors when I run the project : 1)Object reference not set to an instance of the object AND
|
| readonly for combobox and datetimepicker | 31 Aug 2004 12:37 GMT | 1 |
how can i make combobox and datetimepicker readonly? thank
|
| lashapositioning in datatables | 31 Aug 2004 11:45 GMT | 3 |
i have datatable with columns "id" and "name" how can i set the position of cursor to the row where "id" equals to, for example 5? thanks
|
| Web application in .NET using C | 31 Aug 2004 11:01 GMT | 1 |
I'm fairly new to .NET and need to develop a web application. Any pointers or help will be greatly appreciated. Many thanks, Marise
|
| help:where can i download Visual Studo .NET English Version? | 31 Aug 2004 10:59 GMT | 1 |
|
| For john skeet cryptography | 31 Aug 2004 09:23 GMT | 1 |
hello john i did not saw your messgae Now i want to set secret key but i do not know how need help with that code
|
| response.redirect and window.open | 31 Aug 2004 09:15 GMT | 1 |
I've got an aspx page with a button. Upon clicking this button, it will pop up a new window to go a new page. At the same time, the parent window will redirect itself to another page. How can this be done?
|
| getting user data from Active Directory | 31 Aug 2004 09:08 GMT | 4 |
I am trying to get user data (email data actually) from Active Directory. What I exactly want to do is, getting the email address according to username from the domain. For example, when I enter my username DINCERM, it should give me
|
| How to serialize a stream | 31 Aug 2004 08:20 GMT | 2 |
I have tried both the binary and the XML serialization; both give the same results. I have an object with a MemoryStream member. When I serialize and deserialize the object, the MemoryStream member is created, but it's
|
| .NET Service Error 1053 | 31 Aug 2004 07:59 GMT | 2 |
I am developing a service which I install and run on a number of servers. It works on most machines I have installed it on, but I always get a 1053, service will not start in a timely fashion message on one server. I have reduced the code to almost nothing so as to remove almost ...
|