Jump to content

likigoldenstar

Newbies
  • Posts

    7
  • Joined

  • Last visited

Everything posted by likigoldenstar

  1. Hi That's right. I know everything how to use that. Thanks Regards for developers who work on supporting multilingual. likigoldenstar
  2. Hi, Would u like to give us the resx file? Regards.
  3. Hi, Now, we can only build source code in English. But, I want to build that using another language. e.g. Korea or Portugal, etc. Would u like to support that? I want you give me xml files(I mean string.resx) for all languages. Now, the source has only resource for English. Thanks With best Regards likigoldenstar.
  4. Hi, I want to know how to draw menu items. In detail, background color in menuitems. I know how to set the background color of main menu. Regards.
  5. Hi, Following error messagebox bothers me. (refer to the following screenshot) So, I click the debug button, then error is occured in following line(marked red color). public SingleInstanceManager(string moniker) { int error = NativeConstants.ERROR_SUCCESS; if (moniker.IndexOf('\\') != -1) { throw new ArgumentException("moniker must not have a backslash character"); } this.mappingName = "Local\\" + moniker; this.hFileMapping = SafeNativeMethods.CreateFileMappingW( NativeConstants.INVALID_HANDLE_VALUE, IntPtr.Zero, NativeConstants.PAGE_READWRITE | NativeConstants.SEC_COMMIT, 0, mappingSize, mappingName); error = Marshal.GetLastWin32Error(); if (this.hFileMapping == IntPtr.Zero) { throw new Win32Exception(error, "CreateFileMappingW() returned NULL (" + error.ToString() + ")"); } this.isFirstInstance = (error != NativeConstants.ERROR_ALREADY_EXISTS); } My environment are following: OS : Windows XP SP2 visual studio 2008 source code: 3.22 In my pc, Paint.net 3.22 (binary) is installed and works well. Only source code doesn't work well. At first, an error (for several missing files: I posted before) occured. but I copied the missing files from product version(3.22) to Debug directory in open source code(also 3.22), then everything seemed to be ok. But unfortunately, above error occured.(is called "Don't send error" ). It really borthers me! Please help me. Thanks.
  6. Hi, I put mt.exe and signtool.exe in windows directory, so that I built code successfully. But, when I execute code, the following warning box is showed. Paint.NET has detected that some important installation files are missing. If you click the Repari button.......... The missing files are: PaintDotNet.String.3.DE.resources, paintDotNet.Strings.3.ES.resources, ... ... ... ... .. So, i click the Repair button, but failed. OS: Windows XP SP2 Visual Studio 2008 What shall I do? Please help me. Thanks.
  7. Hi every body! I have Visual Studio 2005, not 2008. But, Paint.net 3.22, open source is available in Version 2008. Where can i find the source code for 2005? Thanks!
×
×
  • Create New...