Console application doubts
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient; namespace AssetApp { class Program { static void Main(string[]...
View ArticleContinuous Wavelet Transform(CWT) in C#
Hello,I have aset ofX[i]and Y[i]points,whereY[i] = X[i],andmust apply thecontinuouswavelet transform(CWT)to thissignal,usingwaveletMexicanhat mother.Could anyonehelp me how to do this?My goalis to make...
View Articleimage processing in asp.net and c#
hiim working on an web based application which using opencv as a library.i want execute image processing part in server side by c#, then use results in asp.net based site.what do you think isthe...
View ArticleFind aggregated volume based on price.
for( int i=0; i<bids.Count && i<count; i++ ) { WriteLine("{0,15}\t{1}\t{2}\t{3}\t{4}\t\t{5,15}\t{6}\t{7}\t{8}\t{9}", disp(bids[i].MktMkrId), disp(bids[i].MktMkrBid),...
View ArticleNeed Help.. I Really Do Not Know How To Do Conversion From Millisecond To...
private void textBox4_TextChanged(object sender, EventArgs e) { double rank = Convert.ToDouble(textBox4.Text); if (rank < 00:00:15:200) { textBox5.Text = "Excellent"; }...
View Articleplease help.. i got problem in c# code.. really need help.. :'(
privatevoid textBox4_TextChanged(object sender,EventArgs e){double rank;if(Double.TryParse(textBox4.Text,out rank)){if(rank <TimeSpan.Parse("00:00:15.200").TotalMilliseconds){...
View ArticleC# Memory Allocating and Releasing
In the following code snippet : private void btnCalc_Click(object sender, EventArgs e) { bool flag; int year; int leap; clsDates myDate = new clsDates(); . . .}The first line of code after the...
View ArticleHow can I add update information/notification of 3rd party software in my C#...
Hi,I have a C# desktop application which will keep track of my installed software(in my PC). I want to make this application more smart, like when the update version of the installed software will come...
View ArticleC# - Help with an example of a constructor shell accepting 3 values.
This is the section im having a problem with: //declare the remainder and avg variables (use these) int remainder; int avg; // constructor shell accepting three values, you fill in the //rest...
View ArticleHow Can I Update a Customer using DataGridView With show details
in my code when I edit any rows and press button update , this works well.private void button2_Click(object sender, EventArgs e) { try { bin = new BindingSource(); cmd = new SqlCommandBuilder(sda1);...
View ArticleRecieve Data From Serial Com Port C# In One Line And Convert To integer problem
Hi guys i have problem i make code that take data from serial com port for weighting machine it is ok working but it recieve data in more lines.I try to make it receive data in one line In code below i...
View ArticleDevelop an Order Processing Application using the Northwind database on SQL...
Hi, I'm looking to create set classes that represent the data stored tables.In the each of the following tables Table Name .Net Class Name Customers Customer Employees Employee Orders...
View ArticleGet keywords from the web page according to its content
What is the best way to get keywords from some web page according to its content, i.e.if we got web page in which we have article regarding the new phone from Samsung or Apple (it doesn't matter)so...
View ArticleService Calling a Form with WCF interactively.
Hi,I have a problem here.I wrote a windows service which will send a notification to a dll. This dll will notify an exe form which needed to be run first using WCF and trap the messages with a pop up...
View ArticleProblem with certificate (*.PFX) & MySql SSL server in APP config file
Hi,I have a PFX file created by following the steps on this site and named server.pfxI must add the following lines into the config file: <appSettings> <add...
View ArticleProblem with SavefileDialog process
this relates to the following post http://social.msdn.microsoft.com/Forums/vstudio/en-US/90ca521e-3eec-466c-ad66-99f3e6052f4b/putting-an-image-from-file-into-a-picturebox?forum=csharpgeneralAfter...
View Articlehow i can run automaticly my programm from usb driver ?
hi guys ... i want create a flash memory password protector ,,, i need a programm that start up automatically from my flash memory when i plugged in my flash memory to any windows like 7 or 8 or safe...
View ArticleC# and rdlc
I am currently looking at moving away from crystal reports and using Microsoft Reporting in the flavor of the rdlc format at the files need to be portable and easily added to the actual application....
View ArticleApplication theme from theme file
Is there a way that I can use a custom windows 7 theme file(s) to change the theme of my application? I have this custom windows 7 theme, it has all the files needed and everything to be used as a...
View ArticleWhen printing a report preview in a dialog box the PrintPage event does not...
Trying to print preview report in a dialog box. When execute the diaplog box prints but all I see is a blank page. When running the program it through debug it appears the PrintPage event is not...
View Article