noisy input
this is a video i uploaded to youtubehttp://www.youtube.com/watch?v=92UC_drDwB4&feature=youtu.bewhy is my input signal so noisy? I am doing 44100 sampling rate32768 samples at a timeI have a filter...
View Articlehow to cycle from first record to the next
I'm having some issues with my code. I have 2 buttons, when a user inputs into a textbox, the first button searches the database for a matched name, and then does a SELECT statement with a LIKE clause...
View ArticleUnable to install my windows service
i have created a windows service through visual studio professional 2010 , but i am getting the following errors while performing installation process from visual studio command prompt.Please resolve...
View Articleupdate data in database
Hi,Im trying to update columns data in database .protected void update_Click(object sender, EventArgs e) { UpdateDetails2DB(); }Here is procedure for update ALTER PROCEDURE [dbo].[SP_updateDetails] --...
View ArticleC# Video Game Launcher
Hello All,I'm working on a launcher for Arma 3 - that allows the users to launch the game with or with out mods, I have it mostly hard coded right now for the mods, but I am trying to change that.This...
View ArticleMoveFileWithProgress (Copy Process)
Can someone tell me how this process works? My goal is I want to get the certain details on the image and put it on a text file. can someone teach me how? When this Copying process happens, the details...
View ArticleLearning to write a C# program to compute the perimeter of a rectangle?
How would one write a C# program to compute the perimeter of a rectangle of width w and heighth. So far this is all I have...
View ArticleHow would one write a static method to compute the total number of cents in C#?
Hi I am new to C# and I have the following problem to solve, but I do not know where to start!Write a static method to compute the total number of cents given a number of nickelsn and dimes d. Call...
View ArticleWhat code in C# does the statement System; copy?
Is it true that it copies the System.cs code into the C# program?
View ArticleConnecting with MSAccess
I have tried connecting with access but the connection is succeeded but i couldn't login.. Here is my coding: protected void btn1_Click(object sender, EventArgs e) { string mystr =...
View Articlehow to convert encrpted code to PDF file
Hi alli want to convert encrypted code to PDF file. i am using USPS tracking service they provide me encrpted form now i need to convert that into label. so i am passing that encrypt code so that i can...
View ArticleHow would one run this method?
int X(int number) { return 5 + number; } What value is returned by the call X(y*4) if y has the value 3?How would I enter this in...
View ArticleHave defined variables and how to run them with particular values?
integer variables x=10, y=5, z=3, w=2what is the vale ofw*= y + z?and of (x++ + --y) - (++x + y--)?After identifying your integers in C# what would you enter in Console.WriteLine to find the value...
View ArticleHRESULT 0x80004002 E_NOINTERFACE remote connection to OPC server with .NET...
Hello,I have this error with this sample : string str; string hostname = "XPP"; string opcServerVendor = "Cogent.DataHub.1"; str = string.Format("opcda://{0}/{1}", hostname, opcServerVendor);...
View ArticleQuestion regarding integers in C#?
Which of the following statements, if any, have the same result for integers x and y? a. x += y; b. y += x; c. x = x + y;How would you test this?
View ArticleMSDTC on server 'XXX' is unavailable
I am getting exception "MSDTC on server 'XXX' is unavailable. But I want the solution in which I should not start the DTC service in Control Panel. Is there any way to do this?public override int...
View ArticleComputing polynomials in C# and meaning of swing input dialog?
How to write a C# program to compute the value of the polynomial x<sup>2</sup> + 7x - 5. Using a Swing input dialog to input the value of x.
View ArticleProblem with 'Microsoft.ACE.OLEDB.12.0' provider !
Dear Friend,I am getting problem with my asp.net page where I want to import data from an excel file to sql server 2008 R2. If I run the page from my development environment then everything is ok. Data...
View ArticleWhen reading a method declaration how do you know the type of the return value?
So for example I wrote this: int Test(int value) { return 5 + value; } I know that the name of the method is test I know the name of its parameter is...
View ArticleApplication built in VC 6.0 Windows application crashes in Windows server...
Hi, I am facing the crash in windows 2008 r2 in Japanese OS, below are the crash dump call stacks by VS 2008 debugger. I am surprised that issue occurs in Windows 2008 r2 Japanese OS only If we exit...
View Article