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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

s4_sabahatf

@s4_sabahatf
About
Posts
30
Topics
22
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • php basics
    S s4_sabahatf

    hi im new in Php,can any one plz guide in linking database with Php

    Linux, Apache, MySQL, PHP php database tutorial

  • printing invoice
    S s4_sabahatf

    how to give printing view ,to form in word formatting

    C# tutorial

  • solution?
    S s4_sabahatf

    Response.Write " " Whats wrong in this code,if asp with JAvasript is using

    Web Development question

  • how to embed source in table using asp & VB script
    S s4_sabahatf

    how to embed source in table using asp & VB script

    Web Development tools tutorial

  • E-mail web page
    S s4_sabahatf

    how can i create a web page which is capable to send data to other id

    Web Development question

  • System.Data.OleDb.OleDbException
    S s4_sabahatf

    OleDbConnection objConnection = null; OleDbCommand objCmd = null; String strConnection, strSQL; strConnection = "Provider=Microsoft.Jet.OleDb.4.0;"; strConnection += @"Data Source=C:\use.mdb"; //strConnection += @"Data Source="+MapPath("use.mdb"); // Create and open the connection object objConnection = new OleDbConnection(strConnection); objConnection.ConnectionString = strConnection; objConnection.Open(); // set the SQL string strSQL = "INSERT INTO user (username , password ) " +"VALUES ( '1' , '9' )"; // Create the Command and set its properties objCmd = new OleDbCommand(strSQL, objConnection); // execute the command objCmd.ExecuteNonQuery(); /////////////////////////////////////////////////////////// Please do tell me the solution for following Exception ///////////////////////////////////////////////////////// An unhandled exception of type'System.Data.OleDb.OleDbException' occurred in system.data.dll

    Database database

  • OleDB using MS-Access
    S s4_sabahatf

    i m unable to insert record in table using OLeDb follwoing command.it is drawing unhandled expection,please do tell me the easiest way /////////////////////////////////////////////////////////// OleDbConnection m_Connection = new OleDbConnection(Connection); m_Connection.ConnectionString=@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:use.mdb"; m_Connection.Open(); Connection ="INSERT INTO user =(1,1)";

    Database graphics

  • OleDB using MS-Access
    S s4_sabahatf

    i m unable to insert record in table using OLeDb follwoing command.it is drawing unhandled expection,please do tell me the easiest way /////////////////////////////////////////////////////////// OleDbConnection m_Connection = new OleDbConnection(Connection); m_Connection.ConnectionString=@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:use.mdb"; m_Connection.Open(); Connection ="DELETE FROM user WHERE username = @s";

    Database graphics

  • how to write?
    S s4_sabahatf

    OleDbConnection m_Connection = new OleDbConnection(); m_Connection.ConnectionString =@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:user.mdb"; m_Connection.Open(); //m_Connection.Close(); Can any one tell me that how could i write edit command using this db

    C# database tutorial question

  • OleDB
    S s4_sabahatf

    System.Data.OleDB.OleDBConnection();// OleConn; System.Data.OleDB.OleDBConnection OleConn; "Provider=Microsoft.Jet.OLEDB.4.0; Data source=C:\tony.mdb"; OleConn.Open(); the following code is giving error OleDB namespace not exist?? please tell how to tackle that error and how to acess the database

    C# database help tutorial question

  • how to connect MS acess with C#.NET
    S s4_sabahatf

    how to connect MS acess with C#.NET

    C# csharp tutorial

  • about research proposal
    S s4_sabahatf

    i want the help regarding wrting the research proposal

    C# help

  • DrawImage to Bitmap?
    S s4_sabahatf

    then whether it do tht changes what i have done wen using with drawimage

    C# graphics question

  • DrawImage to Bitmap?
    S s4_sabahatf

    how can we convert g.DrawImage(image,rect,pixenUnit) to bitmap Image

    C# graphics question

  • Rotation of a image
    S s4_sabahatf

    now i solved my poblem by using DrawImage method,but now i m suffering from another problem that how will i change g.DrawImage(, ,) into bitmap?

    C# csharp help

  • Rotation of a image
    S s4_sabahatf

    no no !!i dnt mean that for memory let me expalin u suppose i hav a image having text "SIg" when i apply roation to that image it writes multiple times "Sig" "sig" on same image.it make partitions of that image .which creates problem

    C# csharp help

  • Rotation of a image
    S s4_sabahatf

    ya i m using the graphics object by overridng the paint method but still it creates mulipte copies then what shud i do??

    C# csharp help

  • Rotation of a image
    S s4_sabahatf

    hi i want to ask that if there exit any function through which we can rotate image in c#. i used the functions rotateTransform( , ,) and RotateAt(, ,) but the problem with these functions is that it create multiple data of the that image i want to rotate the text from the image thanx in advance

    C# csharp help

  • drawline permanently
    S s4_sabahatf

    sam could u provide me a little piece of code for this .plz

    C#

  • drawline permanently
    S s4_sabahatf

    ys i did try to draw it in the Onpaint method,but i want to draw against button? then it create problems

    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