| Thread | Last Post | Replies |
|
| The type or namespace name 'UpdateProduct' could not be found (are you missing a | 30 Jul 2007 20:05 GMT | 7 |
The type or namespace name 'UpdateProduct' could not be found (are you missing a using directive or an assembly reference?) Hi, I am new to ASP.NET, C# and Visual Studio 2005. I am just learning to
|
| how to change drive volume name ? | 30 Jul 2007 19:47 GMT | 3 |
I need my application to change the name of a drive, I think this is called volume label. I searched everywhere, but I was unable to find out how. Please help. T.I.
|
| How to tell if an Assembly is dynamic? | 30 Jul 2007 19:31 GMT | 1 |
I'm looping through assemblies and checking CodeBase prior to processing a given assembly. However, I occasionally get this error: The invoked member is not supported in a dynamic module. Which makes sense, but how can I check for this condition before
|
| save as dialog and shered directory rights | 30 Jul 2007 19:17 GMT | 4 |
sorry for my bad english when I fire up (from my c# code) a standard "file - save as " dialog, and when chosen location is a shered local network directory, where I do have rights to create and modify files,
|
| Sql Server express 2005 deployment | 30 Jul 2007 19:11 GMT | 10 |
I am developing a windows application in VS.NET 2005. The application is database driven and I need to deploy it on a client's pc. How should I go about developing such an application. I remember I did something once long back .. like including .mdf files into my project in the ...
|
| Controls Added To TabPages In Designer - How Do You Access? | 30 Jul 2007 18:50 GMT | 3 |
How do you access controls that were added to a TabPage in Designer? MS's documentation doesn't use Designer. The example in TabControl defines them in the main form then copies a reference to the TabControl's Controls property.
|
| Creating a unique identifier from 3 ints | 30 Jul 2007 17:18 GMT | 8 |
I was just curious how you would go about creating a unique identifier with 3 ints.
|
| About XML Documentation comments for overriden functions | 30 Jul 2007 16:39 GMT | 1 |
I am writing the XML Documentation comments and useing the "Sandcastle Help File Builder" to generate the document, but one problem is encountered. There are several classes derived from the common abstract (template) class. Though each class overides several abstract or virtual ...
|
| Generate Scrambled Text for Security | 30 Jul 2007 16:21 GMT | 5 |
I am looking to incorporate the scrambled text functionality (a graphic etc with scrambled text appears and the user is required to type in what he sees to prevent anonymous hits/spamming etc. - security feature available in most credit card /banking websites). Any pointers to where
|
| DataGridView | 30 Jul 2007 14:34 GMT | 12 |
i have some simple question on DataGridView. I use a DataGridView to display some data (databound) and can't get 2 things working: 1) i want to show just some of the columns not all
|
| Set Manual Calculation in Excel | 30 Jul 2007 14:30 GMT | 1 |
Im using c# to extract some data from Access and then insert it into an excel workbook. I want to set calculations in excel to manual on opening the book and then set it to revert to automatic once the data has been inserted into the sheet.
|
| System.TypedReference.InternalToObject Error | 30 Jul 2007 14:20 GMT | 2 |
Hello Group, This line of c# dot net 2.0 code: MyStruct thisAd = (MyStruct)myArray.GetValue(i); Generates this error.
|
| (newbie)displaying a custom button | 30 Jul 2007 12:37 GMT | 1 |
namespace Question_1 { public partial class Form1 : Form {
|
| Chacging the BackColor of a TabControl | 30 Jul 2007 12:20 GMT | 1 |
I can't change the back color (the color behind the labels) of a tabcontrol. I changed the tabpages color but the tabs have kept the default control color. I don't want to change only the active tab but I want to change all the tabs of the TabContrrol.
|
| Window service - ServiceAccount.LocalSystem | 30 Jul 2007 12:20 GMT | 1 |
I have a window service installed under LocalSystem account. In addition, I have a win form which uses a remote object (using .Net remoting) to the service. When I try to activate a method of the remote object which updates the service config file, I get an access
|