blah blah blah is here! blah blah » Close

0
votes
0 answers

VoIP! command line calling

Hello everyone, I am a PhD student in Stockholm, studying VoIP technology. I am in the middle of writing my dissertation, about command line calling. As I'm doing my researches, I've already found some very interesting research material ...

0
votes
1 answers

How to execute a COMMAND LINE command from C# code

Hi all... I am new to .net programming. How to execute the below command line command using C#.NET code. "C:\Program Files\ABCorporation\ABC Command Line >abc --recipient client@hotmail.com –encrypt D:\Un_Encrypted_D ...

0
votes
0 answers

Blocks line in Visual Studio how?

Hi friends, How do I line between blocks of code in Visual Studio?. Is there any plugin or anysetting for it? Thank you in advance .. Sample image [img]http://www.c-sharpcorner.com/Forums/UploadFile/BETRAYEL/02022011111332AM/aaaaa.JP ...

0
votes
1 answers

simple c# coding

Hi everyone. Im all new at C# coding. I got a task to make a program in c# that can receive numbers and text. The program shall print the text as many times as the number is shown in the listbox, and state the linenumber in front of ever ...

0
votes
1 answers

C# Read Last line from changing file.

Hello. How can I read last line of file that is being changed every 300ms? This is log from game. I need to read every line that is added to this file. Game saves this file every time the new line appears. This file is preety big. So ho ...

0
votes
5 answers

Error2The name 'x' does not exist in the current context

hi all :D i am programming some sort of painting program in csharp in visual basic 2008 with an graphical user interface... now i have this problem with drawing a line, i want it to draw a line from 1 mouseclick to the other but i can ...

1
votes
1 answers

remove line from richtextbox1

hello i want to delete the last line in RichTextBox1

1
votes
1 answers

text file delete line

lios
30

hi i have a text file with 1000 lines and i wand to delete the last line each time i press a button! is any function to delete the last line?? thanks

Feedback