Sam

2,856
Reputation
313 views

Registered User

Name Sam
Member for 1 year
Seen 2 days ago
Website
Location Flensburg, Germany
Age 40
Always in search for better answers.
Nov
26
comment c# pinvoke SndGetSoundFileList?
Using out IntPtr is easy, but I can't get Marshal.PtrToStructure to convert the ppSoundFiles to an array of the structure. Is there a trick there?
Nov
25
asked c# pinvoke SndGetSoundFileList?
Nov
25
asked Play sound during standby on windows mobile?
Nov
24
asked Standard interface to select an alarm sound on windows mobile 6?
Nov
24
comment How to play a standard windows sound?
How/where did you find the appropiate alias name of the sound? I'm looking for example for the "sms received" sound.
Nov
24
comment Error “database in use” when Installing Dynamics AX 2009 Team Server.
As I wrote in my approved answer, you really need to use exactly the versions of Windows Server, SQL Server, ... the TFS install docs are referring to. Don't even install a Service Pack if it is not mentioned in the install docs.
Nov
24
comment Windows mobile program without form
But then I would need to multi-thread, letting the main thread wait for some event to end the program, since I don't have a form to handle events (sms interception, timer)?
Nov
23
comment How/where to store settings in windows mobile app?
There is a config settings class? Great! Where can I find it? Or documentation about it?
Nov
23
asked How/where to store settings in windows mobile app?
Nov
23
asked Windows mobile program without form
Nov
23
awarded  Notable Question
Nov
20
asked How to play system signal in Windows Mobile?
Nov
20
comment How to find unread sms messages in windows mobile
Great, that will do nicely! Thanks!
Nov
20
asked How to find unread sms messages in windows mobile
Nov
19
awarded  Nice Question
Nov
11
awarded  Popular Question
Nov
2
comment Win7: Out of Memory exception on Image.FromFile
Btw, for your problem: did you dispose the image? I never had this problem even for tens of thousands of images, as long as I properly dispose them (I usually used using())
Oct
30
comment Win7: Out of Memory exception on Image.FromFile
Chris, I tried this on x86 and x64 systems, on different hardware. I even tried to compile the program for x86 platform. All to no effect. The problem is independent of 32/64 bit.
Oct
30
comment Win7: Out of Memory exception on Image.FromFile
I don't think this is related to my question at all, is it?
Oct
29
comment Win7: Out of Memory exception on Image.FromFile
The codec is not needed to read the file, it is needed to interpret the raw image data (which the image viewer needs to show the picture).
Oct
29
comment Win7: Out of Memory exception on Image.FromFile
iKenndac, no, as I wrote above: the image viewer shows the image if and only if the codec is installed. The test program above does work (or, on W7, not work) regardless of the codec. Installing (or removing) the codec does not change the behaviour of the code above, neither on XP/Vista nor on Windows 7. The problem is not connected to the installation state of the codec.
Oct
29
revised Win7: Out of Memory exception on Image.FromFile
yet another statement about the codec
Oct
29
comment Win7: Out of Memory exception on Image.FromFile
divo, I can't find any abnormalities in process monitor. Of course there is a lot of noise (33,000 events) going on, so there might be something hidden. But since a fresh install did not fix, I'd be surprised. iKenndac, the native image viewer shows the file if, and only if, the nikon raw codec is installed (which works on all these systems). The load problem above persists regardless of the codec. This problem has no connection to the installation state of the codec.
Oct
29
revised Win7: Out of Memory exception on Image.FromFile
added 105 characters in body
Oct
29
comment Win7: Out of Memory exception on Image.FromFile
Oh, might I add, installing the Nikon Raw Codec does not resolve the issue. And of course GDI+ does not support display of NEF files. But it did support reading the metatags from NEF, by exactly this method. So there must be something else broken.
Oct
29
comment Win7: Out of Memory exception on Image.FromFile
Brian, you might be right, I'd consider your information as a useful answer, but this was not in the answer - and SO does not allow me to take the downvote back just because some comments where added. :(
Oct
29
comment Win7: Out of Memory exception on Image.FromFile
Well, I don't think wrong information is useful, rather the opposite. Try for yourself, you'll notice my example code and file will work with Vista/Xp and won't for Windows 7, which no part of the answer explains.
Oct
29
comment Win7: Out of Memory exception on Image.FromFile
I tried this code on four different installations of Windows 7. I even scrapped a system, reinstalled Windows 7 to be sure I got a clean box. Still I get the error. So, how do I resolve that error?
Oct
29
revised Win7: Out of Memory exception on Image.FromFile
Comment about Nikon Raw Codec
Oct
29
comment Win7: Out of Memory exception on Image.FromFile
The code does work without installing the Nikon Raw Codec on XP/Vista.
Oct
29
comment Win7: Out of Memory exception on Image.FromFile
The code works on XP/Vista without the Nikon Raw Codec. On Windows 7 it does not work, regardless of any Raw Codecs.
Oct
29
comment Dynamics AX 2009 Report: LabelPosition above does not work?
My example above (CustInvoiceJour_InvoiceId) is of type Field String, so I'd expect the label to show up above the content when I change the label position.
Oct
29
asked Win7: Out of Memory exception on Image.FromFile
Oct
29
revised How do I embed an image in a .NET HTML Mail Message?
Rendered source as source 2nd try
Oct
29
revised How to send mail with a Subject using a Mailto URL?
fixed spelling
Oct
14
asked MS Dynamics AX 2009 - how to copy/install a self programmed extension?
Oct
8
awarded  Popular Question
Oct
7
comment Developing ArcGIS 9 extension - what do I need to get started?
ArcGis 9.x is a given which I am in no position to change - the customers get the license for ArcGIS and the data in ArcGIS-Format - I don't have the power to change the choice of software in this case. But using VS/.Net sounds great. And it's good to know I need to buy the ArcGIS desktop license - customers don't like surprise expenses.
Oct
2
asked Developing ArcGIS 9 extension - what do I need to get started?
Oct
2
comment What’s the most painful product to develop against?
Oh woes me! I just "won" the privilege to port an avenue extension to ArcObjects. Reading this makes me wanna call in sick.
Sep
25
revised Dynamics AX 2009 Report: LabelPosition above does not work?
Added my expectation
Sep
25
asked Dynamics AX 2009 Report: LabelPosition above does not work?
Sep
24
asked Dynamics AX 2009 How to change customer invoice layout/printing?
Sep
23
asked change image on mouseover
Sep
22
revised push method in streaming
Corrected typo in title
Sep
16
awarded  Notable Question
Sep
16
awarded  Yearling
Sep
1
revised Any valid reason for code duplication?
Added Link to the referenced book
Sep
1
answered Any valid reason for code duplication?
Aug
18
awarded  Good Answer