User Profile

Collapse

Profile Sidebar

Collapse
whezker
whezker
Last Activity: Jul 11 '08, 08:41 AM
Joined: Dec 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • whezker
    started a topic Resize error when align
    in .NET

    Resize error when align

    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...
    See more | Go to post

  • whezker
    replied to Transparency doesn't work properly
    in .NET
    I set

    Me.BackColor = Color.Transpare nt
    just at the beggining of the Paint event of the control....
    See more | Go to post

    Leave a comment:


  • whezker
    started a topic Transparency doesn't work properly
    in .NET

    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...
    See more | Go to post

  • whezker
    replied to Ngen.exe
    in .NET
    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
    ...
    See more | Go to post

    Leave a comment:


  • whezker
    started a topic Ngen.exe
    in .NET

    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.
    ...
    See more | Go to post

  • whezker
    started a topic Loading size from form designer
    in .NET

    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
    See more | Go to post
No activity results to display
Show More
Working...