| Thread | Last Post | Replies |
|
| how to use an image located in a subdirectory | 18 Aug 2006 17:45 GMT | 2 |
I created a subdirectory in a project and added an image to the subdirectory from the project and set its property Build Action=Embedded Resource. Then instanciate a image by
|
| How Do I: Add a Form from a control library | 18 Aug 2006 17:20 GMT | 4 |
i have a control library which contains a couple of custom forms. how do i add these forms to another project? i have made a reference to the control library in the project... do i have to create the form manually?
|
| event handling and delegete | 18 Aug 2006 16:59 GMT | 3 |
My problem is that I have several methods that is quite similar. Each one works as they should. You see two of them just below. I have removed several statements that is not relevant for my question.
|
| Listbox selected items | 18 Aug 2006 16:27 GMT | 3 |
Is the following a correct representation of the relationship of the selected index to selected item: INDEX ITEM 0 "item 1"
|
| Constant file size | 18 Aug 2006 16:22 GMT | 7 |
Hi, there! I'm developing a little application which must record some events in a log file (.txt). How can I delete the first line in the log file every time I add a new
|
| About partial class | 18 Aug 2006 16:13 GMT | 3 |
A few quick questions: Is there a limitation on how much partial class files we can have for a single class? And can a ASP.NET page file inherit a class from multiple code-behind files? if so, do I need to point out all the codefiles in the
|
| How Do I Change Grid HeaderText Fontsize? | 18 Aug 2006 16:09 GMT | 1 |
I have a datagrid with a datagridtablestyle and several datagridtextboxcolumns. I have overridden the Paint method on the datagridtextboxcolumns via a class called "customdatagridtextboxcolumn," but can't figure out how to set a custom
|
| Dictionary By Reference | 18 Aug 2006 15:28 GMT | 4 |
I have a Dictionary which contains a string key and an object value. I want the object value to point to a property in my class and I want it to be by reference, so that later on I can change the value of the property through the dictionary.
|
| How to tie ASP.NET 2.0 membership cookie to specific domain other | 18 Aug 2006 14:55 GMT | 1 |
How do I tie the cookie that's produced from the login control of the ASP.NET 2.0 Membership API to use a specific domain programmically? I dont' know how to even talk to the cookie cause I don't know it's name...how do I even reference it..then tell it to point to a specific ...
|
| Urgent - How to access all radiobuttonlists in a loop (c# asp.net) | 18 Aug 2006 14:45 GMT | 6 |
C# asp.net 2.0. I'm creating an online survey. I'm making a string array that's holding the variables of the answers made in the radiobuttonlists that i create manually. I need to make a method that loops through all the radiobuttonlists and puts
|
| Getting Started - Pass Stringbuilder Between Forms | 18 Aug 2006 14:45 GMT | 2 |
I'm basically a VB programmer taking my first steps in C#. I have a little C++ experience, so I'm not completely lost. I am having a tought time figuring out exactly how to emulate passing data between forms like I'd do in VB. Often I'd use a module with public
|
| C# Simple Form inside another Form | 18 Aug 2006 14:30 GMT | 2 |
I'm developing a windows form application in C#. I have an options button in the main form. When this button is clicked I want a new window to popup with options. While the options window is visible, I don't want the user to be able to interact with the main
|
| c# Gridview Column Count | 18 Aug 2006 14:01 GMT | 1 |
I am trying to interate thorugh by GridView data to pump each cell of each row into a stored proc to load to a DB. I seem to be having a heck of a time getting the Columns.Count to work for my interation and I am starting to wonder if I am missing something in what that Count
|
| Getting a private variable through Reflection? | 18 Aug 2006 13:50 GMT | 11 |
I need to get a parent's private variable from within a control. Here's what I'm doing: I have a control that I want to be able to detect the presence of a particular (System.ComponentModel) component on the same form. Components aren't contained in the Form.Controls ...
|
| Calling another constructor from constructor | 18 Aug 2006 13:49 GMT | 2 |
Is there a way to call a constructor from a constructor ? let's say i have this class : public class Dot { private int x;
|