|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
||||
|
||||
|
how to apply a finished vb code i found...
PHP Code:
any ideas how to apply this font viewing code... |
|
#2
|
||||
|
||||
|
well, this code was written in VB.NET. You could apply it by calling it against an object (like a table or a label, textbox...etc) by using the object name as the "sender" in the sub declaration. I'm not sure, however, whether it will work without an Aspx webform of some language.
__________________
Fisherman "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - A.Einstein |
|
#3
|
||||
|
||||
|
okay..
do you mean, make a form in a visual basic editor, or an HTML form?
I am limited to Microsoft Visual Basic Editor that comes on Windows 2000/NT |
|
#4
|
||||
|
||||
|
oh... well, forms in ASP.Net take on a whole new meaning. You no longer have HTML forms mixed in with server-side code mixed in with server.execute's and whatever else. Aspx pages have forms as a separate entity, from which a "code behind" page inherits it's events. In a sense, it's just like looking in the Visual Basic 6 IDE, where you have a form, and then the code that is associate with that form. The skinny is, I don't know how you could incorporate .NET code into an HTML or regular .asp file, short of compiling it into a dll, and then including that dll in your asp header.
|
|
#5
|
||||
|
||||
|
oh... okay.
thanks... really, I mean that.. i didn't understand how to incorporate the script into an HTML page and I don't know asp to a far enough extent for it to work...
anyways, thanks again... |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > how to apply a finished vb code i found... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|