Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Mads115

@Mads115
About
Posts
35
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • [Message Deleted]
    M Mads115

    [Message Deleted]

    C#

  • [Message Deleted]
    M Mads115

    [Message Deleted]

    C#

  • [Message Deleted]
    M Mads115

    [Message Deleted]

    C#

  • [Message Deleted]
    M Mads115

    [Message Deleted]

    C#

  • [Message Deleted]
    M Mads115

    [Message Deleted]

    C#

  • how to store OnComm values in a single string variable
    M Mads115

    Hi 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

    C# data-structures help tutorial

  • Similar Video retrival [modified]
    M Mads115

    if the two videos has similar clip it shld indicate it

    C# tutorial

  • Similar Video retrival [modified]
    M Mads115

    I want to know how compare the Video files

    C# tutorial

  • Similar Video retrival [modified]
    M Mads115

    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

    C# tutorial

  • MSComm events and progress bar in windows application
    M Mads115

    Hi 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

    C# csharp tutorial

  • Student Project Allocation using Genetic Algorithm
    M Mads115

    ok sir...

    ASP.NET csharp asp-net algorithms tutorial question

  • Student Project Allocation using Genetic Algorithm
    M Mads115

    Hi 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

    ASP.NET csharp asp-net algorithms tutorial question

  • Data Entry in GridView Control
    M Mads115

    Hi 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

    C# csharp tutorial visual-studio

  • how to Include Graph in C# windows Application
    M Mads115

    Thank You :)

    C# csharp data-structures performance help tutorial

  • how to Include Graph in C# windows Application
    M Mads115

    Hi 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

    C# csharp data-structures performance help tutorial

  • user name and password
    M Mads115

    this 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;

    C#

  • user name and password
    M Mads115

    Hi 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

    C#

  • Dependencies error while creating Setup file in C# Windows application
    M Mads115

    Hi Sir I added it but the Result is Same... is there any other way to solve...

    C# csharp help workspace

  • Dependencies error while creating Setup file in C# Windows application
    M Mads115

    Hi 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

    C# csharp help workspace

  • passing textbox value one form to another form..
    M Mads115

    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;

    C#
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups