473,378 Members | 1,416 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,378 software developers and data experts.

Have to activate a VB 6.0 application on receiving an e-file??

HOW am i supposed to do that????

I have the idea in my head but not the codes that goes with...

The situation is as follows:
'Initially, there is a folder in the drive C:\ say TALARM which is empty.
My VB 6.0 application is to be activated when the TALARM folder receives a file (via the net)...
That is as the TALARM folder will no longer be empty, the VB 6.0 application is launched/run automatically...'

But how can this be done???? I am lost...plz help
ThanXXXxx
Jul 31 '07 #1
1 938
kinnu
30
I understand that the Exe file should notify the downloaded file and prompt message.

This can be done using the basic or intermediate/advanced level coding in VB.

Here is the basic/intermediate level:

Use 1 list box, timer and 1 file list box.

Give path of the file list box to the folder (ex: C:\Talarm).

Give Timer interval 1.
It checks the folder (Talarm) and prompts message when ever it sees new file.

After prompting the message, Code the timer to write a log file which displays in the list box so that the timer would not alarm/prompt for the file which is already downloaded and prompted.

I hope this suggestion works.
Jul 31 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Milon | last post by:
Hi all, I am new to Python, and I just wrote a simple script to launch an application from the windows's start menu's run command. (see code as follow) There is an "OK" button on the new...
4
by: bughunter | last post by:
In version 7.x connect to db activate db db SQL1494W Activate database is successful, however, there is already a connection to the database. works fine - db activated. In 8.x - No!...
2
by: Randy Harris | last post by:
I'm working with Access 2K and seem to be getting some behavior that contradicts the documentation. First, the help says: "Note The Activate event doesn't occur when a form receives focus back...
10
by: zhou | last post by:
in Visual Basic ,I use Appactivate(AcadApp.caption);
2
by: Yuan Ze | last post by:
We can input characters with the writing pad in IE and Word, but not every application accepts handwriting input. How to activate the handwriting input in our applications? Thanks in advance.
6
by: Gabi | last post by:
Hi all, is any one can tell me please how can i activate a command line options from my visual basic application like: i: cd etc... Thanks
2
by: Jack | last post by:
Hi, I had to move my application along with data in a new laptop with windows xp. Here I was looking for the security tab to give permission to the folder where the database is. However, this...
9
by: Zytan | last post by:
http://msdn2.microsoft.com/en-us/system.windows.forms.control.focus(VS.80).aspx this page says: "Focus is a low-level method intended primarily for custom control authors. Instead, application...
5
by: Cichy | last post by:
Hello, I'm writing a Client-Server application using sockets (asynchronous). There is a Server (Master) which accepts incoming connections, and Client (Slave). Afetr establishing connections...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.