postfix and prefix
Mon, 6 Oct 2008 11:01:31 -0700 (PDT)
How can we implement operator ++ as postfix in prefix?
thanks ...
|
static method inheritance
Mon, 6 Oct 2008 11:00:47 -0700 (PDT)
Are static method inheritable under csharp rules, if so how can they
be used? Can they be virtual?
They reason I am asking is because operators are static, and I don't
understand how can we apply operators to base and derive classes
simultaneously? ...
|
Looping through multiple enumerations
Mon, 6 Oct 2008 10:52:06 -0700
I'd like to create a list of enumerated types, and then loop through each of
those types to perform a standard operation on each. The following sample
gives an idea of what I'd like to accomplish, but it doesn't work and I don't
know the correct way to do this. Is this possible? If so, what should each
of ...
|
DataGridView
Mon, 6 Oct 2008 10:38:13 -0700
Hi,
Lets Say i have 10 Rows in a GridView
and i have lots of open space on the window
another words the grid does not file my window with a grid empty rows..
How to if Fill the area when there are not enough rows to cover the canvas
area..
example:
window canvas is grey....
Datagridview is White
if i ...
|
Confused about generics ...
Mon, 6 Oct 2008 10:06:22 -0700 (PDT)
Hello,
I have the following method:
public static IEnumerable GetRoles(CultureInfo culture, bool open)
{
switch (culture.TwoLetterISOLanguageName.ToLower()) {
case "en":
return new[] {
new { Name = Role.Administrator, Description =
"Administrador", open = false },
...
|
AIR Jordan Fusions 13 NIKE Jordan Fusion 14 AIR Jordans 15Nike Jordan
Mon, 6 Oct 2008 09:49:04 -0700 (PDT)
shoes on
AIR Jordan 1 (paypal payment)(www.youtetrade.com )
AIR Jordan 2
AIR Jordan 3
AIR Jordan 4
AIR Jordan 5 (paypal payment)(www.youtetrade.com )
AIR Jordan 6 Rings
AIR Jordan 6
AIR Jordan 7
AIR Jordan 8
AIR Jordan 9 (paypal payment)(www.youtetrade.com )
AIR Jordan 10
AIR Jordan 11
AIR Jordan 12
A ...
|
AIR Jordan Fusions 13 NIKE Jordan Fusion 14 AIR Jordans 15Nike Jordan
Mon, 6 Oct 2008 09:48:54 -0700 (PDT)
shoes on
AIR Jordan 1 (paypal payment)(www.youtetrade.com )
AIR Jordan 2
AIR Jordan 3
AIR Jordan 4
AIR Jordan 5 (paypal payment)(www.youtetrade.com )
AIR Jordan 6 Rings
AIR Jordan 6
AIR Jordan 7
AIR Jordan 8
AIR Jordan 9 (paypal payment)(www.youtetrade.com )
AIR Jordan 10
AIR Jordan 11
AIR Jordan 12
A ...
|
|
|
Control application for a windows service (best practice)
Mon, 6 Oct 2008 09:10:27 -0700 (PDT)
How can i interact with a windows service written in c#?
i'm developing a software that monitor file creation activity, it does
work well.. it "logs" all my events and executes custom actions on
file creation.
How can i create a windows form application that interacts with my
service and let me see "real ti ...
|
Suspend CollectionChanged event in BaseCollection class
Mon, 6 Oct 2008 12:09:37 -0400
Hello,
I have a class that inherits from BaseCollection. I want to implement a Move
method so an item in the collection can be moved from one index postion to
another for example index = 5 to index = 2.
I don't want the CollectionChanged event to get called when I remove the
item and do an Insert.
Is ...
|
RS232
Mon, 6 Oct 2008 09:09:01 -0700
Hi
I am working with a serial com. and I try to read the serial port buffer
with this method:
port.ReadByte()
for some reason, this code doe not read any thing with 0x00 byte. I
expecting the the data stream are comming to the serial port:
AA 01 00 07 00 AF
but I am only be able to retreive:
AA ...
|