Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
QuestionFullscreen forms? Pin
Zibar16-Jan-03 0:55
sussZibar16-Jan-03 0:55 
Generalunable to reflect type Pin
p daddy16-Jan-03 0:17
p daddy16-Jan-03 0:17 
GeneralRe: unable to reflect type Pin
FruitBatInShades16-Jan-03 0:55
FruitBatInShades16-Jan-03 0:55 
GeneralRe: unable to reflect type Pin
p daddy16-Jan-03 0:57
p daddy16-Jan-03 0:57 
GeneralRe: unable to reflect type Pin
Anonymous16-Jan-03 6:13
Anonymous16-Jan-03 6:13 
GeneralRe: unable to reflect type Pin
p daddy16-Jan-03 6:16
p daddy16-Jan-03 6:16 
GeneralConvert string to byte[] Pin
Christian Graus15-Jan-03 16:14
protectorChristian Graus15-Jan-03 16:14 
GeneralRe: Convert string to byte[] Pin
David Stone15-Jan-03 17:48
sitebuilderDavid Stone15-Jan-03 17:48 
In the System.Text namespace, there are a bunch of classes ending with Encoding. They have a method called GetBytes with a bunch of overloads. So in the case of Unicode text, you would use:

byte[] string2byte = System.Text.UnicodeEncoding.GetBytes("This is a string"); Smile | :)


I don't know whether it's just the light but I swear the database server gives me dirty looks everytime I wander past.
-Chris Maunder

Microsoft has reinvented the wheel, this time they made it round.
-Peterchen on VS.NET

GeneralRe: Convert string to byte[] Pin
Eric Gunnerson (msft)16-Jan-03 13:08
Eric Gunnerson (msft)16-Jan-03 13:08 
GeneralRe: Convert string to byte[] Pin
Christian Graus16-Jan-03 13:11
protectorChristian Graus16-Jan-03 13:11 
GeneralRe: Convert string to byte[] Pin
David Stone16-Jan-03 15:40
sitebuilderDavid Stone16-Jan-03 15:40 
GeneralRe: Convert string to byte[] Pin
Christian Graus16-Jan-03 15:51
protectorChristian Graus16-Jan-03 15:51 
GeneralRe: Convert string to byte[] Pin
David Stone16-Jan-03 16:04
sitebuilderDavid Stone16-Jan-03 16:04 
QuestionHow to disable base class property? Pin
linjie15-Jan-03 15:46
linjie15-Jan-03 15:46 
AnswerRe: How to disable base class property? Pin
Paul Riley16-Jan-03 2:14
Paul Riley16-Jan-03 2:14 
GeneralDictionary Class Pin
MStanbrook15-Jan-03 14:11
MStanbrook15-Jan-03 14:11 
GeneralRe: Dictionary Class Pin
leppie15-Jan-03 14:37
leppie15-Jan-03 14:37 
GeneralRe: Dictionary Class Pin
Philip Fitzsimons16-Jan-03 1:42
Philip Fitzsimons16-Jan-03 1:42 
GeneralAccessing/remoting a network PC Pin
vlusardi15-Jan-03 13:37
vlusardi15-Jan-03 13:37 
QuestionCloning a control? Pin
FruitBatInShades15-Jan-03 13:17
FruitBatInShades15-Jan-03 13:17 
AnswerRe: Cloning a control? Pin
leppie15-Jan-03 13:46
leppie15-Jan-03 13:46 
GeneralSubclassing Problems.... Pin
FruitBatInShades15-Jan-03 12:01
FruitBatInShades15-Jan-03 12:01 
GeneralRe: Subclassing Problems.... Pin
leppie15-Jan-03 13:49
leppie15-Jan-03 13:49 
GeneralRe: Subclassing Problems.... Pin
FruitBatInShades15-Jan-03 23:07
FruitBatInShades15-Jan-03 23:07 
GeneralRe: Subclassing Problems.... Pin
James T. Johnson15-Jan-03 15:07
James T. Johnson15-Jan-03 15:07 

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.