473,661 Members | 2,484 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

form border style question

Hi, is there a way to show a form without a titlebar (and therefore no
control box/minimize box/title etc) but still have it appear looking
like 3D?

The property FormBorderStyle to None - this gives no titlebar etc but
the form borders don't look 3D.

In case I haven't explained what I want well, I want a form that looks
like a button with no text (ie a form with the lovely 3D borders but
no titlebar etc).

Thank you
Colin
Nov 20 '05
104 5479
* "Fergus Cooney" <fi*****@post.c om> scripsit:
~~ using two charachters, as you do with "||" is IMHO very unlogic

There's a logic in it, Spock, but not one that you could understand.


No computer will be able to understand that logic and display the post properly.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #21
* "Cor" <no*@non.com> scripsit:
Did you see Herfried has a problem with his GNU

The newstreader from Herfried, that has the name something like GNU, I hope


Its name is gnus.
it is wrong, because I know Herfried, can not resist answering that.
ROFL
But before you understand it wrong, Herfried is very appreciated in this
newsgroup.


Thanks! Nice to hear that.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #22
* Michael Kremser <us************ ****@aon.at> scripsit:
Did you see Herfried has a problem with his GNU


What do you mean by that?


ROFL. You use the really bad Mozilla newsclient and claim that it's the
best news client. I use gnus or OE...
Mostly Herfried, watches all threads, but this one he could

not see it seems

Why do you think that?


I read every thread in this group except threads with bad quotations
(written by Fergus).

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #23
Damn Vulcans!

This isn't about or for computers.

Pah!

Bones
Nov 20 '05 #24
Hi Herfried,

~~ [Corrupted quotation removed]

ROFL

Actually that last post was a trap - to see whether you really do skip the
posts with my bad quotations. But you answered it even with my beautiful
quotation marks! Gotcha!!

Regards,
Fergus
Nov 20 '05 #25
* "Fergus Cooney" <fi*****@post.c om> scripsit:
[Corrupted Quotes removed (now automatically removed by my intelligent newsreader]
Actually that last post was a trap - to see whether you really do skip the
posts with my bad quotations. But you answered it even with my beautiful
quotation marks! Gotcha!!


ROFL

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #26
Hi Herfried,

~;-)~ [Corrupted Quotes removed
~;-)~ (now automatically removed
~;-)~ by my intelligent newsreader]

Excellent! Now the problem's gone away. ;-)

Regards,
Fergus

Nov 20 '05 #27
* "Fergus Cooney" <fi*****@post.c om> scripsit:
[Corrupted Quotes removed]
Excellent! Now the problem's gone away. ;-)


If I were you I would stop creating "buggy" posts.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #28
*Herfried K. Wagner [MVP]* tippselte am *22.10.2003 20:22* MESZ:
If I were you I would stop creating "buggy" posts.


If I were you, I'd wish I were myself.

*ggg*

Best regards,

Michael

--
Michael Kremser
http://great.dynu.com/

Nov 20 '05 #29
* Michael Kremser <us************ ****@aon.at> scripsit:
If I were you I would stop creating "buggy" posts.


If I were you, I'd wish I were myself.


ROFL

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #30

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

Similar topics

2
1816
by: Sam Goffin | last post by:
Hi how can I resize my form borders in .NET (either VB or C#)? In one of my programs I want to extend the usual form size at one end (when the user clicks the "Details..." button), so I need the window to 'grow'. As I'm really new at .NET this is quite difficult for me.
7
3598
by: x muzuo | last post by:
Hi guys, I have got a prob of javascript form validation which just doesnt work with my ASP code. Can any one help me out please. Here is the code: {////<<head> <title>IIBO Submit Page</title> </head> <style type="text/css">
0
2171
by: Keith | last post by:
I have a web form that contains a repeater control that is designed to ask like a check book register. Clicking on a certain transaction takes the user to a different .aspx page where it can be edited and then saved. Currently, after saving the edited transaction and returning to the check register, the repeater control table returns to the bottom. I would like the edited transaction to appear in the table instead. I know that a...
0
1883
by: Keith | last post by:
I have a web form that contains a repeater control that is designed to ask like a check book register. Clicking on a certain transaction takes the user to a different .aspx page where it can be edited and then saved. Currently, after saving the edited transaction and returning to the check register, the repeater control table returns to the bottom. I would like the edited transaction to appear in the table instead. I know that a JavaScript...
2
3617
by: alwaysintune | last post by:
I'm using the McFedries email form, and I can't seem to get an upload form to work. Instead of it saving to my server, I want it to send the information and the picture to my email. Here is the html for my form. If anyone could help, that'd be greatly appreciated. <form action="http://www.mcfedries.com/mailform/mailform.asp" method="POST"> <input type=hidden name="MFAddress" value="My email address"> <input type=hidden name="MFCode"...
4
2382
SHOverine
by: SHOverine | last post by:
I have a 3-part form that I am having trouble with. First part is to select the user group and the week and year that I want to submit results for, this calls the elements that I want to update. The second part is to enter the results and submit them to a MySQL table called results the final part echoes the results. The issue is that my form writes the elements that I called up to the this table before I enter the results and click...
16
2443
by: printline | last post by:
I have a problem with some validation of some fields in a form. I have some fields that only become visible if a specific field is chosen. For example: <select name="u_global___delivery_form" onchange="document.getElementById('array_div').style.display=(this.selectedIndex>1)?'block':'none';" > <option value="0" selected="selected"></option> <option value="Single board">Single board</option> <option value="Array">Array</option>
5
2539
by: plumba | last post by:
Hi all I have a form (see below), which for some reason has decided to stop functioning all together. It just does not call up the function. It is called up in the opening <form> tag but fails.... Any ideas??? <html> <head><title>New Details</title> </head> <center> <H2><IMG SRC="$(path)smlogo.gif"><br>
2
4443
by: punitshrivastava | last post by:
Hi to All. I am Punit Shrivastava.I am working in Asp.As i am new in this technology please help me. I want to create enquiry form in Asp. For this i code like this: <form name="enquiry" method="post" action="enquiry.php"> <table width="494" border="0" cellspacing="0" cellpadding="2" height="511"> <tr> <td colspan="2" align="left" valign="top" height="29"> <p align="left"><font face="Verdana" color="#FFFFFF">Fields...
0
3378
bmallett
by: bmallett | last post by:
First off, i would like to thank everyone for any and all help with this. That being said, I am having a problem retrieving/posting my dynamic form data. I have a form that has multiple options within options. I have everything being dynamically named from the previously dynamically named element. (I hope this makes sense.) I am not able to retrieve any of the dynamically created values. I can view them on the source page but can't pull them...
0
8432
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8343
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8856
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8633
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7365
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4179
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4347
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2762
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1747
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.