User Profile

Collapse

Profile Sidebar

Collapse
vann
vann
Last Activity: Jul 24 '09, 03:40 PM
Joined: Jun 24 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vann
    replied to disable IE Email program?
    Thanks RedSon, I didn't know of such feature but I'll look into it.

    I also found out that I can delete the Email Programs by manipulating the Registry, it's risky but it can be an option.
    See more | Go to post

    Leave a comment:


  • vann
    started a topic disable IE Email program?

    disable IE Email program?

    Hello,

    I am working on a kiosk application, I just have one last issue.

    The application has a webbrowser component, I've managed to restrict most of the things that can make the task bar accesible to the user, such as downloading program/files to the HD, scripts and opening new IE windows.

    The problem is that the user may come across a link that opens another program, like the Email default program and...
    See more | Go to post

  • vann
    replied to Scrolling with Scrollbar hidden?
    UPDATE:

    I was able to scroll down but I was having problems scrolling back up. For some weird reason the IF statement I had wasn't working.. I tried with several expressions like:

    if(panel.Vertic alScroll.Value != 0)
    if(panel.Vertic alScroll.Value == panel.VerticalS croll.Maximum)

    and some others... but it would always go to the ELSE clause which is the one that scrolls down. The only way the IF would...
    See more | Go to post

    Leave a comment:


  • vann
    replied to Scrolling with Scrollbar hidden?
    Thank you very much!!! It works
    See more | Go to post

    Leave a comment:


  • vann
    started a topic Scrolling with Scrollbar hidden?

    Scrolling with Scrollbar hidden?

    Hello,

    Is there a way to scroll inside a Panel but with the scroll bar hidden? hmm.. let me explain.

    I have a Panel that contains buttons. These buttons are created programatically depending on the information gathered from a Database. Some buttons may be outside the range of view if there are a lot of records.

    I want the user to be able to scroll down when he clicks a Button which is created outside the...
    See more | Go to post
No activity results to display
Show More
Working...