Just a Program

  • Thread starter Thread starter iCon
  • Start date Start date
I

iCon

Hi, i need to build a program that does this:

-Press Delete every 20 seconds
-Press Insert every 30 seconds
-Do that until the program gets canceled by the user.

Can somebody help me with the code? ( Im not a pro ;( )
Btw, it have to be build in VB 6
 
This is a VB.Net newsgroup. If you need VB6 help, post
your question to microsoft.public.vb and
comp.lang.basic.visual.misc.

Robin S.
 
iCon,

Nothing but do you mind if we don't answer as well your questions.

We are here to learn from problems from others, as the other don't want to
tell what is the problem, than it is without sense to help.

Cor
 
Why do you all wanna know where im gonna use it for? I just need it ;(
Cor Ligthert [MVP] schreef:
 
We might look dumb but nobody just "needs" a program that presses Delete and
Insert. Which parts of it are working so far? Not a pro? I'm guessing a
student...
 
Why do you all wanna know where im gonna use it for? I just need it ;(

Do it yourself...

People are asking because there maybe a better way to do what you want to
do.
 
Well, how will he ever learn anything if he doesn't do his own homework?
So we're not doing his homework for him as a favor to him. :-)

Robin S.
-----------------------------------------------
 
iCon,

You have a pretty good program specification to work from....
What I would suggest is to write it out in pseudo-code to make sure that you
understand completely how to implement the specification and then, with
that, the coding should be a piece of cake.

Bruce
 
eat a dick bitch

ALL VB NEWSGROUPS ARE THE SAME AND MICROSOFT.PUBLIC.VB IS _DEAD_

so yeah; bring your VB6 questions here buddy.. please-- keep them
coming.

-Aaron
 
Lookup SendKeys in Help.

BTW, the newsgroup that you want to use for VB6 is
microsoft.public.vb.generaldiscussion (or .syntax).

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
 
Back
Top