Click here to Skip to main content
16,017,638 members
Home / Discussions / C#
   

C#

 
QuestionToolbar buttons size getting changed Pin
hariakuthota19-Aug-09 4:49
hariakuthota19-Aug-09 4:49 
QuestionC# Server and Client! Pin
nhqlbaislwfiikqraqnm19-Aug-09 4:00
nhqlbaislwfiikqraqnm19-Aug-09 4:00 
AnswerRe: C# Server and Client! Pin
Hristo-Bojilov19-Aug-09 4:13
Hristo-Bojilov19-Aug-09 4:13 
AnswerRe: C# Server and Client! Pin
Keith Barrow19-Aug-09 4:15
professionalKeith Barrow19-Aug-09 4:15 
GeneralRe: C# Server and Client! Pin
nhqlbaislwfiikqraqnm19-Aug-09 4:18
nhqlbaislwfiikqraqnm19-Aug-09 4:18 
GeneralRe: C# Server and Client! Pin
nhqlbaislwfiikqraqnm19-Aug-09 5:59
nhqlbaislwfiikqraqnm19-Aug-09 5:59 
QuestionFormatting a Richtextbox or something similiar Pin
mbangh19-Aug-09 3:48
mbangh19-Aug-09 3:48 
AnswerRe: Formatting a Richtextbox or something similiar Pin
Hristo-Bojilov19-Aug-09 8:49
Hristo-Bojilov19-Aug-09 8:49 
This should be simple.Use RichTextBox.SaveFile(Stream,RichTextBoxStreamType) combined with MemorySteam and next save contents of the stream into DB binary field and RichTextBox.LoadFile(Stream,RichTextBoxStreamType) to load the data from the DB binary field.This will save text formatting not the text only.

Life is a stage and we are all actors!

QuestionDatagridview in Vista Pin
ramzg19-Aug-09 3:28
ramzg19-Aug-09 3:28 
AnswerRe: Datagridview in Vista Pin
Saksida Bojan19-Aug-09 7:58
Saksida Bojan19-Aug-09 7:58 
GeneralRe: Datagridview in Vista Pin
ramzg20-Aug-09 0:27
ramzg20-Aug-09 0:27 
GeneralRe: Datagridview in Vista Pin
Saksida Bojan20-Aug-09 6:50
Saksida Bojan20-Aug-09 6:50 
GeneralRe: Datagridview in Vista Pin
ramzg20-Aug-09 19:36
ramzg20-Aug-09 19:36 
QuestionHow to embed or encrypt or hide a dictionary wordlist txt file Pin
alrsds19-Aug-09 3:27
alrsds19-Aug-09 3:27 
AnswerRe: How to embed or encrypt or hide a dictionary wordlist txt file Pin
Mike Ellison19-Aug-09 3:43
Mike Ellison19-Aug-09 3:43 
AnswerRe: How to embed or encrypt or hide a dictionary wordlist txt file Pin
PIEBALDconsult19-Aug-09 4:24
mvePIEBALDconsult19-Aug-09 4:24 
GeneralRe: How to embed or encrypt or hide a dictionary wordlist txt file [modified] Pin
alrsds19-Aug-09 4:49
alrsds19-Aug-09 4:49 
GeneralRe: How to embed or encrypt or hide a dictionary wordlist txt file Pin
EliottA19-Aug-09 5:39
EliottA19-Aug-09 5:39 
GeneralRe: How to embed or encrypt or hide a dictionary wordlist txt file Pin
alrsds19-Aug-09 20:17
alrsds19-Aug-09 20:17 
QuestionAvoiding Random() Class generate the same number Pin
gamer112719-Aug-09 3:20
gamer112719-Aug-09 3:20 
AnswerRe: Avoiding Random() Class generate the same number Pin
hairy_hats19-Aug-09 3:23
hairy_hats19-Aug-09 3:23 
GeneralRe: Avoiding Random() Class generate the same number Pin
gamer112719-Aug-09 3:32
gamer112719-Aug-09 3:32 
GeneralRe: Avoiding Random() Class generate the same number Pin
hairy_hats19-Aug-09 3:39
hairy_hats19-Aug-09 3:39 
GeneralRe: Avoiding Random() Class generate the same number Pin
gamer112719-Aug-09 3:45
gamer112719-Aug-09 3:45 
GeneralRe: Avoiding Random() Class generate the same number Pin
Dave Kreskowiak19-Aug-09 4:00
mveDave Kreskowiak19-Aug-09 4:00 

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.