epotter

1,399
reputation
163 views

Registered User

name epotter
member for 1 year
seen 15 hours ago
website
location Fort Wayne, IN
age 30
I am a Senior Software Engineer for Logikos, Inc.
1d
revised Tips for developing Penlets
edited tags
Dec
11
comment Font linking in the registry
I had thought about that, but this is a fairly large application and it would require modifications to 20+ custom controls. Part of my motives behind this question was to see if font linking was a standard practice or if it was overly clever.
Dec
11
answered How do I grant a service user sufficient rights to create registry keys in windows 7
Dec
11
revised Write Access to Program Files folder
fixed the link
Dec
11
answered Writing drive C: in Windows 7/Vista
Dec
11
answered UAC - embedding manifest for .net
Dec
11
answered Write Access to Program Files folder
Dec
10
comment Requested Execution Level for a dll
Can a DLL be executed as it's own process or does it have to be launched from an EXE?
Dec
10
asked Requested Execution Level for a dll
Dec
10
answered Changing an assembly’s manifest without re-building
Dec
10
comment How can I determine which version of Chrome is installed?
That works to see the version manually, but I need to get the version number programmaticlly.
Dec
10
revised How can I determine which version of Chrome is installed?
added 16 characters in body; edited tags
Dec
10
accepted Are there any free Xml Diff/Merge tools available?
Dec
9
answered how to open a web page on click of button in InstallShield?
Dec
9
answered Are there any free Xml Diff/Merge tools available?
Dec
2
comment Font linking in the registry
@nobugz - I agree this would be the simplest solution and it is currently my fall back plan. However, Arial Unicode MS doesn't display some of the East Asian characters as well as the region specific fonts.
Dec
2
comment Font linking in the registry
I could, but there are several reasons why I would prefer not to. The main reason is that it requires a license for redistribution. It is included with office, so most but not all of my users would have it.
Dec
2
revised Font linking in the registry
added 10 characters in body
Dec
2
asked Font linking in the registry
Dec
2
comment C# Supporting Asian Languages
Arial Unicode MS is installed with Office, but it is not free to redistribute. It must be licensed.
Dec
2
comment Windows: Getting glyph outlines for substitution characters from other fonts
Is the IMLangFontLink interface library always installed on windows?
Dec
1
revised Which font should I use for Latin and East Asian characters
added 49 characters in body
Dec
1
comment Which font should I use for Latin and East Asian characters
Part of my problem is that I'm currently letting the OS pick the font and at times it looks terrible. If the user installs the Chinese version of my app on an English version of Windows XP (with the east Asian language pack installed), the characters are all jumbled together.
Nov
30
asked Which font should I use for Latin and East Asian characters
Nov
30
comment Displaying a unicode text in C#
It should be noted that Arial Unicode MS must be licensed before you can redistribute it.
Nov
9
asked Display XML in a WPF textbox
Nov
2
asked How can I manually determine the CodePage and Locale of the current OS
Oct
31
revised Why is DateTime a structure in .Net?
added 139 characters in body
Oct
31
answered Why is DateTime a structure in .Net?
Oct
30
answered How can I insert elements into a Queue in C#
Oct
30
comment Calculating Length Based on Sensor Data
I doubt the calculation will be linear, we will need more examples values to be able to help you. For example, we will need to know the values are 2, 3, 4, 7, and 8 inches.
Oct
30
answered need to create a summary of a large switch statement in C#
Oct
28
answered Best way to setup a Windows build environment for C/C++
Oct
26
revised How do I collapse selected chunks of code in Visual Studio 2008?
deleted 3 characters in body
Oct
26
answered How do I collapse selected chunks of code in Visual Studio 2008?
Oct
26
comment How do I collapse selected chunks of code in Visual Studio 2008?
I'm not sure why you think it is commenting out the code. You should be able to use the #pragma regions statements to create collapsible chunks of working code.
Oct
14
comment PPV Code Review - Is it good idea?
If you want to contact me, email me at <my stackoverflow username> @logikos.com
Oct
14
answered Where can I find interesting .Net screencasts ? (F#, IronRuby, IronPython,…)
Oct
14
comment PPV Code Review - Is it good idea?
I hate to sound like a salesman, but my company does code reviews.
Oct
10
awarded  Yearling
Oct
9
accepted InstallShield 2009 Pre install..
Oct
8
answered InstallShield 2009 Pre install..
Oct
8
answered How to determine version of FLASH with InstallShield 2009
Oct
7
accepted Multilingual windows application using C#.NET
Oct
3
accepted White noise sources for concentration while programming
Oct
2
comment Looking for Hardware that will easily interface with my .NET code.
I've used Phidgets on a few projects and have had nothing but good experiences. The C# libraries wrap everything beautifully.
Oct
2
answered White noise sources for concentration while programming
Oct
2
answered Is there any practical use for an esoteric language?
Sep
9
comment Problem with DBCC CHECKIDENT with Chinese characters in table name
perfect. Thank you.
Sep
9
asked Problem with DBCC CHECKIDENT with Chinese characters in table name