forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Browser element without border?

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
jwfv
Valued Contributor
Valued Contributor


Joined: 19 Mar 2002
Posts: 422
Location: Beaufort, SC

PostPosted: Tue Nov 16, 2004 6:45 pm    Post subject: Browser element without border? Reply with quote

Is there a way to display the browser element without the sunken border around it? Either with a flat, no-border style, or with a thin line border?
_________________
Joe Floyd
Back to top
View user's profile Send private message
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Tue Nov 16, 2004 11:40 pm    Post subject: Reply with quote

i think that vdsgui.dll has that option - did you have a look at vdsworld to see if one the dll or dsu there has that feature? i know one of them does

serge
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
jwfv
Valued Contributor
Valued Contributor


Joined: 19 Mar 2002
Posts: 422
Location: Beaufort, SC

PostPosted: Wed Nov 17, 2004 12:24 am    Post subject: Reply with quote

I have checked out those extensions but I don't think they have that capability.

I was just wondering if there was some IE setting or API tweak for making the outline of the internet explorer element not sunken.

_________________
Joe Floyd
Back to top
View user's profile Send private message
ShinobiSoft
Professional Member
Professional Member


Joined: 06 Nov 2002
Posts: 790
Location: Knoxville, Tn

PostPosted: Thu Nov 18, 2004 4:42 am    Post subject: Reply with quote

I don't know of any API call or anything else, but if you're writing a HTML
document you can use the following:
Code:

<style type="text/css">
  body{
    border-width: 0px;
    border-color: #FFFFFF;
  }
</style>


This should be placed inside of your <head></head> tags Wink .

Happy coding...

_________________
Bill Weckel
ShinobiSoft Software

"The way is known to all, but not all know it."
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
jwfv
Valued Contributor
Valued Contributor


Joined: 19 Mar 2002
Posts: 422
Location: Beaufort, SC

PostPosted: Thu Nov 18, 2004 8:04 pm    Post subject: Reply with quote

That worked out very well - thanks! I'm more and more interested in using the browser element for various tasks in my programs.

For instance, I am using it currently for image display. I have a browser element set to NONAVIGATE, I create an HTML document on the fly with the images and links that call appropriate subroutines. Then when the user clicks on them, I can intercept it and branch to that part of my program. It opens up lots of interesting possibilities.

I need to learn more about the available styles for HTML. Thanks again.

_________________
Joe Floyd
Back to top
View user's profile Send private message
ShinobiSoft
Professional Member
Professional Member


Joined: 06 Nov 2002
Posts: 790
Location: Knoxville, Tn

PostPosted: Thu Nov 18, 2004 8:07 pm    Post subject: Reply with quote

I'm glad I was able to help.

I'd look into references for HTML as well as Cascading Style Sheets(css).

The latter is what was used to set the styles for your HTML document.

BTW, the 'background-color:' property is not required if you simply want
to remove the sunken border Wink .

Happy coding...

_________________
Bill Weckel
ShinobiSoft Software

"The way is known to all, but not all know it."
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group