Click here to Skip to main content
15,914,322 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: re:HELP NEEDED FOR GRAPHICS LIBRARY!!! Pin
Christian Graus1-Oct-01 0:35
protectorChristian Graus1-Oct-01 0:35 
GeneralRe: re:HELP NEEDED FOR GRAPHICS LIBRARY!!! Pin
Janlim1-Oct-01 0:41
Janlim1-Oct-01 0:41 
GeneralRe: re:HELP NEEDED FOR GRAPHICS LIBRARY!!! Pin
Michael P Butler1-Oct-01 1:23
Michael P Butler1-Oct-01 1:23 
GeneralRe: HELP NEEDED FOR GRAPHICS LIBRARY!!! Pin
Janlim1-Oct-01 1:26
Janlim1-Oct-01 1:26 
GeneralRe: HELP NEEDED FOR GRAPHICS LIBRARY!!! Pin
Michael P Butler1-Oct-01 1:35
Michael P Butler1-Oct-01 1:35 
GeneralRe: HELP NEEDED FOR GRAPHICS LIBRARY!!! Pin
Mike Nordell1-Oct-01 10:14
Mike Nordell1-Oct-01 10:14 
GeneralGetting/Sending information to/from IE Pin
Cabadam30-Sep-01 19:24
Cabadam30-Sep-01 19:24 
GeneralRe: Getting/Sending information to/from IE Pin
RobJones1-Oct-01 7:03
RobJones1-Oct-01 7:03 
Hello,
I have had the same types of ideas in the past and here is what I did to resolve them.
I wrote some code that pulls the source html code from a provided url and dumps it to a text file.. I then parsed through the text file for the values I was looking for. (Getting the information in the edit boxes)

To post items to the edit boxes... When you enter items to a text box/form and press submit they are run as (what I call) a url string. To simulate filling out the boxes and pressing submit you would need to first figure out what the string would be then execute it, for example..

Lets say you have a web site with a user name and password field plus a login button.. The url string could look something like this http://www.something.com/login.dll?username=Bonehead&password=mypass, this could be in a round about way, simulating the filling out of the edit boxes and pressing the login button. I can provide you with some source code if this sounds like a valid solution for you.


Rob
GeneralRe: Getting/Sending information to/from IE Pin
Cabadam1-Oct-01 17:23
Cabadam1-Oct-01 17:23 
GeneralDon't Want To Run Any Application... Pin
m_codeproject30-Sep-01 18:53
m_codeproject30-Sep-01 18:53 
GeneralRe: Don't Want To Run Any Application... Pin
30-Sep-01 20:45
suss30-Sep-01 20:45 
GeneralRe: Don't Want To Run Any Application... Pin
m_codeproject30-Sep-01 22:05
m_codeproject30-Sep-01 22:05 
GeneralRe: Don't Want To Run Any Application... Pin
Francisco Viella1-Oct-01 7:34
Francisco Viella1-Oct-01 7:34 
GeneralRe: Don't Want To Run Any Application... Pin
m_codeproject1-Oct-01 18:20
m_codeproject1-Oct-01 18:20 
GeneralRe: Don't Want To Run Any Application... Pin
| mProject |1-Oct-01 19:54
| mProject |1-Oct-01 19:54 
GeneralRe: Don't Want To Run Any Application... Pin
Francisco Viella2-Oct-01 22:25
Francisco Viella2-Oct-01 22:25 
GeneralRe: Don't Want To Run Any Application... Pin
Mike Nordell1-Oct-01 10:19
Mike Nordell1-Oct-01 10:19 
GeneralRe: Don't Want To Run Any Application... Pin
Paolo Messina1-Oct-01 12:50
professionalPaolo Messina1-Oct-01 12:50 
GeneralDrawing Colored Rectangles Pin
Xavier Shay30-Sep-01 18:36
Xavier Shay30-Sep-01 18:36 
GeneralRe: Drawing Colored Rectangles Pin
Michael Dunn30-Sep-01 19:20
sitebuilderMichael Dunn30-Sep-01 19:20 
GeneralRe: Drawing Colored Rectangles Pin
Christian Graus30-Sep-01 20:00
protectorChristian Graus30-Sep-01 20:00 
QuestionAbstract Template Classes? Pin
Sprudling30-Sep-01 12:28
Sprudling30-Sep-01 12:28 
AnswerRe: Abstract Template Classes? Pin
Ben M. Stokland1-Oct-01 0:47
Ben M. Stokland1-Oct-01 0:47 
GeneralRe: Abstract Template Classes? Pin
1-Oct-01 2:11
suss1-Oct-01 2:11 
GeneralRe: Abstract Template Classes? Pin
Mike Nordell1-Oct-01 10:22
Mike Nordell1-Oct-01 10:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.