I have been trying to include a Label in a report at runtime, this means that depending on what happen, I could insert several Labels into my report.
Whats the way of including a Label in VB?
Thanks.
Hello,
I am trying to create Labels in Run Time in a Form but it appears an error that I do not know how to solve.
The code is the next:
***************************************
Dim text(2) as Label
dim i as integer
For i = 1 To 2
With text(i)
.Top = 2 + i
.Left = 2 + i...
Well, I have two forms called: "Products List" and "Offers". They are related to each other by the field IDOffer. So, the "Offers" form have "Products List" as a subform. This means that for each offer I create, I have many Products that are selected in...
I have a question that I am sure that many people haven't asked themselves and its quite interesting if it had an answer.
I have been trying to modify a bitmap in running time and I can not find any member within the HBITMAP Structure. I have been looking at specializated Web pages and I...
Does anyone know how to draw the typical shapes such as circles, lines, etc... in a CDialog Window? How can I create a Device Context that point to that Dialog?
If you know too, how can I obtain a device context that point to a CButton Area of Drawing within the class?
Thanks.
Hi, I am having a slight problem in one thing. The fact is that I create a Windows with API functions and I draw some objects like Ellipses and so on,.... with the WM_PAINT Event, and with the WM_CREATE Event I want to create a class (called MiButtton) inherited from CButton. The constructor of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.