Hi,
I need to play a video (Mpeg 2) and display text over it at between specific frame.
From there, I download a sample from there [http://www.programmersheaven.com/2/FAQ-DIRECTX-Play-Video-File(MPEG-and-AVI)] but I don't understand how put the text overlay on the surface.
Neither I don't...
Please, take a look at my template : http://70.54.205.43/ExcelTest/template.html
Now I would like that CenterLeft and CenterRight div height be the same as CenterContent or Center. So the background image should be repeated verticaly and not just one time as now.
Regards
Hi,
We are looking for a person to help us in the development of a system to generate interactive cards in pdf format.
Here is an URL of a web page showing what we need to represent in PDF format. ---> http://70.54.205.43/PDFHelp/Test.html
From an application developed in .NET, we want to...
Hi,
I have some problem to build/execute my query :
UPDATE IGNORE StationsSensorsValuesAVG
SET ssva_Reserve_0_4 = (
SELECT MIN(ssv_Value)
FROM StationsSensorsValues
WHERE ssv_StationID = 4 AND
ssv_SensorID = 27 AND
ssv_Year = 2004...
Hi,
I'm having problem when calling privileged method from setTimeout. First call is well fired but the others failed, someone know why ?
function MyObject( x, y, z ) {
this.StartMovement = function() {
// ...
DoMove();
// ...
}
function DoMove() {
alert( "Moving..." )...
Hi,
What wrong with my struct declaration ?
When I run my program, I got a TypeLoadException.
[StructLayout(LayoutKind.Explicit, CharSet=CharSet.Ansi, Size=16)]
struct InfoRegister
{
[FieldOffset(0)]
public uint TargetIdBitField;
[FieldOffset(4)]...
Hi,
Here is a stuct that I have to fill using a dll function :
struct InfoRegister
{
public uint TargetIdBitField;
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 9) ]
public char[] Label;
public byte Mode;
public byte Index;
public byte CS;
}
The function...
Hello,
I have a table that contains many value for many sensors. Here is an short exemple :
[DATE, SENSOR_ID, VALUE]
...
"2006-01-01 00:00:00", 8, 8.76
"2006-01-01 00:00:00", 10, 8.41
"2006-01-01 00:00:00", 11, 0.45
"2006-01-01 00:00:00", 12, 66.63
"2006-01-01 00:00:00", 13, 5.04...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.