I've just discovered IExpress and i think it's what I nedd but for one reason.
I have an exe file and other files that are placed in different folders; I would like to mantain this structure; when i run the file generated by IExpress all the files are in the same folder, I don't want this, what...
Hello,
I have Flash CS3 and need to check if the user's browser has the flash plugin. I tried with the script generated by Flash itself but found out that it doesn't work with IE6. If I launch the website with IE6 it starts always with the non-Flash version.
What script could I use to prevent...
Hello,
could you please visit this site to get what I mean:
www.bonfantemobili.it/avanzamento and then click "lavorazione" or "produzione". The images have been created dinamically and since then I get this wavy effect. In the previous version the images were placed manually but the script that...
Hello,
I need to develop a Flash application which is capable of saving user's preferences on the user's computer. I've read that Flash has some security issues that prevent from doing so, how could be this worked around?
What does that mean when asp gives this error? and the line causing the error is
Set rec = Server.CreateObject("ADODB.Recordset")
Is there missing a library or what? The server is xp.
Hello,
I am populating a gallery with photos whose path is defined in a xml file.
Then I would like to show a preload bar for every loading photo. The code I'm using doesn't show the bars simultaneously (sometimes I'm not even sure that the bar is shown), how can I do?
function...
Hello,
I have read many posts suggesting how to solve the infamous email problem.
I get this error:
CDO.Message.1 error '80040213'
The transport failed to connect to the server.
I tried many codes but things don't work.
Set cdoConfig = Server.CreateObject("CDO.Configuration")
With...
Hello,
I'm testing various scripts to upload files to a remote server with ASP. I often get the error
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
where the line causing problem is
set fso = Server.CreateObject("Scripting.Filesystemobject")
I have problems with...
Hello,
I would like to know what is the best way to create dinamic pages with Flash and what are the things to consider to male the choice. Is xml the best option?
Hello, I am trying to develop a simple race game, using almost only Action script. I am in a little bit of trouble because I haven't a lot of experience with this language.
One of the problems is:
I need some trees a the border of the road; I'm doing like this:
duration=1000;
function...
Hello, I wrote some code for a countdown and I use an object timer that changes my text every second. When there are 5 minutes left I'd like to play a sound; now I'm using a wav sound and the problem is that the sound makes the countdown freeze; i.e. as long as the sound is playing the countdown...
I use CR XI Developer edition and I would really like to know if it is possible to add pictures to a report without having to load them from a file.
My Delphi application generates a list of bitmaps; is it possible to adds them to the report directly. It would be very important, please help me...
Hello,
I'm previewing my report with CrPreview. Everything's fine. If I choose to print the preview with paper size A3 , the images are displayed fine, if I print in A4 the images are too big to fit the page. Is there a way to print the images properly according the paper size? I' d like the...
Hello, I use Crystal Reports XI and I would like to create reports dinamically i.e. runtime via delphi code. In particular I would like to add bitmaps and pages via code. How can I do this?
Hello I have a plot.
I need to assign two procedures. The first to
Plot.OnMouseMoveDataCursor and the second to
Plot.OnMouseUpDataCursor.
For the first, there is not problem, I wrote a procedure with the required parameters (consulted the help files) and everything's fine.
The second is big...
Hello, have several pc problems and I don't know why. Hope you'll help me.
First some details:
Pentium III 650Mhz;
Win 98;
motherboard ATX via Apollo Pro133;
ATIrage 128Xpert;
ESS solo-1 PCI Audiodrive;
256Mb RAM
HD Matrox 30Gb,
Some time ago I started having problems with IE6 and then with...
Hi, I have to complete a code. There's an array containing objects called fish. The method
public void disegna(Graphics2D g, Applet parent);
is used to draw each fish in the array. I wrote the following piece of code:
for ( int i=0 ; i < pesciArray.length; i++)
{ ((OggettoAnimato)...
Hello, I have a program that I am not able to run!
The name of the program is DMC and it appears to have code written in java for the graphical interface and other code written in C.
The program requires JDK 1.2 or later and I installed js2dk 1.4. When I try to run the code I get the error...
Hello, can somebody of you give a hint on how to build a list (ordered list) ?
I think that I should declare elements like this:
struct node
{
int data;
struct node *next;
struct node *prev;
};
How should I start building the list if I don't know from the...
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.