Click here to Skip to main content
15,910,886 members
Home / Discussions / C#
   

C#

 
GeneralRe: passing data to a textbox on a form using a method in a class Pin
Christian Graus22-Jul-06 12:06
protectorChristian Graus22-Jul-06 12:06 
QuestionCopying files with long path names Pin
GazzaJ19-Jul-06 11:50
GazzaJ19-Jul-06 11:50 
AnswerRe: Copying files with long path names Pin
RizwanSharp19-Jul-06 12:08
RizwanSharp19-Jul-06 12:08 
GeneralRe: Copying files with long path names Pin
GazzaJ19-Jul-06 22:10
GazzaJ19-Jul-06 22:10 
AnswerRe: Copying files with long path names Pin
Gavin Roberts20-Jul-06 0:25
Gavin Roberts20-Jul-06 0:25 
GeneralRe: Copying files with long path names Pin
GazzaJ20-Jul-06 0:48
GazzaJ20-Jul-06 0:48 
Questionabout writing some thing into the input stream of any running process Pin
hardikvaishnav19-Jul-06 11:15
hardikvaishnav19-Jul-06 11:15 
AnswerRe: about writing some thing into the input stream of any running process Pin
led mike19-Jul-06 11:42
led mike19-Jul-06 11:42 
QuestionShow small TM sign on title bar title text Pin
Saamir19-Jul-06 9:31
Saamir19-Jul-06 9:31 
AnswerRe: Show small TM sign on title bar title text Pin
Paul Brower19-Jul-06 9:36
Paul Brower19-Jul-06 9:36 
GeneralRe: Show small TM sign on title bar title text Pin
Dan Neely19-Jul-06 9:39
Dan Neely19-Jul-06 9:39 
GeneralRe: Show small TM sign on title bar title text Pin
RizwanSharp19-Jul-06 9:44
RizwanSharp19-Jul-06 9:44 
Questionhow can I sum ... Pin
mostafa_h19-Jul-06 8:22
mostafa_h19-Jul-06 8:22 
AnswerIf you are using crystal reports Pin
Ennis Ray Lynch, Jr.19-Jul-06 8:28
Ennis Ray Lynch, Jr.19-Jul-06 8:28 
GeneralRe: If you are using crystal reports Pin
mostafa_h19-Jul-06 10:09
mostafa_h19-Jul-06 10:09 
GeneralDon't forget about SQL Injection Pin
Ennis Ray Lynch, Jr.19-Jul-06 10:12
Ennis Ray Lynch, Jr.19-Jul-06 10:12 
I don't know if your particular application is subject to this but it is always wise to use stored procedures or at the very least parameterization of your query.

SELECT sum(price) as sumOfPrice FROM table WHERE city = @city;



A man said to the universe:
"Sir I exist!"
"However," replied the Universe, "The fact has not created in me A sense of obligation."

-- Stephen Crane
GeneralRe: Don't forget about SQL Injection Pin
mostafa_h19-Jul-06 10:36
mostafa_h19-Jul-06 10:36 
QuestionThread Safety??? [modified] Pin
RizwanSharp19-Jul-06 8:12
RizwanSharp19-Jul-06 8:12 
AnswerRe: Thread Safety??? Pin
Ennis Ray Lynch, Jr.19-Jul-06 8:34
Ennis Ray Lynch, Jr.19-Jul-06 8:34 
GeneralRe: Thread Safety??? Pin
RizwanSharp19-Jul-06 9:50
RizwanSharp19-Jul-06 9:50 
GeneralPerhaps only one thread? Pin
Ennis Ray Lynch, Jr.19-Jul-06 10:32
Ennis Ray Lynch, Jr.19-Jul-06 10:32 
QuestionRe: Perhaps only one thread? Pin
RizwanSharp19-Jul-06 11:16
RizwanSharp19-Jul-06 11:16 
GeneralRe: Thread Safety??? Pin
Super Lloyd19-Jul-06 17:22
Super Lloyd19-Jul-06 17:22 
QuestionRe: Thread Safety??? Pin
Dustin Metzgar19-Jul-06 9:13
Dustin Metzgar19-Jul-06 9:13 
AnswerRe: Thread Safety??? Pin
RizwanSharp19-Jul-06 9:52
RizwanSharp19-Jul-06 9:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.