472,956 Members | 2,604 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

windowless labels on VB.NET forms

Can a label control be created that is windowless?

(tank you Chris for the tip)

Tank you

Nov 20 '05 #1
3 1511
I'm not thinking, but try setting the background of a form to blue or
something, and setting the forms transparency key to blue, or whatever.
This will give the impression that the label is it's own form :)

HTH
Tibby
"Peter" <pc****@spc.sapec.pt> wrote in message
news:06****************************@phx.gbl...
Can a label control be created that is windowless?

(tank you Chris for the tip)

Tank you

Nov 20 '05 #2
Hi Peter,

I answered this in your original thread but I'll move it here.

Yes. You would associate the LiteLabel with an underlying surface and it
would draw itself thereon. Several LiteLabels could thus share the same
surface. (Make it a Graphics and it needn't even be visible - do it memory on
a Bitmap!).

Many problems with this and that to be solved, of course, not least being
how to allow the user to manage these at Design-time.
Do you need to set these up visually on the Form or is it possible to do
it in code?
What properties would you need to be adjustable - Size, Text Colour and
what else? Would you need different Fonts or the same one for all? Etc.

Regards,
Fergus
Nov 20 '05 #3
* "Peter" <pc****@spc.sapec.pt> scripsit:
Can a label control be created that is windowless?

(tank you Chris for the tip)


No. The Windows Forms label control is not a windowless control.

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

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

Similar topics

0
by: ECVerify.com | last post by:
When I install my .NET app on a "fresh" installed machine with the ..NET installer I get this... Windowless ActiveX Controls not supported Well, Okay, I understand that...it seems pretty...
7
by: Jared | last post by:
Here is my situation. I have multiple labels on a form but only certain ones will become visible while using the form. Depending on which check box(s) you pick, on another form, determines the...
2
by: guy | last post by:
Here's a challange: Can anybody give me an example of how to implement Windowless RichEdit in vb.net? (for example: to create a dropdown list similiar to combobox)
2
by: FelixLeung | last post by:
Dear all, Anyone know how to create windowless application without 3rd party controls? I want the application look like ICQ, MSN, etc. No window but custom min, close button. Thanks Best...
2
by: Dean Slindee | last post by:
It appears that I have two routines that don't play well together! First routine: a form's background is shaded with a gradient color. Second routine: then, the background of all labels on the...
1
by: Neal | last post by:
I need to create many labels to fit on a windows forms and instead of using the designer to create a large number of text labels I just wanted to make an array of them and then loop through them to...
1
by: PaulB | last post by:
In my application, I have many forms. Some of these forms contains some labels, which are placed in the header section, and act as a column header. Because of the available space, the orientation...
10
by: MCourbois | last post by:
Hi, I'm trying to create a programme which generates a matrix with variable sized rows and columns. Now to reduce the amount of useless code i want to have it so that the labels are automatically...
9
by: Homer J. Simpson | last post by:
Stupid question. I've been using C# 2.0 for the past few weeks, but mostly in the context of ASP.NET. I have little to no experience with Win32 C# apps. My purpose is to write a windowless...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.