Making my own webbot in C#

  • Thread starter Kim Nørby Andersen
  • Start date
K

Kim Nørby Andersen

Hi there

I want to create my own webbot. Since I have started using C# for
virtually everything, I would prefer to make the webbot in that as
well. I have been reading in this group, and in the Frontpage SDK as
well, and must admit I'm not fully ... confident with how to do all
this. So

1) Do any of you guys have a good tutorial on how to do this, or some
sample code i could see?

2) Can it even be done in C#? And if not, where do I code this?

Thanks in advance

/Kim
 
S

Stefan B Rusynko

Get the FP SDK at
http://www.microsoft.com/downloads/...F5-FBD4-40E4-AE6A-ABA3036D02E6&displaylang=en




| Hi there
|
| I want to create my own webbot. Since I have started using C# for
| virtually everything, I would prefer to make the webbot in that as
| well. I have been reading in this group, and in the Frontpage SDK as
| well, and must admit I'm not fully ... confident with how to do all
| this. So
|
| 1) Do any of you guys have a good tutorial on how to do this, or some
| sample code i could see?
|
| 2) Can it even be done in C#? And if not, where do I code this?
|
| Thanks in advance
|
| /Kim
 
M

MD WebsUnlimited.com

Hi Kim,

I'm not very versed in C# but I don't believe you can define entry points as
needed by a web bot component. There is also the problem of reading the
dictionaries which I also believe do not map.

You're best bet would be to create a liaison piece of code to pass
information on to C# in a form it can understand.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top