Click here to Skip to main content
16,006,001 members
Home / Discussions / C#
   

C#

 
GeneralMicrosoft Word automation Pin
Radoslav Bielik19-Aug-03 6:35
Radoslav Bielik19-Aug-03 6:35 
GeneralRe: Microsoft Word automation Pin
Stephane Rodriguez.19-Aug-03 6:42
Stephane Rodriguez.19-Aug-03 6:42 
GeneralRe: Microsoft Word automation Pin
Radoslav Bielik19-Aug-03 7:16
Radoslav Bielik19-Aug-03 7:16 
GeneralAdd a progressbar to a statusbar... Pin
BoozeBomb19-Aug-03 4:18
BoozeBomb19-Aug-03 4:18 
GeneralRe: Add a progressbar to a statusbar... Pin
Heath Stewart19-Aug-03 10:04
protectorHeath Stewart19-Aug-03 10:04 
Questionany "smarter" to convert char[] to byte[]? Pin
zecodela19-Aug-03 0:32
zecodela19-Aug-03 0:32 
AnswerRe: any "smarter" to convert char[] to byte[]? Pin
Venkatraman19-Aug-03 2:24
Venkatraman19-Aug-03 2:24 
GeneralRe: any "smarter" to convert char[] to byte[]? Pin
Heath Stewart19-Aug-03 10:07
protectorHeath Stewart19-Aug-03 10:07 
Or even simpler:
System.Text.Encoding.ASCII.GetBytes(mystring)
or
System.Text.Encoding.Unicode.GetBytes(mystring)
. There are several other encodings you can use. Not only is it easier to type, but it also eliminates partial human error in case your forget an "I" in "ASCII" or something. This also results in faster calls within the CLR since parsing strings is extremely slow, and lookups would have to be performed before you got the actual Encoding object.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralDateTime manipulations Pin
kaloyan18-Aug-03 23:57
kaloyan18-Aug-03 23:57 
GeneralRe: DateTime manipulations Pin
Julian Bucknall [MSFT]19-Aug-03 7:28
Julian Bucknall [MSFT]19-Aug-03 7:28 
GeneralRe: DateTime manipulations Pin
kaloyan20-Aug-03 19:06
kaloyan20-Aug-03 19:06 
GeneralRe: DateTime manipulations Pin
Ista19-Aug-03 16:54
Ista19-Aug-03 16:54 
GeneralRe: DateTime manipulations Pin
Julian Bucknall [MSFT]20-Aug-03 17:39
Julian Bucknall [MSFT]20-Aug-03 17:39 
GeneralWhat's different between Component and Control Pin
Libra18-Aug-03 23:25
Libra18-Aug-03 23:25 
GeneralRe: What's different between Component and Control Pin
Heath Stewart19-Aug-03 10:19
protectorHeath Stewart19-Aug-03 10:19 
Generalget contents from command line Pin
tuan_tomy18-Aug-03 22:24
tuan_tomy18-Aug-03 22:24 
GeneralRe: get contents from command line Pin
Philip Fitzsimons19-Aug-03 2:53
Philip Fitzsimons19-Aug-03 2:53 
GeneralRe: get contents from command line Pin
Ista19-Aug-03 16:57
Ista19-Aug-03 16:57 
GeneralRe: get contents from command line Pin
Philip Fitzsimons19-Aug-03 22:27
Philip Fitzsimons19-Aug-03 22:27 
Generalchart/graph in C# Pin
Member 52474018-Aug-03 22:09
Member 52474018-Aug-03 22:09 
GeneralRe: chart/graph in C# Pin
J. Dunlap18-Aug-03 22:36
J. Dunlap18-Aug-03 22:36 
GeneralRe: chart/graph in C# Pin
Member 52474018-Aug-03 22:57
Member 52474018-Aug-03 22:57 
GeneralRe: chart/graph in C# Pin
J. Dunlap18-Aug-03 23:07
J. Dunlap18-Aug-03 23:07 
GeneralRe: chart/graph in C# Pin
Member 52474018-Aug-03 23:20
Member 52474018-Aug-03 23:20 
GeneralRe: chart/graph in C# Pin
19-Aug-03 7:48
suss19-Aug-03 7:48 

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.