473,473 Members | 1,415 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Report Bugs

Does Microsoft have a Bug Reporting form or method, so that the generaly
public can report specific bug?

I seem to have found a problem with the Caption property of Visual Basic
6.0's Labels.

<Ade
--
Adrian Parker. Ordained priest. <ad***********@sympatico.ca>
Want to know the purpose of life? I'd be happy to share it with you...
Jul 17 '05 #1
2 1623
They seem to work ok for me... pray tell, what have you
found that is askew?

"Adrian Parker" <no@addy.com> wrote in message
news:Lb*****************@news20.bellglobal.com...
Does Microsoft have a Bug Reporting form or method, so that the generaly
public can report specific bug?

I seem to have found a problem with the Caption property of Visual Basic
6.0's Labels.

<Ade
--
Adrian Parker. Ordained priest. <ad***********@sympatico.ca>
Want to know the purpose of life? I'd be happy to share it with you...

Jul 17 '05 #2

"CajunCoiler (http://www.cajuncoiler.tk)"
<po**********@totallyspamless.cox.net> wrote in message
news:OMVpb.2867$In3.2539@lakeread01...
They seem to work ok for me... pray tell, what have you
found that is askew?

"Adrian Parker" <no@addy.com> wrote in message
news:Lb*****************@news20.bellglobal.com...
Does Microsoft have a Bug Reporting form or method, so that the generaly
public can report specific bug?

I seem to have found a problem with the Caption property of Visual Basic
6.0's Labels.

Add a textbox named Text1 (Multiline property set to True). Add a label
named lblOutput3. Set the font of both to Courier New.

Now use the code below. Notice that the alignment in the textbox is right
aligned, as is proper, but in the label every line after the first has a
single space improperly padded to the right of the string. That or it's
only printed to a string which is only 6 characters wide, which is still
wrong at any rate.


Dim intQuantity As Long
Dim curTicketPrice As Currency
Dim curFee As Currency
Dim curSubtotal As Currency

intQuantity = 24
curTicketPrice = 22.34
curFee = 2.567
curSubtotal = curTicketPrice + curFee

lblOutput3.Caption = Format(intQuantity, "@@@@@@@") & vbCrLf _
& Format(Format(curTicketPrice, "fixed"), "@@@@@@@") & vbCrLf _
& Format(Format(curFee, "fixed"), "@@@@@@@") & vbCrLf _
& Format(Format(curSubtotal, "fixed"), "@@@@@@@") & vbCrLf & vbCrLf

Text1.Text = lblOutput3.Caption

Debug.Print lblOutput3.Caption

Adrian
Jul 17 '05 #3

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

Similar topics

10
by: Wayne Wengert | last post by:
I am using VSNET 2003, VB.NET and ASP.NET with an SQL Server 2000 as the database. I've used Crystal Reports for several years, mostly using RDC in VB6 and/or standalone reports that used Access as...
7
by: Phin | last post by:
I need your HELP! I've seen all the posts on using Crystal Reports within vs.net (vb.net) and changing a SQL query at runtime. When I tried to pass in a dataset into the crystal report at...
5
by: Nev Delap | last post by:
First I'd like to ask, where can I report bugs to Microsoft such that I will actually be able to see that something is being done with them and what their status is? - bugzilla style. (I assume I...
4
by: LL | last post by:
I am looking for online Crystal Report articles or VB samples to accomplish the following scenario. (In .NET Windows application) 1) User downloads an Xml document to local computer. 2) When...
3
by: Eric Clapton | last post by:
Hi, How do you put the Crystal Report inside Visual Basic coding?
9
by: itmags | last post by:
I need to create a couple of reports, invoices, credit reports, etc... My question is: How/what is the best way to go about this using VB2005 / SQL Server 2000 Crystal Reports? MS Reporting?...
5
by: Sport Girl | last post by:
Hi everybody. I am new in PERL language and working in it since little hours, actually i am still a trainee and i need help please. In fact, i need a script in PERL that enables me to retrieve...
1
by: Sport Girl | last post by:
Hi everybody , i have the task of developing in Perl a script that retrieves data from 3 tables ( bugs, profiles, products) from a MySQL database called bugs and display them in an excel sheet...
3
by: Fredrik Lundh | last post by:
为爱而生 wrote: please report bugs here: http://bugs.python.org/ </F>
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
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,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...

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.