Hi,
Can any one give any alternate plans ?
User Profile
Collapse
-
I am adding the following piece of code to do the same when restart button is clicked. [Restart button restarts the application].
Code:private void menuItemRestart_Click(object sender, System.EventArgs e) { Stop(); UIConfig uiConfig = new UIConfig(); IapetusConfig iaConfig = new IapetusConfig(); InitializeHSMS(); logViewerForm.Font
Leave a comment:
-
Hi,
The "SaveUISettings " will be always having the latest provided font from uiConfig. It is saving the latest font only. Then it is using the same font to display in the text box. That is why I am confused !Leave a comment:
-
Hi,
Code:private void SaveUISettings(UIConfig uiConfig) { uiConfig.EditorFontString = editorFontTextBox.Text; uiConfig.LogViewerFontString = logViewerFontTextBox.Text; } . . . public void CallSaveUISettings(UIConfig uiConfig) { editorFontTextBox.Font = uiConfig.EditorFont; logFileNameTextBox.Font
Last edited by Curtis Rutland; Oct 14 '08, 01:57 PM. Reason: use [CODE] [/CODE] tags when posting codeLeave a comment:
-
NIKHILUNNIKRISHNAN replied to C# [Windows Application] - How to add user manual to Help menu using C# ?in .NETHi Joedeene and InsertAlias,
That was the answer which I wanted. Thank you both for your time and your attension payed on my silly question. I am beholden to you both.Leave a comment:
-
C# [Win App] - Regarding changing font of a TextBox Dynamically.
Experts,
I have a textbox which displays some contents in some font. I am providing the user a dialog which will provide him the options to change the font. The change is getting refelcted only when the user restarts the application.I want to change the font of the text box dynamically; ie; when the user selects the new font,it should be displayed in that font, just like "NotePad". How can I do that ?
... -
NIKHILUNNIKRISHNAN replied to C# [Windows Application] - How to add user manual to Help menu using C# ?in .NETHi Joedeene ,
Your sugession was really helpful for me. It works well. Thanks a lot for the help provided. I have a doubt Joedeene. Why it didnt work when i give " file.open (path, filemode, file access) " ?Leave a comment:
-
NIKHILUNNIKRISHNAN started a topic C# [Windows Application] - How to add user manual to Help menu using C# ?in .NETC# [Windows Application] - How to add user manual to Help menu using C# ?
Experts,
I have created the GUI for an application which has a lot of menus. I have a menu named "Help" and a sub-menu item named "About" inside it. I would like to add User manual, [a PDF document] into that sub item. How can I do that using C# ? I am using Visual Studio 2005.
Expecting an expert solution ,
with advance thanks and regards from,
Nikhil... -
NIKHILUNNIKRISHNAN replied to [C# - Windows app] Anyone know renaming properties of Dotfuscator Professional ?in .NET[C# - Windows App ] System.Type Load Exception
Experts,
I am getting a System.TypeLoad Exception when I am using obfuscated binaries to run the setup (installable) of an application of mine created in C# in Visual Studio 2005. I thought it was because the file/assembly was renamed. So I cancelled renaming for that assembly. Still that issue persists. I request for your help to recover from this.
with advance thanks...Leave a comment:
-
NIKHILUNNIKRISHNAN replied to [C# - Windows app] Anyone know renaming properties of Dotfuscator Professional ?in .NET[C# - Windows app] Anyone know renaming properties of Dotfuscator Professional ?
Experts,
Can anyone help me in resolving the renaming issues in Dotfuscator Professional 4.4 ? When I enable renaming, it shows file not found exception,which works fine when I disable it,but not all the time !! Any have working experience in dotfuscator ?I am waiting for your valuable responses.
with advance thanks,
...Leave a comment:
-
-
NIKHILUNNIKRISHNAN started a topic [C# - Windows app] Anyone know renaming properties of Dotfuscator Professional ?in .NET[C# - Windows app] Anyone know renaming properties of Dotfuscator Professional ?
Experts,
I am getting file not found error while enabling the Renaming option of dotfuscator 4.4 Professional. Can any who has experience in this field help me out ?
with advance thanks,
Nikhil Unnikrishnan. -
NIKHILUNNIKRISHNAN replied to C# : Windows App. :How to provide a generic path to the binaries in an XML file ?in .NETSelect the path from where you want to provide a generic path.
Understand which portion if the path remains unchanged.
Then put " .." before that unchanged portion of the path.
The generic path is CREATED !
thanks Experts,
Nikhil UnnikrishnanLeave a comment:
-
NIKHILUNNIKRISHNAN started a topic C# : Windows App. :How to provide a generic path to the binaries in an XML file ?in .NETC# : Windows App. :How to provide a generic path to the binaries in an XML file ?
Experts,
I am having a dotfuscated project whose configuration is saved in the form of an XML file. This file has path to all of the associated binaries. I want to provide a relative path to all the binaries instead of a hardcoded path. How can I do that? I would like to have an opinion since my date of project delivery is tomorrow !
with advance thanks and regards,
Nikhil Unnikrishnan. -
I'm going to create a C# application that uses C++/CLI to call into native C++ code without using C#'s unsafe language extensions. Let's take a look at the simple C# application in Listing 1, which consists mostly of the code generated for me by the new C# Console Application project wizard:
Listing 1: Program.cs
using System;
using System.Collecti ons.Generic;
using System.Text;
using MyInteropCode;...Leave a comment:
-
Dotfuscator
Experts,
I am using dotfuscator to obfuscate a C# project whose output is a set up(installable) . The location where the setup project recieve binaries is quite different from the place where dotfuscator stores the project. Will the Setup produced after building the project will be a proper one? If not how to switch the setup project between the two locations ? I am using Visual Studio 2005. -
Hai,
Why do you want to import it directly without using a dll ? How will the system understand the location of your code ? If its a dll,it will be having all the necessary informations required. else how will you ensure that its complete by its own ?Leave a comment:
-
Urgent help required in Obfuscating a C# project.
Urget help required from C# experts......Leave a comment:
-
Obfuscating a C# project.
Hi,
My name is Nikhil. I am new to programming.I am obfuscating a C# solution using Dotfuscator. The output of the soultion is a UI along with a setup to install the application. The setup is getting the binaries from a path saved in the project setup on VisualStudio 2003. The dotfuscated project is having an another path, the path where dotfuscator is installed. Will I get the proper Setup ? First the C# project is build, on ly then the dotfuscated... -
What Do You Mean By An Unmanaged Resource In C# ?
I didnt understand what is the real concept of an unmanaged resource. can any one explain me what the same is ?
No activity results to display
Show More
Leave a comment: