Serge - appTranslator

3,173
Reputation
326 views

Registered User

Name Serge - appTranslator
Member for 1 year
Seen 5 mins ago
Website
Location Belgium
Age 42
I'm a self appointed Internationalization Specialist, author of appTranslator, a great tool to translate the UI of your programs. I also do consulting, both in internationalization and my other field of expertise: Mobile applications, telemetry, wireless communication, M2M and process control.
1d
answered c# ascii protocol problem
Dec
2
comment How to get namespace of executing STATIC function ?
Ah yes, I should have been more explicit about not wanting the first solution. The 2nd one is what I was looking for. Thanks!
Dec
2
revised How to get namespace of executing STATIC function ?
added 70 characters in body
Dec
2
asked How to get namespace of executing STATIC function ?
Nov
25
revised How to connect to an SQLite(CE) database on a windows mobile phone?
added 296 characters in body
Nov
25
comment How to connect to an SQLite(CE) database on a windows mobile phone?
Just to check it works: Copy your .sdf file in the root of your device, then use "\filename.sdf" in the connection string. It should work. Also, I added some advice in my answer to test that the DB can be opened using another program.
Nov
24
answered What backup strategy do you use for your code?
Nov
24
answered How to embed multilanguage *.resx (or *.resources) files in single EXE?
Nov
24
comment Create virtual methods using xsd.exe
@Ed: Obviously, asking for opinions and existing solutions before jumping on the keyboard to hack a solution seems a sign of good mental health.
Nov
24
answered Create virtual methods using xsd.exe
Nov
24
comment Looking for tool that can see tables and data in sqlCE - in computer that isnt have Visual studio or SQL server
+1 for Primeworks. João Paulo Figueira, the guy behind Primeworks, gives outstanding support. Yes, even with such a low price point.
Nov
24
comment How to connect to an SQLite(CE) database on a windows mobile phone?
See my edited answer
Nov
24
answered How to connect to an SQLite(CE) database on a windows mobile phone?
Nov
21
comment Why is Object.GetType() a method instead of a property?
Mikko, according to the docs, GetType() doesn't throw any exception.
Nov
20
answered Sending Email through .NET code
Nov
20
comment C# naming convention for enum and matching property
Even though MS says that plural should be kept for flags, over the time, I've come to like that solutions more and more. I now use it for enums as well. Hence I changed my mind and accepted your answer instead of Filip's.
Nov
19
comment How to detect OS of Win7 Home Premium, Win7 Professional, Win7 Enterprise or Win7 ultimate?
How does this help determining the Win7 edition?
Nov
18
comment Latin squares generator? (Sudoku-like constraint problem)
homework? if yes, please tag it as such
Nov
18
answered Why does adding two shorts return an int?
Nov
18
revised Determine the current HINSTANCE?
added 1 characters in body
Nov
17
comment Determine the current HINSTANCE?
Adrian, how would the code in the library know in which module (exe/dll) it sits?
Nov
17
comment Determine the current HINSTANCE?
Not totally correct: It reutrns the HINSTANCE of the exe. If the code executes in a DLL, this may lead to wrong behaviours
Nov
17
answered Determine the current HINSTANCE?
Nov
17
answered How do I split a large MFC project into smaller projects
Nov
16
comment RegEx match open tags except XHTML self-contained tags
For the sake of History transmission to future generations, I ask Jeff (Atwwod, not the OP) to disable edit capabilities on this answer: We don't want it to be altered in any way!
Nov
16
answered Setup email server to respond to emails sent to an account
Nov
16
answered MFC COM or ATL COM (ActiveX)
Nov
15
revised How to write my own printf() in C ?
edited title
Nov
12
revised HOW TO MAKE localization?
edited body; edited tags
Nov
11
comment Find out if computer rebooted since the last time my program ran?
How does GetTickCount() help?
Nov
11
comment Find out if computer rebooted since the last time my program ran?
%TMP% cleared at each reboot? I have file that are yeares old in there! Also, The MoveFileEx trick seems to require admin rights, right?
Nov
11
comment Find out if computer rebooted since the last time my program ran?
Would you please care to explain what you have in mind. And how it would work for successive runs under different non-admin user accounts. TIA.
Nov
11
answered Localization of string literals
Nov
3
comment Get date of first day of week
Yes, indeed: Not internationalized. Monday is not always the first day of week.
Nov
2
answered How do I reliably detect when the mouse leaves a control?
Nov
2
accepted WinInet: timeout management in FTP put
Nov
2
answered WinInet: timeout management in FTP put
Oct
31
answered compile errors w/wininet & winhttp in MFC application
Oct
30
answered Resources in a static lib file - MFC
Oct
29
revised Change language in mobile application
edited tags
Oct
29
answered Change language in mobile application
Oct
29
answered Have you ever bought a commercial implementation of a programming language for personal programming projects?
Oct
29
accepted MFC : creating a hyperlink in a button
Oct
28
comment MFC : creating a hyperlink in a button
I don't think so but I don't have in depth knowledge of this control. I would be surprised since the purpose is to mimic basic HTML links so that users understand they can click the text.
Oct
27
revised Split string in 512 char chunks [C#]
deleted 24 characters in body
Oct
27
answered Does MFC have a built in grid control?
Oct
27
comment What is the standard format for localised resource files on different development platforms?
TMX is used for translation memories. Document translations are better stored in XLIFF files.
Oct
27
comment Substitute the timer.
Ash, I stand corrected. I removed the offending comment.
Oct
27
revised Substitute the timer.
added 205 characters in body
Oct
27
comment Substitute the timer.
Ash, thanks for correcting me. And apologies also! I have no excuses: 10k people usually don't make such basic mistakes + the book is on my bookshelf! I edited my answer to reflect your comment