![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Feb 2005
Posts: 62
Rep Power: 4
![]() |
what is it called where a vb program interacts with another application?
let's say i want to make a vb app that will open a text file and copy and paste the contents of the text file to a form on a web page.
of course i could do it easily with three clicks, but that wouldn't teach me anything ![]() i don't know what this concept is technically called, nor do i have any idea of how to go about doing it, so if anybody has any pointers or websites where this is covered i'd appreciate it. thanks |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
I think it's called subclassing....not sure though
__________________
And there was much rejoicing... Yay.... |
|
|
|
|
|
#3 | |
|
Expert Programmer
|
Quote:
|
|
|
|
|
|
|
#4 | |
|
Programmer
Join Date: Feb 2005
Posts: 62
Rep Power: 4
![]() |
Quote:
it would be much easier to search for tutorials and such if i just had a term for it. |
|
|
|
|
|
|
#5 |
|
Expert Programmer
|
You could search for "windows messages" or the SendMessage API and go from there. One way you could fake pasting text into an object is to send it the appropriate paste window message.
|
|
|
|
|
|
#6 |
|
Programmer
Join Date: Feb 2005
Posts: 62
Rep Power: 4
![]() |
gotcha. thanks for the lead.
|
|
|
|
|
|
#7 |
|
Expert Programmer
|
No probs
|
|
|
|
|
|
#8 |
|
Programming Guru
![]() |
all i thought was a waste of time ho hum
![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|