473,405 Members | 2,294 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Processo che non termina

A qualcuno è mai successo che alla chiusura del programma il processo
del programma non si chiuda e parta un'altro processo di windows
(cideamon.exe) che occupa il 100% della CPU?

Il codice l'ho controllato e ricontrollato e dovrebbe essere ok, anche
perchè più che leggere da due files di testo e fare alcuni file.move e
file.copy non fa..

Qualcuno sa come aiutarmi?

Grazie mille.
Jul 17 '05 #1
1 1970

".Gene" <ge******@libero.it> wrote in message
news:f4**************************@posting.google.c om...
A qualcuno è mai successo che alla chiusura del programma il processo
del programma non si chiuda e parta un'altro processo di windows
(cideamon.exe) che occupa il 100% della CPU?

Il codice l'ho controllato e ricontrollato e dovrebbe essere ok, anche
perchè più che leggere da due files di testo e fare alcuni file.move e
file.copy non fa..

Qualcuno sa come aiutarmi?

There are many reasons why a process or code does not terminate and hangs up
occupying the processor. I am not familiar with cideamon.exe ...a
processor-extensive calculation loop without a DoEvents might produce these
"hangs".

As far as file move, you can use the file system object just delete the
original file:

Dim fso as New FileSystemObject
Dim fil1

Set fil1 = fso.GetFile("c:\test.txt")
' Delete the original files.
fil1.Delete

Jul 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: chris | last post by:
Hi, I'm trying to import some text files in a simple access table, but sometimes it miss some rows after import. here is the code: Public Function OpenMyApplicationData() As Boolean Dim Upid As...
4
by: Ignoramus6539 | last post by:
There were some strange requests to my server asking for config.php file (which I do not have in the requested location). I did some investigation. Seems to be a virus written in perl,...
0
by: molcaleviATyahoogroupsDOTcom | last post by:
B " H _ KO mafia ! Global Democracy ARTSENU & Fusione Fredda = TRIVOLUZIONE W post OPEC ! ! ! e' SAUDITA - Bin Laden la cosi' detta '' mafia ebraica CFR globalmafia ILLUMINATI '' ....
23
by: srinivd1 | last post by:
I have a problem kaking the columns of a table resizeable by the user on the browser.can some1 help me out with this. Is it a property in the css that i need to add? regards and thanks in advance
0
by: molcaleviATyahoogroupsDOTcom | last post by:
KO mafia CFR ILLUMINATI ! Global Democracy TRIVOLUZIONE ARTSENU COLD FUSION W post OPEC ! B '' H _ KO mafia ! Global Democracy ARTSENU & Fusione Fredda = TRIVOLUZIONE W post OPEC ! ! !
0
by: molcaleviATyahoogroupsDOTcom | last post by:
KO mafia CFR ILLUMINATI ! Global Democracy TRIVOLUZIONE ARTSENU COLD FUSION W post OPEC ! B '' H _ KO mafia ! Global Democracy ARTSENU & Fusione Fredda = TRIVOLUZIONE W post OPEC ! ! !
2
by: simo | last post by:
Hello to all... I am trying to write an algorithm parallel in order to realize the quicksort. They are to the first crews with C and MPI. The algorithm that I am trying to realize is PARALLEL...
12
by: MauBady | last post by:
Hello, I'm new in java. my actual problem is : how can i test if a resultset is empty? I have tested: rs == null rs.next() rs.isAfterLast() rs.last()
0
by: Recrutamento_Stefanini | last post by:
A Stefanini está com as seguintes oportunidade: Quem estiver dentro do perfil encaminha o cv atualizado para o e.mail: lpsouza@stefanini.com.br 01 - Consultor Sênior no Processo GL/PA ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.