| Thread | Last Post | Replies |
|
| Odd program behaviour | 04 Oct 2007 21:02 GMT | 2 |
Unfortunately, this question will be very vague, because the problem is very vague. I have two projects doing the same job, one works doing drag and drop and the other doesnt. Have followed the program flow, and variables were
|
| ContextMenuStrip and MenuStrip sharing items... | 04 Oct 2007 19:21 GMT | 1 |
Hello group, Using .NET 2.0 and I'm wondering if it's possible to have one common set of items for both a ContextMenuStrip (off a right-click) and a regular MenuStrip. Basically I need a specific menu on the MenuStrip to also be
|
| DataGrid vs DataGridView | 04 Oct 2007 19:14 GMT | 2 |
I realize now one of my problems seems to be I was working with DataGrids which come from .NET 1.x. I am now adding a DataGridView which will do what I need, however, there is one weird difference I cannot figure out.
|
| Search Entire Project/Solution | 04 Oct 2007 18:31 GMT | 3 |
Is there a conveninent place to go to search the entire project/ solution for specific occurances of text. for instance, if I want to find where all occurences of "counter" was in my project, is there a search that will return a results set of the references?
|
| Handle of COM object. | 04 Oct 2007 18:22 GMT | 7 |
I am using INCA RTX library which i've added to my project resources. Then i created an object i need to release it manually. I have found example in MSND - how to release com object without using Garbace collector ( because it's simply to slow ). Constuctor of MyResource
|
| Datagridview Combobox events | 04 Oct 2007 18:06 GMT | 2 |
I have a datagridview control, and one column is a ComboboxColumn. I simply create a ComboboxColumn, add items to it, then add the column to the Datagridview control. If I were working with a simple ComboBox, I could capture an event
|
| XML Example | 04 Oct 2007 16:55 GMT | 5 |
Any examples of creating an xml document in code completely from scratch? Every example I've seen loads a document from a pre-existing file. Nothing difficult something like <?xml version="1.0" encoding="utf-8" ?>
|
| Datagrid checkbox states | 04 Oct 2007 16:47 GMT | 3 |
Hi, I am very new to C# and am trying to figure out DataGrids. I have a DataGrid whos data member (I think that is what it is called) has a checkbox on it. The checkbox defaults to a check that is greyed. We want 2 states, not 3, on or off. Is this possible to do and if so,
|
| C# Class Library: multiple classes | 04 Oct 2007 16:08 GMT | 6 |
I have a class library which contains 3 classes; one exposes all its behaviours and the other two are used internally by the public class. My problem is that although I can create an instance of the subservient classes, I cannot see the methods in them from the public class.
|
| Focus less control | 04 Oct 2007 15:58 GMT | 4 |
What do I need to do to be able to make a control that does not allow focus, basically have the same behavior as a label control? Thank you.
|
| Importants of IntPtr? | 04 Oct 2007 13:46 GMT | 5 |
?????????????????? What is the importance of IntPtr besides being, behind the scenes, a void ptr, that gets cast into either an int* or an long* depending on the result of sizeof(void*);
|
| page events in C# INIT-LOAD-PRE-RENDER | 04 Oct 2007 13:11 GMT | 3 |
Hi colleagues, how are the page events handled in C#? In VB you have the handles keyword. and in C# all the params (object and EventArgs ) are the same for 3 eventhandlers below.
|
| Trim a multiple line message to a single line | 04 Oct 2007 13:01 GMT | 19 |
This is an example of the data; 2007/07/27 11:00:03 [153006]ARES_INDICATION 010.050.016.002 404.2.01 (6511) RX 74 bytes 2007/07/27 11:00:03 [153006] 65 11 26 02 BC 6C AA 20 76 93 51 53 50 76 13
|
| The type 'frm_data.frm_data' is defined in an assembly that is not referenced. You must add a reference to assembly | 04 Oct 2007 12:40 GMT | 3 |
Language :: VS.NET/ C# [B]The type 'frm_data.frm_data' is defined in an assembly that is not referenced. You must add a reference to assembly[/B] I have a Frm_sol solution, which consists on 2 projects
|
| dumb remove question | 04 Oct 2007 12:19 GMT | 2 |
Well here's a sample of the code: class someobject{}; ArrayList alist; alist = new ArrayList();
|