| Thread | Last Post | Replies |
|
| Random Compiler Errors | 14 Jan 2005 17:18 GMT | 6 |
I get random errors raised when compiling a multi-project application. For example the compiler will claim that a class has no constructor when it does. If I replace the first line of the constructor with the same code ( or just re-load VS) and then recompile things are OK for a ...
|
| Application Screen Refreshing Issues | 14 Jan 2005 16:55 GMT | 1 |
I started having this weird problem. I developed this user control. I place it on a form and I run the application. The controls in my user control are all black and you see parts of the screen the form is hovering over.
|
| callback or event? | 14 Jan 2005 16:51 GMT | 2 |
I need to implement in my class something to notify events to the application. I must focus in the performance, so maybe you can tell me if is better to implement a event or a callback (using delegate directly)
|
| Combobox in a Datalist | 14 Jan 2005 16:25 GMT | 1 |
I am having ASP.Net WebApps. I need to know, is it possible to have a dropdown menu (combobox) inside a datalist. If it is yes, can give me a sample code in VB.Net.
|
| Architecture for a distributed app | 14 Jan 2005 15:35 GMT | 4 |
I could use some advice really, as I'm a developer who works on my own in a company with no-one else to talk to who can understand me :-( I've been asked to write a production managment and planning tool for the horticulture industry (wholesale suppliers growing plants to be sold ...
|
| VB.NET Question | 14 Jan 2005 15:12 GMT | 2 |
I have an app that I need to build and it consists of 5 distinct sections with many subitems for each. I am going to layout the software in a way similar to MS Money. I want to autogenerate the left hand navigation from an XML file and that is
|
| what does Inherits means | 14 Jan 2005 15:11 GMT | 1 |
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="shine.WebForm1" %> what does Inherits means in this tag, what is the use of it plz explain me
|
| IDictionary | 14 Jan 2005 15:05 GMT | 2 |
I'm trying to learn C#. I'm coming from Smalltalk. I need a good example of implementing a Dictionary (Keys->values) without having to create my own subclass. I see how to add, but not sure how to create and instance, how to access the
|
| Cost to upgrade to .net from VB6 | 14 Jan 2005 14:43 GMT | 1 |
Can someone point me in the right direction to help estimate the cost to upgrade from VB6. We have 8 VB6 licenses. All the box's are running VB6 and NT 4. We also are using VSS 5.0. We have some massive(40+ forms) applications in VB6 that
|
| FxCop | 14 Jan 2005 13:59 GMT | 5 |
I am getting a messages that I am getting. Maybe someone can help explain some of these. Parameter names should use complete words Type: ParameterNamesShouldHaveCompleteWords
|
| DataGrid | 14 Jan 2005 11:51 GMT | 2 |
On the OnItemDataBound of a datagrid i am trying to check some condition as shown in the code below: for(int i = 0; i < ReportDataGrid.Columns.Count; i++) {
|
| control property categoryattribute | 14 Jan 2005 10:43 GMT | 2 |
I am in the middle of creating a control and wondered if someone could help me with a problem I have. My control is based on an existing control but I have added at least twenty properties to this control and would like to put them in a
|
| Process.StartInfo.EnvironmentVariables problem when there are two env variables that differ only in letter case | 14 Jan 2005 10:32 GMT | 3 |
example code: public class envtest { public static void Main()
|
| Hashtables | 14 Jan 2005 09:48 GMT | 1 |
I'm using a hashtable where the key is always an integer. The value stored with the key holds another key that gives me a collection. My question is will the hashcode generated for the key (an integer) always be unique i.e. is there any chance given two different integers that I ...
|
| Same namespace structure across multiple languages? | 14 Jan 2005 06:30 GMT | 3 |
Question: Can namespaces be shared by several projects within a solution, if those projects use different languages? We wrote some db code in C#, and some biz logic in VB.NET. We brought both projects within the same solution. We used identical namespace
|