| View previous topic :: View next topic |
| Author |
Message |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Wed Jul 18, 2007 3:57 pm Post subject: |
|
|
anything more than 1 line of code to do what you want
high level as in not nooby not easy
and i was referring to kasper's example
| Code: | var
Str1 : string;
Str2 : string;
begin
Str1 := 'http://www.arto.dk/brugere/brugerinfo.asp?id=';
Str2 := Edit1.text;
WebBrowser1.Navigate(Str1 + Str2);
|
there you go put that in the button click. you need an editbox, button, and webbrowser
_________________
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Wed Jul 18, 2007 4:26 pm Post subject: |
|
|
| blankrider wrote: | anything more than 1 line of code to do what you want
high level as in not nooby not easy |
uh no.
High level language, sure that exists. High level program, no. It all compiles down to ASM anyway, assuming its a native program.
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Wed Jul 18, 2007 4:28 pm Post subject: |
|
|
its my own term, it doesnt exist why must you be so literal
high level as i cant make it in 10 lines of code
something that you cant make in 30 seconds w/o knowing anything about the API.
im making my own definition, if you dont like it, shove it :]
_________________
|
|
| Back to top |
|
 |
|