﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Security application</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 00:03:01 GMT</lastBuildDate><ttl>20</ttl><item><title>Security application</title><link>http://forum.strataframe.net/FindPost3148.aspx</link><description>When using Role Based Security, how do I embed the Security Application into my own application?</description><pubDate>Fri, 29 Sep 2006 07:56:59 GMT</pubDate><dc:creator>Jason Jarvis</dc:creator></item><item><title>RE: Security application</title><link>http://forum.strataframe.net/FindPost3193.aspx</link><description>The localiztion text values are stored as embedded resource files within the MicroFour StrataFrame Security.dll assemly, but for some reason, the assembly is not extracting them from the resources when the assembly is loaded into the AppDomain.&amp;nbsp; I will let you know why that is happening when I figure it out.&amp;nbsp; Thanks.</description><pubDate>Fri, 29 Sep 2006 07:56:59 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Security application</title><link>http://forum.strataframe.net/FindPost3181.aspx</link><description>I have incorporated this but when I click on the button I get the following exception.&lt;/P&gt;&lt;P&gt;LocalizationKeyNotFoundException&lt;BR&gt;&amp;nbsp;The specified key [SFSTText - None] was not found within the localization database.&lt;BR&gt;FileNotFoundException&lt;BR&gt;&amp;nbsp;The file [Message_Languages.xml] could not be found.&amp;nbsp; The localization languages table could not be loaded.&lt;/P&gt;&lt;P&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : MicroFour StrataFrame Base&lt;/P&gt;&lt;P&gt;Stack Trace: &lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.UI.Localization.LoadLanguageTable(Boolean IgnoreExceptions)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.UI.Localization.LoadXmlFile(Int32 LocaleID)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.UI.Localization.GetKeyRowFromXml(String Key)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.UI.Localization.RetrieveTextValue(String TextValueKey)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Security.SecurityDialog..ctor(Int32 ProjectPK, ShowProjectPropertiesDeleg ShowProjectProperties, CreatePermissionEditor CreatePermEditor)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Security.SecurityDialog..ctor()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at EVDA.Form1.Button1_Click(Object sender, EventArgs e) in C:\Documents and Settings\Jason\My Documents\Visual Studio 2005\Projects\EVDA\EVDA\Form1.vb:line 4&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.OnClick(EventArgs e)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Button.OnClick(EventArgs e)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.ButtonBase.WndProc(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Button.WndProc(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;BR&gt;</description><pubDate>Thu, 28 Sep 2006 15:43:50 GMT</pubDate><dc:creator>Jason Jarvis</dc:creator></item><item><title>RE: Security application</title><link>http://forum.strataframe.net/FindPost3149.aspx</link><description>This is actually quite easy.&amp;nbsp; To call the security dialog within your application just do the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Make sure that a reference to MicroFour StrataFrame Security.dll exists within your project&lt;/LI&gt;&lt;LI&gt;To call the security application, add the following code in a menu item or button someplace:&lt;/LI&gt;&lt;/OL&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;Dim&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; loDialog &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt; MicroFour.StrataFrame.Security.SecurityDialog()&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;loDialog.ShowDialog()&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Thu, 28 Sep 2006 08:09:39 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>