blah blah blah is here! blah blah » Close

0
votes
0 answers

Reading Text line by line

SpecChecker 8.7a Copyright (c) 1989-2009 Axiom Thursday, 1 December 2011 at 7:55 am. ================================================================================ File: pw:\\JDCPWIS01:PW_JDC_DATASOURCE\Documents\TENKE\H338088\Johan ...

0
votes
1 answers

function to write text to a file on desktop

hi, i am using the below code to write text to file file created on desktop . do { Console.Write("enter the item:"); Description = Console.ReadLine(); ...

0
votes
1 answers

reading and writing text files (parsing logs)

hi all, i am a newbie in all the C# world. i have to create an application that will take a certain log and will do parsing to it. first of all it needs to read the lines that contains a certain string and write it to another log with just ...

0
votes
0 answers

Best approach for localized controls using images

betpet
208

I've been asked to implement localization in my application. I have done this quite successfully. The problem I now have is that I have now been asked to implement images as some kind of universal language. For example, if the local lang ...

0
votes
0 answers

read a part of a text file and put it in a 2D array

Hi , I have a text file saved in C:\PROG\t.txt . Apart of the text file which is interested is in below. I want a c# code please, to read the text file and find the the values right after "BIC" that terminate with the slash and ...

0
votes
1 answers

Dealing with text files in C#

Hello, Am writing a programme that is getting the contents of a text file one by one by use of a for loop. as can be seen below. [code] for (int i = 0; i < FileName.Length; i++) { ...

0
votes
1 answers

Create multiple text files from a base text file in C#

Hi there, I have a text file including several characters and strings. I want to update just some strings of the file that start with "$" for example $MODEL or $I or,...etc. I want my program to open this base file and find just ...

0
votes
1 answers

Image to text conversion

[b]Hey, I have a problem regarding image to text conversion. I m extracting all the colors from the image and storing them into a text file, for the same i m using GETPIXEL() ,as it returns RGB values. Now when i do this the processing tim ...

0
votes
1 answers

This text format in c#?

q12
349

How do I obtain this exact text format in c#? I want something simple, not complicated (I've done everything in the complicated way, and my brain is fried...complicated like generating html tags for webControls that contain this formattin ...

0
votes
1 answers

C# - Can We Have a Text Editor Box on a Windows Form?

Hi, So, we have a textfield and a richtextbox. Can we have a text editor box on a Windows form with some basic buttons like Bold, Italic, Hyperlink and so on? The only thing I want to have is that the editable textbox will have text that ...

0
votes
2 answers

Extension to(Continue_5: Read a text file into array by c#: http://www.debugging.com/bug/22823)

Hi there, Can u pls help ... This is a continued discussion: http://www.debugging.com/bug/22823 -------------------------------------------------------------------- How the final code mentioned over can be converted into a class: in wh ...

0
votes
3 answers

scroll text

lios
30

hi is any way to create a scroll text on label or text box!! but i wand to select the speed and the scroll direction!!!

0
votes
1 answers

asychronous stream reader

I suppose this has probably been asked - maybe many times before, but for now this thing still doesn't have a decent search (:P) How can I implement a StreamReader (line-buffered reader) that implements asynchronous methods? The Strea ...

1
votes
3 answers

load database from text file

say I have a table named XY_values with columns X_values and Y_values. now, I have a text file xy.txt which contains those x values and y values, with x values in the 1st column and y values in the second column. is there any SQL comm ...

0
votes
1 answers

DecimalTextBox( accepting decimal numers) any better solution?

hi there, i am starting with c#( before php,mysql,..... ) I needed textbox to be able to accept only numbers and decimal separator. I did create my own component DecimalTextBox. I have been wondering whether there is better solution t ...

Feedback