mixed struct with constant and variable data
Thu, 06 Nov 2008 09:53:40 +0100
Hi NG,
I would like to create a struct of mixed content
of dynamic data and constant data like below:
public struct PFD_Order_T
{
// key names of order_file // constant content
public const string key_order_id = "order_id";
// content of order file // dynymic content
public string ...
|
Training & jobs
Wed, 5 Nov 2008 23:12:49 -0800 (PST)
?Join us to make future?
FOR OPT/F-1 STUDENTS
FREE TRAINING
FOOD ACCOMODATION
H1B PROCESSING
FOR L1/ L2/ H1/ H4/ EAD/ GC
EXCELLENT OPPRTUNITIES
TRAINING
PLACEMENT
Highly Competitive offers for New H1b Transfers
About Us:
V2 technology inc is serving NJ since 2005, for us our employees are
of utm ...
|
Any way to change toolstip background color to gray gradient?
Wed, 5 Nov 2008 21:51:31 -0800 (PST)
Hi,
When creating a new toolStip, the default color is the default blue xp
control color... How do I change the blue gradient to a gray
gradient ?? I want the exact gray color like the one in VS
Thanks! ...
|
Masked Textbox
Wed, 5 Nov 2008 21:12:01 -0800
I have a masked textbox with following mask: #####.## with a Validating Type
of decimal. (It's a currency input field)
I would like the cursor to position itself in the first spot to the left of
the decimal point and expand to the left as I input the currency amount,
until I enter a decimal point, following ...
|
Show collection of objects in grid
Thu, 6 Nov 2008 14:34:01 +1100
I wish to show a collection of objects in the DataGridView control. This is
working fairly well except in one particular case. If my collection starts
empty when I assign it to the grid then when an item is added, the item
appears but every cell in the grid is blank. I am assigning the collection
to the grid ...
|
Using CommandName to Identify specific control
Wed, 5 Nov 2008 21:34:25 -0600
In VWD I have a webpage that contains a number of ImageButtons. Each
ImageButton has a unique CommandName (e.g. IB1, IB2, etc). I can tell
which ImageButton has been pressed by testing for the CommandName in the
event handler (e.CommandName = IB1). I now want to change the background
color of this ImageB ...
|
Overlapped IO problem on x64
Wed, 5 Nov 2008 16:28:02 -0800
Hi.
I have a C# app that uses named pipes via InteropServices. I have no
problems running on a 32-bit machine, or when targeting x86 architecture, but
it fails on a 64-bit machine when targeting x64 or AnyCPU.
The problem appears to be that ReadFile() sets lpNumberOfBytesRead to 0,
even though the receive ...
|
|
|
How to avoid an "access denied" when setting PriorityClass
Wed, 5 Nov 2008 15:02:01 -0800
I have a service running on my PC. I want to set the service's PriorityClass
to BelowNormal. I use the following code:
Process process = GetServiceProcess();
// How can I get the user's token (Local System) from the
process, or wherever?
us ...
|
C# pointers??
Wed, 5 Nov 2008 13:07:54 -0800 (PST)
Hi All,
I am creating a C# Windows Forms application,
here is my problem :
in my main form, I have this variable : List<List<cBar>> bars;
I will save you the initialization and loading phases of this, but at
the end, this variable contains well, a list of list of bars. For the
sake of the example, let's ...
|
ComboBox not Binding When Text Typed In
Wed, 5 Nov 2008 12:25:00 -0800 (PST)
Hello:
First of all, sorry if I leave out some details. I have a bad habit of
doing that. Just ask me and I will surely give them to you.
I have a Windows Form with a combo box on it. It's SelectedValue
property is bound to one of our business objects. When the control is
validated the business object's pro ...
|