2,220 reputation
1142
bio website dimikit.com
location Dhaka, Bangladesh
age 26
visits member for 1 year, 8 months
seen 18 hours ago
stats profile views 110

Senior Specialist On Software Engineering Dimik Infotech Ltd.


18h
comment Angular.js Tutorial using the Node.js webserver
@Quentin: I ran the command from command line but it shows this error: Cannot find module 'C:\Users\User\scripts\web-server.js'
18h
comment Angular.js Tutorial using the Node.js webserver
@Quentin: I've setup nodejs with default settings.. could you please specify where could I find the web-server.js file.. I've searched into the entire C drive and found a couple of file with same name in appdata folder..
19h
comment Angular.js Tutorial using the Node.js webserver
what is the correct directory ??
Apr
21
comment Playing sound parallelly with System.Media.SoundPlayer.PlaySync() and AxWindowsMediaPlayer
I am sorry I was not here... Did you get the bounty ??
Apr
18
comment Playing sound parallelly with System.Media.SoundPlayer.PlaySync() and AxWindowsMediaPlayer
the third line is WaveOutHelper.Try(WaveNative.waveOutOpen(out m_WaveOut, device, format, m_BufferProc, 0, WaveNative.CALLBACK_FUNCTION)); I have tried several wav files but it causes the same error
Apr
18
comment Playing sound parallelly with System.Media.SoundPlayer.PlaySync() and AxWindowsMediaPlayer
After running the program I clicked open button and select a wav file. Then I pressed the play button then it crashes. It crashes at the third line of function WaveOutPlayer.The error is Object reference not set to an instance of an object.
Apr
18
comment Playing sound parallelly with System.Media.SoundPlayer.PlaySync() and AxWindowsMediaPlayer
I've downloaded the source code from the Code project link you gave.When I run it and try to play a wav file the program crashes.
Apr
18
comment Playing sound parallelly with System.Media.SoundPlayer.PlaySync() and AxWindowsMediaPlayer
Thanks for the answer. I am checking it. If it works.. I let you know.
Apr
9
comment Playing sound parallelly with System.Media.SoundPlayer.PlaySync() and AxWindowsMediaPlayer
@HansPassant Hello I separate the sound play in different thread. But it doesn't solve the problem. I still have missing sound. I edited the question and added the new code please check out that.
Apr
9
comment Playing sound parallelly with System.Media.SoundPlayer.PlaySync() and AxWindowsMediaPlayer
@HansPassant Thanks for the threading idea. I am checking it.. and let you know if it works. You should place an answer of this question.
Feb
26
comment Fix numbers count after point for decimal
The questioner asks solution WITHOUT ROUNDING
Feb
25
comment Confused about the Comand Pattern
Nice answer +1 :)
Feb
23
comment obfuscated .Net C# Application Decompile Issue
@Piskvor Thanks for giving a perfect link..
Jan
29
comment Bootstrapper Manifest Generator for Visual Studio 2010
Are you sure about the versions of software I specified... ??
Jan
29
comment Drop event not firing for canvas/StackPanel in Silverlight
reference missing for "toolkit"... I've added System.Windows.Controls.Input.Toolkit and System.Windows.Controls.Toolkit but it doesn't convince the error..
Jan
1
comment WCF on Linux - is it worth the effort
+1 for "And still don't shoot" :)
Dec
2
comment Algorithm to detect if a pixel is within a boundary
@Django : Could you please share the code ?? I am in a same situation like you..
Nov
1
comment Enterprise Library - configuring exception handling
Same query to @Caleb Vear...
Nov
1
comment Enterprise Library - configuring exception handling
@Jason : Please specify that why you forbid Enterprise Library ?? I've already implemented it in my solution and it works pretty nice..
Oct
21
comment Thread Creation
would you please specify some useful links on TPL..