Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
QuestionPassing inherited class to WebService Pin
Member 82761329-Sep-08 3:51
Member 82761329-Sep-08 3:51 
AnswerRe: Passing inherited class to WebService Pin
Guffa29-Sep-08 5:55
Guffa29-Sep-08 5:55 
Questionmigrating one database to another Pin
postonoh29-Sep-08 3:43
postonoh29-Sep-08 3:43 
Questionconvert WMA , AAC or FLAC to PCM(WAV) in C# Pin
Member 398136629-Sep-08 3:18
Member 398136629-Sep-08 3:18 
AnswerRe: convert WMA , AAC or FLAC to PCM(WAV) in C# Pin
Simon P Stevens29-Sep-08 4:51
Simon P Stevens29-Sep-08 4:51 
AnswerRe: convert WMA , AAC or FLAC to PCM(WAV) in C# Pin
Anthony Mushrow29-Sep-08 5:13
professionalAnthony Mushrow29-Sep-08 5:13 
QuestionVS20087 AddIn Problem Pin
cecildt29-Sep-08 2:05
cecildt29-Sep-08 2:05 
AnswerRe: VS20087 AddIn Problem Pin
cecildt29-Sep-08 2:41
cecildt29-Sep-08 2:41 
Don't worry, fixed it myself.

Was related to TextSelection and Resharper being clever.

When assigning TextSelection.Text, Reshaper try to insert the correct
matching brackets.

The right use for TextSelection is to use the Insert method.

testSelection.Insert(val, (int)vsInsertFlags.vsInsertFlagsInsertAtStart);
QuestionApplication not closing properly Pin
Chazzysb29-Sep-08 1:26
Chazzysb29-Sep-08 1:26 
AnswerRe: Application not closing properly Pin
HemJoshi29-Sep-08 2:31
HemJoshi29-Sep-08 2:31 
QuestionUnexpected message queue behaviour Pin
Nicholas Butler29-Sep-08 1:11
sitebuilderNicholas Butler29-Sep-08 1:11 
AnswerRe: Unexpected message queue behaviour Pin
leppie29-Sep-08 1:39
leppie29-Sep-08 1:39 
GeneralRe: Unexpected message queue behaviour Pin
Nicholas Butler29-Sep-08 1:48
sitebuilderNicholas Butler29-Sep-08 1:48 
GeneralRe: Unexpected message queue behaviour Pin
leppie29-Sep-08 2:59
leppie29-Sep-08 2:59 
GeneralRe: Unexpected message queue behaviour Pin
Nicholas Butler29-Sep-08 3:23
sitebuilderNicholas Butler29-Sep-08 3:23 
QuestionConnection problem with MS Exchange Server Pin
free_soul42429-Sep-08 1:02
free_soul42429-Sep-08 1:02 
AnswerRe: Connection problem with MS Exchange Server Pin
Brij29-Sep-08 2:24
mentorBrij29-Sep-08 2:24 
GeneralRe: Connection problem with MS Exchange Server Pin
free_soul42429-Sep-08 17:37
free_soul42429-Sep-08 17:37 
QuestionChange Resolution Pin
Hossein Afyuoni29-Sep-08 0:54
Hossein Afyuoni29-Sep-08 0:54 
AnswerRe: Change Resolution Pin
Giorgi Dalakishvili29-Sep-08 1:29
mentorGiorgi Dalakishvili29-Sep-08 1:29 
Questionreading font files Pin
GSSPriya29-Sep-08 0:51
GSSPriya29-Sep-08 0:51 
AnswerRe: reading font files Pin
Anthony Mushrow29-Sep-08 3:01
professionalAnthony Mushrow29-Sep-08 3:01 
GeneralRe: reading font files Pin
GSSPriya29-Sep-08 19:45
GSSPriya29-Sep-08 19:45 
QuestionAdd Scanner Pin
Pedram Behroozi29-Sep-08 0:05
Pedram Behroozi29-Sep-08 0:05 
AnswerRe: Add Scanner Pin
N a v a n e e t h29-Sep-08 0:12
N a v a n e e t h29-Sep-08 0:12 

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.