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

C#

 
AnswerRe: Scrolling Progressbar Pin
Mridang Agarwalla30-Mar-06 20:23
Mridang Agarwalla30-Mar-06 20:23 
AnswerRe: Scrolling Progressbar Pin
Nicholas Butler31-Mar-06 22:01
sitebuilderNicholas Butler31-Mar-06 22:01 
Questionhow to place custom controls on top of the other controls Pin
Oskars30-Mar-06 16:55
Oskars30-Mar-06 16:55 
GeneralRe: how to place custom controls on top of the other controls Pin
George L. Jackson30-Mar-06 17:25
George L. Jackson30-Mar-06 17:25 
GeneralRe: how to place custom controls on top of the other controls Pin
Oskars30-Mar-06 17:44
Oskars30-Mar-06 17:44 
GeneralRe: how to place custom controls on top of the other controls Pin
microsoc30-Mar-06 20:33
microsoc30-Mar-06 20:33 
QuestionC# Equivalent of "chunk_split" Pin
emran83430-Mar-06 15:48
emran83430-Mar-06 15:48 
AnswerRe: C# Equivalent of "chunk_split" Pin
leppie30-Mar-06 19:20
leppie30-Mar-06 19:20 
emran834 wrote:
string chunk_split ( string body [, int chunklen [, string end]] )
This functoin can be used to split a string into smaller chunks which is useful for e.g. converting base64_encode() output to match RFC 2045 semantics. It inserts end (defaults to "\r\n") every chunklen characters (defaults to 76). It returns the new string leaving the original string untouched.


What is the problem? From the description its pretty clear what it does, so just implement the same in C#. One way is to use a StringBuilder and inject '\r\n' at every 76 char interval.


GeneralRe: C# Equivalent of "chunk_split" Pin
emran8345-Apr-06 8:42
emran8345-Apr-06 8:42 
AnswerRe: C# Equivalent of "chunk_split" Pin
Vasudevan Deepak Kumar30-Mar-06 20:37
Vasudevan Deepak Kumar30-Mar-06 20:37 
QuestionMinimizing a Windows Form to the taskbar programmatically? Pin
LongRange.Shooter30-Mar-06 15:06
LongRange.Shooter30-Mar-06 15:06 
AnswerRe: Minimizing a Windows Form to the taskbar programmatically? Pin
leppie30-Mar-06 19:34
leppie30-Mar-06 19:34 
GeneralRe: Minimizing a Windows Form to the taskbar programmatically? Pin
LongRange.Shooter31-Mar-06 3:21
LongRange.Shooter31-Mar-06 3:21 
AnswerRe: Minimizing a Windows Form to the taskbar programmatically? Pin
leppie31-Mar-06 3:31
leppie31-Mar-06 3:31 
GeneralRe: Minimizing a Windows Form to the taskbar programmatically? Pin
LongRange.Shooter31-Mar-06 4:08
LongRange.Shooter31-Mar-06 4:08 
GeneralRe: Minimizing a Windows Form to the taskbar programmatically? Pin
leppie31-Mar-06 4:18
leppie31-Mar-06 4:18 
GeneralRe: Minimizing a Windows Form to the taskbar programmatically? Pin
LongRange.Shooter31-Mar-06 4:58
LongRange.Shooter31-Mar-06 4:58 
GeneralRe: Minimizing a Windows Form to the taskbar programmatically? Pin
leppie31-Mar-06 5:06
leppie31-Mar-06 5:06 
GeneralRe: Minimizing a Windows Form to the taskbar programmatically? Pin
LongRange.Shooter31-Mar-06 7:10
LongRange.Shooter31-Mar-06 7:10 
Questiondatetime format in c# and asp.net Pin
deepak130-Mar-06 14:12
deepak130-Mar-06 14:12 
AnswerRe: datetime format in c# and asp.net Pin
Guffa30-Mar-06 14:30
Guffa30-Mar-06 14:30 
AnswerRe: datetime format in c# and asp.net Pin
V.30-Mar-06 20:17
professionalV.30-Mar-06 20:17 
Questionhow to enable doublebuffering in drawing shapes ? Pin
hdv21230-Mar-06 12:14
hdv21230-Mar-06 12:14 
AnswerRe: how to enable doublebuffering in drawing shapes ? Pin
leppie30-Mar-06 19:16
leppie30-Mar-06 19:16 
QuestionGet local time of a remote PC Pin
bizdales30-Mar-06 11:55
bizdales30-Mar-06 11:55 

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.