Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
Dave Kreskowiak15-Aug-13 20:54
mveDave Kreskowiak15-Aug-13 20:54 
AnswerRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
Freak3014-Aug-13 4:00
Freak3014-Aug-13 4:00 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
markusa7014-Aug-13 19:10
markusa7014-Aug-13 19:10 
AnswerRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
Septimus Hedgehog16-Aug-13 9:55
Septimus Hedgehog16-Aug-13 9:55 
AnswerRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
markusa707-Oct-13 22:17
markusa707-Oct-13 22:17 
QuestionClipboard paste formated text in Word Pin
juliogyn12-Aug-13 15:36
juliogyn12-Aug-13 15:36 
SuggestionRe: Clipboard paste formated text in Word Pin
Richard MacCutchan12-Aug-13 20:53
mveRichard MacCutchan12-Aug-13 20:53 
AnswerRe: Clipboard paste formated text in Word Pin
OriginalGriff13-Aug-13 0:49
mveOriginalGriff13-Aug-13 0:49 
Raw text does not have any formatting - it's just a string of characters. In order to paste data into Word, you can try copying it with formatting information using Clipboard.SetText with a TextDataFormat parameter: http://msdn.microsoft.com/en-us/library/tbfb3z56.aspx[^] - but if you are copying to the clipboard to transfer data, it's generally a poor idea - any app which messed with my clipboard like that woudl be uninstalled post haste.
There are generally better ways to transfer data between apps, including into word, depending on exactly what you are trying to achieve.
This message is manufactured from fully recyclable noughts and ones. To recycle this message, please separate into two tidy piles, and take them to your nearest local recycling centre.
Please note that in some areas noughts are always replaced with zeros by law, and many facilities cannot recycle zeroes - in this case, please bury them in your back garden and water frequently.

GeneralRe: Clipboard paste formated text in Word Pin
juliogyn13-Aug-13 2:23
juliogyn13-Aug-13 2:23 
GeneralRe: Clipboard paste formated text in Word Pin
OriginalGriff13-Aug-13 3:52
mveOriginalGriff13-Aug-13 3:52 
GeneralRe: Clipboard paste formated text in Word Pin
juliogyn13-Aug-13 7:59
juliogyn13-Aug-13 7:59 
GeneralRe: Clipboard paste formated text in Word Pin
OriginalGriff13-Aug-13 8:04
mveOriginalGriff13-Aug-13 8:04 
GeneralRe: Clipboard paste formated text in Word Pin
juliogyn13-Aug-13 8:58
juliogyn13-Aug-13 8:58 
QuestionConditional question Pin
vkEE12-Aug-13 8:32
vkEE12-Aug-13 8:32 
GeneralRe: Conditional question Pin
PIEBALDconsult12-Aug-13 11:01
mvePIEBALDconsult12-Aug-13 11:01 
AnswerRe: Conditional question Pin
BillWoodruff12-Aug-13 19:28
professionalBillWoodruff12-Aug-13 19:28 
AnswerRe: Conditional question Pin
V.12-Aug-13 21:05
professionalV.12-Aug-13 21:05 
GeneralRe: Conditional question Pin
BillWoodruff13-Aug-13 6:33
professionalBillWoodruff13-Aug-13 6:33 
GeneralRe: Conditional question Pin
V.13-Aug-13 19:41
professionalV.13-Aug-13 19:41 
GeneralRe: Conditional question Pin
BillWoodruff14-Aug-13 4:03
professionalBillWoodruff14-Aug-13 4:03 
GeneralRe: Conditional question Pin
vkEE13-Aug-13 6:56
vkEE13-Aug-13 6:56 
GeneralRe: Conditional question Pin
BillWoodruff13-Aug-13 7:14
professionalBillWoodruff13-Aug-13 7:14 
AnswerRe: Conditional question Pin
V.13-Aug-13 19:48
professionalV.13-Aug-13 19:48 
GeneralRe: Conditional question Pin
Forbiddenx14-Aug-13 8:30
Forbiddenx14-Aug-13 8:30 
GeneralRe: Conditional question Pin
BillWoodruff24-Aug-13 14:10
professionalBillWoodruff24-Aug-13 14:10 

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.