Hi all,
I have a small digital photo camera which is able to make short quicktime movies. I was wondering if there is some software which makes it possible to overlay 2 movies. For example, I have two movies, filmed at the exact same spot (camera hasn't moved), of two different objects moving...
That also doesn't work. There might be something wrong in my application. I'm uploading and downloading files, but I've done it in such a way that it can only quit when the upload is done. If there is no other way of quiting the application, it is probably my application. Thanks again for your help!
Ok, thanks for you help. But it still doesn't work. Here is the code I have now on the click event of the button:
Dim F As Form
For Each F In Forms
Unload F
Next
Hi everybody,
I've got a problem. When I quit my application (using a button giving the command "End") all the forms dissapear but when I look in the task manager, the application is still running. Is there another way to stop my application from running. Can I do a "force...
I don't think that is it. I put it to "Adjust for best appearance" and it didn't help. Here you can see what my desktop looks like: www.webster.ch/desktop.jpg
You can see the gray on the baclground. That's what I want to get rid of. Thanks for you help.
Hi everybody,
The background color of my desktop is white. If I set a wallpaper, with any kind of image, the backround of the icons (where the letters are for example) is still white. Is it possible to make this transparent??
Thanks
Hi everybody,
I've got a problem in Microsoft Word 2002 (Office XP). I'll give you an example. I have a one page document and I want to format the title to set the font size at 16. When I select the title and change the size, it does it for the entire document! When I press "Undo"...
Hello everybody. I have a string in the following format:
George|McFly|Information|george@mcfly.com|
How can I split this up in different 4 different strings?
Thanks for your help.
Hello everybody.
My program has to read a text file and display the contents in a listbox. Here is the code I'm using:
nFileNum = FreeFile
Open "c:\textfile.txt" For Input As nFileNum
Do While Not EOF(nFileNum)
Line Input #nFileNum, sNextLine...
Hello everybody,
I'm currently working on a little program which creates a web page and uploads it. Links to files are generated on this page. The problem is that Netscape doesn't support spaces in file names. For example to make a link to the file "This is a test.xxx" I should write...
Hello everybody!
I made an access database which works very nicely. There is one problem though. When I started running the database on other computers visual basic started reporting errors when I tried to filter a form with criteria the user can enter in the form. I later found out that 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.