[Message Deleted]
Mads115
Posts
-
[Message Deleted] -
[Message Deleted][Message Deleted]
-
[Message Deleted][Message Deleted]
-
[Message Deleted][Message Deleted]
-
[Message Deleted][Message Deleted]
-
how to store OnComm values in a single string variableHi In my project I have serial port communication.. which will receive three values with an interval of one sec, i want to store it in one single array, i don't know how to do it... the values are A0109000000000000i000(1 sec delay) B0109000000000000i000(1 sec delay) C0109000000000000i000 string res= new string[]; the value of res shld be res=A0109000000000000i000B0109000000000000i000C0109000000000000i000 how to do this Pls help me
-
Similar Video retrival [modified]if the two videos has similar clip it shld indicate it
-
Similar Video retrival [modified]I want to know how compare the Video files
-
Similar Video retrival [modified]Hi In my windows application i want to compare two videos For example X and Y are the two video clips X is the original video and Y has merge the X video with Some video clips like below input X=abcd Y=mnoabcde output Z =abcd if the video has same content the Application shld indicate the similar Clips I dont know how to compare the Video files please guide me Thanks in Advance
modified on Saturday, September 19, 2009 8:42 AM
-
MSComm events and progress bar in windows applicationHi In my C# windows application (VS2005), I am using MsComm for serial port communication. In button Click Event i ll Send the data's to the serial port... i want to show the data progress in ProgressBar control. Please guide me.... Thanks in advance
-
Student Project Allocation using Genetic Algorithmok sir...
-
Student Project Allocation using Genetic AlgorithmHi I am creating my first ASP.net Project(C#).... my project is Student Project Allocation using Genetic Algorithm...... I have no idea in Genetic Algorithm..... can Any one explain what is Genetic Algorithm and how to implement in ASP. Thanks In Advance
-
Data Entry in GridView ControlHi I am creating an Windows Application (C# Visual studio 2005) for Billing System in that i want to enter the fields(Product name,price,unit price, total) in GridView Control.... Please guide me how to enter the data in Gridview control Thanks in advance
-
how to Include Graph in C# windows ApplicationThank You :)
-
how to Include Graph in C# windows ApplicationHi I am Creating a windows application, in that i want to show the Employee performance by Graph........ I don't know how to include Graph in my application.. Pls Help me Thanks in Advance
-
user name and passwordthis is the Code I am using SqlConnection Con1 = new SqlConnection("server=.;database=ab;uid=sa;pwd=max"); Con1.Open(); SqlCommand cmd1 = new SqlCommand("select UserName,Password from mads Where Username= '" + usrtxt.Text + "' and Password ='" + passtxt.Text + "'", Con1); SqlDataReader dr = cmd1.ExecuteReader(); dr.Read(); if (dr.HasRows == true) { prj = new Project_Details(usrtxt.Text); prj.Show(); } dr.close;
-
user name and passwordHi In my login form i have set user name Password as "admin" and "sa" if i type ADMIN and SA it should not work but its working.. how resolve it thanks in advance
-
Dependencies error while creating Setup file in C# Windows applicationHi Sir I added it but the Result is Same... is there any other way to solve...
-
Dependencies error while creating Setup file in C# Windows applicationHi I am getting this error while creating the setup file..... The following files may have dependencies that cannot be determined automatically. Please Confirm that all Dependencies have been added to the project. C:\windows\mscomm32.ocx how solve it... Please give me Solution THanks in advance
-
passing textbox value one form to another form..Hi iam getting this error near label1 'WindowsApplication1.Form2.label1' is inaccessible due to its protection level' Form2 newform = new Form2(); newform.label1.Text = this.textBox1.Text;