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
N

nta_3886

@nta_3886
About
Posts
7
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Query work in Access Query, but don't work in C#
    N nta_3886

    My database Access have 3-columns : ID (int), Doc_no(string), Rcv_date(Date). I try to filter the newest row in the rows that have same Doc_no. i have a query for database Access :

    SELECT ID, Doc_No, Rcv_Date,
    FROM [SDC Documents Record] A
    WHERE (ID =
    (SELECT TOP 1 ID
    FROM [SDC Documents Record]
    WHERE (A.Doc_No = Doc_No)
    ORDER BY Rcv_Date DESC))

    That query still work well with Query Tool in Access, but in Query Builder in Visual Stuido 12 - C#, there are message : "Error in WHERE clause near 'ORDER'" . I don't know why. Plesea help me to fix it

    leo

    C# help database csharp

  • help quick
    N nta_3886

    who did made a program that is like Pain(simple,it only draw line,rectangular...) in Windown.if you made,you can share for me.I am making it,but it is dificult

    leo

    C# help

  • need quickly
    N nta_3886

    i find a program as program PAIN in Window.if you have ,please share for me

    leo

    Windows Forms

  • help me quickly
    N nta_3886

    i make a software help to connect many device with PC,use COM1 in PC.it sent a syntax(have adrees of receiver),and after a little time the device(receiver) sent data to PC in COM1 my problem is if it ask all device,and wait the answer all device,it used many time.that is bad I want it work multitasking-it ask a device,and when it wait for answer,it can ask other device... note:COM1 only can sent or receive at the moment

    leo

    C# help

  • i find a project
    N nta_3886

    thank your reply.my problem:i make a event draw a line example Point p=new Point(); Pen pe =new Pen(Color.Black,1); private void mouseDown (object sender, MouseEventArgs e) { p = e.Location; } private void mouseUp(object sender, MouseEventArgs e) { Graphics g = this.CreateGraphics(); g.DrawLine(pe,p,e.Location); g.Dispose(); } this code draw a line from the location at Mouse Down to the location at the Mouse Up When mouse move, I want alway have a line from location at Mouse Down to the location of Mouse at the moment.but when Mouse up,there is only a line. It is similar to the draw a line in program Paint of Window.i can't write code. If you know,please tell me quick

    leo

    Windows Forms help

  • i find a project
    N nta_3886

    I am writing code about a form.it similar to Paint of Window.i have a some problem,so i find code to look for my problem

    leo

    Windows Forms help

  • how to convert a string to a mathematical function
    N nta_3886

    i have a mathematical function,example x^2+sin(x),but it is String.i want it is mathematical function,it can return value float

    leo

    Algorithms tutorial
  • Login

  • Don't have an account? Register

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