Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
1
0 Endorsements
~8K People Reached
Favorite Tags
Member Avatar for tjsail

Hey Everyone... Not quite sure how it works on these forums as this is my first post, but I am looking to separate elements of lines printed to a text file in real-time for a log parser. An example of the text output is: [INDENT][CHAT WINDOW TEXT] [Sun Nov 29 …

Member Avatar for rohini.vangury
0
503
Member Avatar for minimagician

Hi, the problem is that: I have a text file with some lines of text in it. I have to search for a particular line in the file and then copy the lines after the searched line into another text file. This search string comes only once in the text …

Member Avatar for rohini.vangury
0
7K
Member Avatar for rohini.vangury

I have used Mid,InStr and other methods to get a substring of a string from one text file and copied the required string to another text file. While I get the correct string, vbscript however generates a BLANK SPACE after evry character in the output string. I tried to use …

Member Avatar for rohini.vangury
0
98
Member Avatar for rohini.vangury

While there are several Project Management Tools already available in .net, I want to know if there exists any that can capture data from the Project Management Tool [such as working hours, public holidays etc.] and update the same on an already existing database. These dates wud further b used …

Member Avatar for apacheco
0
63
Member Avatar for rohini.vangury

I want to display a screen as soon as the CD(or pendrive etc.) is inserted into the users computer and on clicking a button on the screen the setup project gets installed(one click insttallation) ... just like how visual studio gets installed with flash pics moving on the right hand …

Member Avatar for Jadooo
0
85
Member Avatar for rohini.vangury

I have created a setup file that takes the primary output of my .net application. How do i fetch the location where the user will install the setup on his pc. I need to trace this path using the C# application. I've been searching the net since days but havent …

Member Avatar for rohini.vangury
0
107
Member Avatar for campkev

Ok occasionally I get the following error message on my site System.String Substring(Int32, Int32) Error: Length cannot be less than zero. Parameter name: length here's the wierd part, I don't use that Substring function, I use System.String Substring(Int32) whose only parameter is start. So I am getting an error from …

Member Avatar for Ezzaral
0
206
Member Avatar for rohini.vangury

d set up file for my windows project in C#,works fine as far as diplay of forms is concerned but any button when clicked gives the following error: "length of parameters cannot be less than zero. Parameter name: length" there is no parameter called "length" suphrisingly in the form i …

Member Avatar for Jadooo
-1
163