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...
But this is not the final border, they will be custom so I will need to produce it using background image repeating...
I'll already tried height :100% but it doesn't work.
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...
Thanks r937,
It was a past code error, but fortunately I found the error by myelf.
Here is the working query ;
UPDATE IGNORE StationsSensorsValuesAVG
SET ssva_Reserve_0_4 =
(
SELECT MIN(ssv_Value)
FROM StationsSensorsValues
WHERE ssv_StationID = 4 AND...
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 a C++ (MFC)/C# programmer so you don't worry, I know what is a private or public method. What I show you there is simply a short exemple to explain you the problem. I'm developping an animation script and some method has to be privileged but this one has to be PRIVATE.
I try to pass...
Ok.
Thanks for issues about privileged function, but I did a mistake in my question. The function MUST be PRIVATE.
So how do I call this method if it is PRIVATE ?
Thanks
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,
Thanks for you help, it is really appreciated :)
Here is my struct again :
[StructLayout(LayoutKind.Explicit, CharSet=CharSet.Ansi, Size=16)]
struct InfoRegister
{
[FieldOffset(0)]
public uint TargetIdBitField;
[FieldOffset(4)]
[MarshalAs(UnmanagedType.ByValArray...
Hi,
I cannot pre-allocate space for my array because C-Sharp doesn't allow default constructor (empty) on struct object.
I already test other types of union using C-Sharp and it work well.
Here it is an exemple :
public struct SpecialFloat
{
[FieldOffset(0)] public float FloatValue...
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...
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.