Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
AnswerRe: Message or Callback? Pin
John Fisher31-Oct-02 9:07
John Fisher31-Oct-02 9:07 
GeneralRe: Message or Callback? Pin
Daniel Strigl4-Nov-02 0:54
Daniel Strigl4-Nov-02 0:54 
Generalcreating an add-in with c# Pin
Danny Rodriguez30-Oct-02 18:58
Danny Rodriguez30-Oct-02 18:58 
GeneralRe: creating an add-in with c# Pin
Steven Lyons30-Oct-02 19:52
Steven Lyons30-Oct-02 19:52 
GeneralClickety Police! Pin
David Stone31-Oct-02 3:59
sitebuilderDavid Stone31-Oct-02 3:59 
QuestionPlaceholders in C#? Pin
Anonymous30-Oct-02 18:21
Anonymous30-Oct-02 18:21 
AnswerRe: Placeholders in C#? Pin
Steven Lyons30-Oct-02 19:44
Steven Lyons30-Oct-02 19:44 
AnswerRe: Placeholders in C#? Pin
Daniel Turini31-Oct-02 8:09
Daniel Turini31-Oct-02 8:09 
This kind of code can lead to some bugs and security issues. If you want to keep with it or for uses other than SQL queries, use String.Format(), or, for better performance and solve the bugs I've mentioned, use classes like SqlCommand and SqlParameter.


lazy isn't my middle name.. its my first.. people just keep calling me Mel cause that's what they put on my drivers license. - Mel Feik
Questionwhy a referenced dll can not check out??? Pin
fftongzhi30-Oct-02 15:40
fftongzhi30-Oct-02 15:40 
AnswerRe: why a referenced dll can not check out??? Pin
Daniel Turini31-Oct-02 8:04
Daniel Turini31-Oct-02 8:04 
GeneralRe: why a referenced dll can not check out??? Pin
fftongzhi31-Oct-02 14:27
fftongzhi31-Oct-02 14:27 
GeneralIndexer problem Pin
nothign12312330-Oct-02 11:31
nothign12312330-Oct-02 11:31 
GeneralStrange Mutex Behavior Pin
EricK730-Oct-02 9:26
sussEricK730-Oct-02 9:26 
GeneralRe: Strange Mutex Behavior Pin
EricK730-Oct-02 11:17
sussEricK730-Oct-02 11:17 
GeneralRe: Strange Mutex Behavior Pin
Richard Deeming30-Oct-02 23:50
mveRichard Deeming30-Oct-02 23:50 
GeneralRe: Strange Mutex Behavior Pin
EricK731-Oct-02 3:40
sussEricK731-Oct-02 3:40 
GeneralInitiateComponents() Pin
Donald Blachly30-Oct-02 4:05
Donald Blachly30-Oct-02 4:05 
GeneralRe: InitiateComponents() Pin
Stephane Rodriguez.30-Oct-02 4:18
Stephane Rodriguez.30-Oct-02 4:18 
GeneralRe: InitiateComponents() Pin
James T. Johnson30-Oct-02 4:28
James T. Johnson30-Oct-02 4:28 
GeneralRe: InitializeComponent() Pin
Donald Blachly30-Oct-02 13:32
Donald Blachly30-Oct-02 13:32 
GeneralRe: InitializeComponent() Pin
James T. Johnson30-Oct-02 13:36
James T. Johnson30-Oct-02 13:36 
GeneralRe: InitiateComponents() Pin
Senkwe Chanda31-Oct-02 1:54
Senkwe Chanda31-Oct-02 1:54 
General2 questions Pin
Anonymous29-Oct-02 19:12
Anonymous29-Oct-02 19:12 
GeneralRe: 2 questions Pin
David Stone29-Oct-02 19:58
sitebuilderDavid Stone29-Oct-02 19:58 
GeneralRe: 2 questions Pin
Nnamdi Onyeyiri29-Oct-02 20:51
Nnamdi Onyeyiri29-Oct-02 20:51 

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.