Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / October 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Odd program behaviour04 Oct 2007 21:02 GMT2
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 GMT1
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 DataGridView04 Oct 2007 19:14 GMT2
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/Solution04 Oct 2007 18:31 GMT3
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 GMT7
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 events04 Oct 2007 18:06 GMT2
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 Example04 Oct 2007 16:55 GMT5
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 states04 Oct 2007 16:47 GMT3
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 classes04 Oct 2007 16:08 GMT6
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 control04 Oct 2007 15:58 GMT4
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 GMT5
??????????????????
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-RENDER04 Oct 2007 13:11 GMT3
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 line04 Oct 2007 13:01 GMT19
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 assembly04 Oct 2007 12:40 GMT3
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 question04 Oct 2007 12:19 GMT2
Well here's a sample of the code:
class someobject{};
ArrayList alist;
alist = new ArrayList();
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.