Hi
I have a problem with some controls I made.
The resize works fine except when resizing by dragging with the mouse, appears that blue line in Visual Studio that automaticly aligns de border of the control with the border of a near control.
If I try that, the control I tried to resize restore his size to the original size before click to drag to set the new size.
My english expression sucks...
User Profile
Collapse
-
Resize error when align
-
I set
Me.BackColor = Color.Transpare nt
just at the beggining of the Paint event of the control.... -
Transparency doesn't work properly
Hi, I did some controls that needs a background transparent, cause roundoed corners or a simulated shadow and some effects in the paint event.
I set the background property to color.transpare nt and it works fine at first.
When I call the paint event, I declare a new bitmap, and I call a procedure I write to calculate the grafics
Private Sub Calculate_Grafi cs(ByVal Agraphic As Graphics)
then... -
I guess that you are talking about error when I'm trying to open the app.
That errors happens when I delete the DLL from the Bin folder to test if the executable uses the native image instead of the DLL file and execute the project.
When I execute it, windows shows me a dialog.
"MyApp has detected a problem and must close. We are sorry for the inconvenients"
that was teh translation of
...Leave a comment:
-
Ngen.exe
Hi everybody.
I'm trying to use the ngen tool from framework 2.0, to accelerate the load runtime of my app.
I'll explain here what I'm doing.
First I copy&paste the ngen.exe to the Bin folder of my project (to not have to especify the path), where is the .exe of my app.
Then, in the CMD, i go to the same folder to execute the ngen, and I've tried differents ways to create the native image.
... -
Loading size from form designer
Hi, I'm writing code for design the visual apereance of a Label.
My problem comes from, when I set a Property that depends of the control size.
When I run the form, the set property compares the value with the default size and not the form.desgner's control's size.
My english sucks, I'm sorry I'm doing my best.
Thanks!
Whezker
No activity results to display
Show More
Leave a comment: