Click here to Skip to main content
15,899,314 members
Home / Discussions / C#
   

C#

 
AnswerRe: Attach file to the webform textbox Pin
CodeBlack14-Aug-13 3:13
professionalCodeBlack14-Aug-13 3:13 
QuestionC# Winforms GUI : Stack and Heap question Pin
DSLoginYea13-Aug-13 4:13
DSLoginYea13-Aug-13 4:13 
AnswerRe: C# Winforms GUI : Stack and Heap question Pin
Richard MacCutchan13-Aug-13 5:16
mveRichard MacCutchan13-Aug-13 5:16 
AnswerRe: C# Winforms GUI : Stack and Heap question Pin
Richard MacCutchan13-Aug-13 5:18
mveRichard MacCutchan13-Aug-13 5:18 
GeneralRe: C# Winforms GUI : Stack and Heap question Pin
DSLoginYea13-Aug-13 5:42
DSLoginYea13-Aug-13 5:42 
AnswerRe: C# Winforms GUI : Stack and Heap question Pin
SaqibRasheed19-Aug-13 8:46
SaqibRasheed19-Aug-13 8:46 
QuestionWindows Service starts on Win7, but not on 2003 oder 2008 Pin
markusa7013-Aug-13 3:22
markusa7013-Aug-13 3:22 
AnswerRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
Dave Kreskowiak13-Aug-13 4:05
mveDave Kreskowiak13-Aug-13 4:05 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
markusa7014-Aug-13 19:09
markusa7014-Aug-13 19:09 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
Dave Kreskowiak15-Aug-13 2:26
mveDave Kreskowiak15-Aug-13 2:26 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
markusa7015-Aug-13 2:33
markusa7015-Aug-13 2:33 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
Dave Kreskowiak15-Aug-13 4:53
mveDave Kreskowiak15-Aug-13 4:53 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
markusa7015-Aug-13 19:31
markusa7015-Aug-13 19:31 
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 

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.