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

C#

 
GeneralRe: BinaryReader I/O Problem - File Address Pin
leppie7-Nov-04 9:22
leppie7-Nov-04 9:22 
GeneralRe: BinaryReader I/O Problem - File Address Pin
zuschauer7-Nov-04 9:48
zuschauer7-Nov-04 9:48 
GeneralRe: BinaryReader I/O Problem - File Address Pin
Phil J Pearson8-Nov-04 1:11
Phil J Pearson8-Nov-04 1:11 
GeneralRe: BinaryReader I/O Problem - File Address Pin
zuschauer8-Nov-04 4:09
zuschauer8-Nov-04 4:09 
Questionhow to make back space in ur richbox Pin
ahmed gabalawy7-Nov-04 4:55
ahmed gabalawy7-Nov-04 4:55 
AnswerRe: how to make back space in ur richbox Pin
Jay Shankar7-Nov-04 17:01
Jay Shankar7-Nov-04 17:01 
AnswerRe: how to make back space in ur richbox Pin
Jay Shankar7-Nov-04 17:09
Jay Shankar7-Nov-04 17:09 
AnswerRe: how to make back space in ur richbox Pin
Stefan Troschuetz7-Nov-04 21:34
Stefan Troschuetz7-Nov-04 21:34 
Another solution:
private void button1_Click(object sender, EventArgs e)
{
this.richTextBox1.Text = this.richTextBox1.Text.Remove(this.richTextBox1.TextLength - 1, 1);
}








www.troschuetz.de
GeneralRe: how to make back space in ur richbox Pin
Jay Shankar8-Nov-04 18:39
Jay Shankar8-Nov-04 18:39 
GeneralRe: how to make back space in ur richbox Pin
Stefan Troschuetz8-Nov-04 22:26
Stefan Troschuetz8-Nov-04 22:26 
GeneralRe: how to make back space in ur richbox Pin
Jay Shankar8-Nov-04 22:42
Jay Shankar8-Nov-04 22:42 
GeneralRe: how to make back space in ur richbox Pin
Jay Shankar8-Nov-04 22:43
Jay Shankar8-Nov-04 22:43 
GeneralError 1784 when invoke SetupDiGetDeviceInterfaceDetail() in C# Pin
momer7-Nov-04 3:41
momer7-Nov-04 3:41 
GeneralRe: Error 1784 when invoke SetupDiGetDeviceInterfaceDetail() in C# Pin
Alex Korchemniy7-Nov-04 10:01
Alex Korchemniy7-Nov-04 10:01 
GeneralRe: Error 1784 when invoke SetupDiGetDeviceInterfaceDetail() in C# Pin
momer7-Nov-04 15:37
momer7-Nov-04 15:37 
GeneralRe: Error 1784 when invoke SetupDiGetDeviceInterfaceDetail() in C# Pin
szyusong3-Jul-09 6:04
szyusong3-Jul-09 6:04 
GeneralDesigning menu like windows XP start menu Pin
Itanium7-Nov-04 0:03
Itanium7-Nov-04 0:03 
GeneralRe: Designing menu like windows XP start menu Pin
Uwe Keim7-Nov-04 20:46
sitebuilderUwe Keim7-Nov-04 20:46 
GeneralCheck Session Pin
Anonymous7-Nov-04 0:00
Anonymous7-Nov-04 0:00 
GeneralRe: Check Session Pin
Colin Angus Mackay7-Nov-04 5:36
Colin Angus Mackay7-Nov-04 5:36 
GeneralCheck Session Pin
Anonymous6-Nov-04 23:52
Anonymous6-Nov-04 23:52 
GeneralCtrl+Z Pin
Aryo Handono6-Nov-04 23:15
professionalAryo Handono6-Nov-04 23:15 
GeneralRe: Ctrl+Z Pin
Colin Angus Mackay7-Nov-04 5:38
Colin Angus Mackay7-Nov-04 5:38 
GeneralRe: Ctrl+Z Pin
Aryo Handono7-Nov-04 10:21
professionalAryo Handono7-Nov-04 10:21 
GeneralQuestion about Marshal Pin
momer6-Nov-04 21:57
momer6-Nov-04 21:57 

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.