User Profile

Collapse

Profile Sidebar

Collapse
azoapes
azoapes
Last Activity: Mar 15 '09, 11:36 PM
Joined: Apr 2 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • azoapes
    started a topic MSI Deploy Package> Custom Action when clicking Next
    in .NET

    MSI Deploy Package> Custom Action when clicking Next

    Hi, I've made a Setup Project to my C# WinApp and added a custom dialog to it that asks for user/pass for a database server. Then I created a Custom Action class and override the Install() to check that the user/pass is correct, but I need to check that so that the installer cannot click Next until user/pass is correct.

    How do I do that? How do I add a Custom Action to the Next button of a certain dialog?

    Regards, S...
    See more | Go to post

  • azoapes
    replied to disable keys using c#
    in .NET
    Are you talking about an aspx page displayed in the user's web browser? Then that's impossible to prevent. There are always ways to get around such kind of protection. Just imagine your visitor turning off Javascript or using a very uncommon web browser in an even more uncommon OS....
    See more | Go to post

    Leave a comment:


  • *bump*

    No one is able to help?
    See more | Go to post

    Leave a comment:


  • I just found a really old post with the exact same problem, about two and a half year ago. It's located here: http://bytes.com/forum/thread239168.html

    Nobody ever solved that one...
    See more | Go to post

    Leave a comment:


  • azoapes
    replied to Mouse meter C#
    in .NET
    The main problem would be that a pixel is not the same size on two different monitors. And if you add CRT, LCD and TV to the monitor types... naw, don't think it's possible.
    See more | Go to post

    Leave a comment:


  • I added "WinForm" to the title for a reason... this is a Windows App, not ASP.NET

    Also, it's a listView... not listBox....
    See more | Go to post

    Leave a comment:


  • azoapes
    started a topic C# WinForm: Prevent listView from repainting
    in .NET

    C# WinForm: Prevent listView from repainting

    Hello, I'm trying to prevent a listView from repainting when I change group assignments for the items. Let's assume I have two groups with 100 items in each and moves 100 items from group A to group B, then the listView will repaint itself a lot, slowing down the operation and flickering (can be solved by listView.Visibl e = false; but it doesn't speed it up, i.e. the listView still repaints itself).

    There are the listView.BeginU pd...
    See more | Go to post
No activity results to display
Show More
Working...