473,394 Members | 1,674 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Is there an HTML web form component?

I am looking for a component in VB6 or vb.net that would take simple HTML
web form formating strings and populate an space on a windows form. The
addtional requirement of this is that when the user clicks on a link on the
created form my program can intercept and the URL and posted data, without
the component making an HTTP call.
It does not have to support graphics.

Does any one know of one? I know you can use a webControl but I have not
figured out how to intercept the Http calls to control it.

The base of what I am after is a way to format a windows form with a simple
script language like HTML.

Here is an example of the html
<FORM ACTION="./index.asp" METHOD=POST >
<div align="center">
<center>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=95%>
<TR>
<td width="247"><P align="right"><u><font size="+1" face="Arial">User
ID:</font></u>
<td width="323"><INPUT TYPE="text" NAME="UserID" VALUE="" SIZE=40
MAXLENGTH=50 >
</TR>
<TR>
<td width="247"><P align="right"><u><FONT SIZE="+1"
face="Arial">Password:</FONT></u>
<td width="323"><INPUT TYPE="password" NAME="Password" VALUE="" SIZE=40
MAXLENGTH=50 >
</TR>
<TR>
<td width="285">
<td width="285"><INPUT TYPE="submit" NAME="OK" VALUE="OK"
&nbsp;&nbsp;&nbsp; <input type="reset" value="Reset" name="Reset">

</TR>
</TABLE>
</center>
</div>
</FORM>
Nov 20 '05 #1
1 1406
Cor
Hi Don,

If you already use the axwebbrowser, you needs "mshtml" to handle that,
absolute not the nicest thing, it is in the normal .Net reference box, but
do not set an import on it, reference it everytime you need because it has
so much interfaces everything becomes slow when you try to declare
something..

I hope this was the answer you needed?

Cor
Nov 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Ed Lai | last post by:
A few weeks ago I have the idea of converting XML instance data to a HTML form, using tags as the label and the resulting form can be used to edit the XML data. So I started to play around with it,...
5
by: Ignacio X. Domínguez | last post by:
Hi. I have created a component (System.ComponentModel.Component) that I place on a form. Is there a way of obtaining the Form.Handle of the form where I have placed my component? Thank you
4
by: Michael C# | last post by:
I have a Windows Form I want to add to another form similar to the way you add an OpenFileDialog to a Windows Form from the Toolbox. Thx
5
by: serge calderara | last post by:
Dear all, I am new in asp.net and prepare myself for exam I still have dificulties to understand the difference between server control and HTML control. Okey things whcih are clear are the fact...
7
by: Peter van der Veen | last post by:
Hi I've a component (from the vb.net resource kit; the flexgroup component) But how can i add that to my form?? I don't see it in the components tab. In the example the component is on the...
4
by: JackRazz | last post by:
Is there a way to get a components parent form from within the component? Thanks - JackRazz
0
by: Don Nablo | last post by:
I am looking for a component in VB6 or vb.net that would take simple HTML web form formating strings and populate an space on a windows form. The addtional requirement of this is that when the user...
4
by: Matthew | last post by:
The following code does not hide the form. Any ideas why? Also, is there a workaround? I have VB.NET 2003. I have a system tray icon, and want to have that be the only thing showing when the...
8
by: =?Utf-8?B?U2hhd24gUmFtaXJleg==?= | last post by:
I am coming at the world from the standpoint of a veteran ASP Classic developer. I am not clear on the advantages of using the ASP.NET control over standard HTML control. With the ASP.NET...
2
by: preityrao | last post by:
Hi, I am new to perl and was trying to write a perl program witha UI. i.e. I have written a html form which invokes a perl program to execute and to print back the data selected in the form. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.