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.
User Profile
Collapse
-
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... -
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...Leave a comment:
-
-
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...
No activity results to display
Show More
Leave a comment: