Click here to Skip to main content
15,909,624 members
Home / Discussions / C#
   

C#

 
Questionshared add-in Com Dynamic path problem Pin
mind_Lock13-Jun-06 23:44
mind_Lock13-Jun-06 23:44 
QuestionBinding Child forms with MDI form in C# Pin
Alamzeb khan13-Jun-06 23:38
Alamzeb khan13-Jun-06 23:38 
AnswerRe: Binding Child forms with MDI form in C# Pin
Mr. VB.NET14-Jun-06 5:19
Mr. VB.NET14-Jun-06 5:19 
QuestionActiveX Pin
Andrew Mercer13-Jun-06 23:27
Andrew Mercer13-Jun-06 23:27 
AnswerRe: ActiveX Pin
MrKalinka14-Jun-06 0:09
MrKalinka14-Jun-06 0:09 
GeneralRe: ActiveX Pin
Andrew Mercer14-Jun-06 0:50
Andrew Mercer14-Jun-06 0:50 
QuestionString problem with // and //// [modified] Pin
johan313113-Jun-06 23:26
johan313113-Jun-06 23:26 
AnswerRe: String problem with // and //// Pin
Robert Rohde14-Jun-06 0:49
Robert Rohde14-Jun-06 0:49 
Simple answer: Don't put a second '\' in the database string. This is only needed when you hardcode the string. When typing "\\" the actual string crated is only "\". The fact that you need two of them is just to tell the compiler what you are actually meaning. Instead of this you could also write @"Server=TOIMISTO\SQLEXPRESS;Database=ValkyriaDB;Trusted_Connection=True;". The @ tells the compiler that backslashes within the whole string are not treated specially.
QuestionConvert to array of string Pin
Tamimi - Code13-Jun-06 23:17
Tamimi - Code13-Jun-06 23:17 
AnswerRe: Convert to array of string [modified] Pin
J4amieC13-Jun-06 23:23
J4amieC13-Jun-06 23:23 
GeneralRe: Convert to array of string Pin
Tamimi - Code13-Jun-06 23:28
Tamimi - Code13-Jun-06 23:28 
AnswerRe: Convert to array of string Pin
rah_sin13-Jun-06 23:30
professionalrah_sin13-Jun-06 23:30 
GeneralRe: Convert to array of string Pin
Tamimi - Code13-Jun-06 23:40
Tamimi - Code13-Jun-06 23:40 
GeneralRe: Convert to array of string Pin
rah_sin13-Jun-06 23:45
professionalrah_sin13-Jun-06 23:45 
GeneralRe: Convert to array of string Pin
Tamimi - Code13-Jun-06 23:54
Tamimi - Code13-Jun-06 23:54 
GeneralRe: Convert to array of string Pin
rah_sin14-Jun-06 0:12
professionalrah_sin14-Jun-06 0:12 
GeneralRe: Convert to array of string Pin
Tamimi - Code14-Jun-06 1:02
Tamimi - Code14-Jun-06 1:02 
AnswerRe: Convert to array of string Pin
Guffa14-Jun-06 1:29
Guffa14-Jun-06 1:29 
GeneralRe: Convert to array of string Pin
Tamimi - Code14-Jun-06 1:46
Tamimi - Code14-Jun-06 1:46 
GeneralRe: Convert to array of string Pin
Guffa14-Jun-06 6:25
Guffa14-Jun-06 6:25 
QuestionDuplicate Email checking with AJAX... Pin
YoungJoe13-Jun-06 23:03
YoungJoe13-Jun-06 23:03 
AnswerRe: Duplicate Email checking with AJAX... Pin
stancrm14-Jun-06 0:34
stancrm14-Jun-06 0:34 
Questionstring split error ? help please ... [modified] Pin
cmpeng3413-Jun-06 22:48
cmpeng3413-Jun-06 22:48 
AnswerRe: string split error ? help please ... [modified] Pin
rah_sin13-Jun-06 22:53
professionalrah_sin13-Jun-06 22:53 
AnswerRe: string split error ? help please ... Pin
Roy Heil14-Jun-06 3:18
professionalRoy Heil14-Jun-06 3:18 

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.