VS 2010 Any YAML Parser Availible So Can Edit YAML Files More Easy
Jan 4, 2012is there any YAML parser availible so i can edit YAML files more easy (.yml)in visual studio forms app 2010
View 1 Repliesis there any YAML parser availible so i can edit YAML files more easy (.yml)in visual studio forms app 2010
View 1 RepliesI am having difficulty writing to cvs files. My application is a text parser that scans a txt file, removes punctuation, and then stores the individual words in another txt file for later analysis. My end aim is to process txt for semantic similarities. I'm very new to this so my code is very chunky But I'd really like to pull each sentence from txt file, put into an array, and then place each array item into a CSV file with commas between words. [Code]
View 2 RepliesI am trying to make a simple log parser that pulls info from a constant (real time updating) log file.it is CONSTANTLY being updated, and i'm having issues. [code] Basically, its messing up when its time to rescan it. I can't use the 'New' on it, as it throws a error on the stream reader.And if it's throwing an error with that, i'd be curious what other errors it will throw.The file doesnt necessarily HAVE to be deleted, but it DOES have to be cleared out. (so the program doesnt have to reparse all the lines).
View 7 RepliesI have textbox1.text ( multiline) that is filled with data from a external .txt file. On each line of textbox1.text i have the folowing data:50ABCDEFGHIhsfgsdf60JKLMNOJ55JK4
I need a way to display in my second textbox ( textbox2.text - multiline also) on each line the fallowing data: "NUMBER1" & ABCDEFGHI & "NUMBER2" & JKLMNO So basically i need to find the "50" string,remove it, read "9" characters after it, same goes with 60 and JKLMNO I have a undefined non-fix numbers of lines in textbox.text1
I have an application which is strictly numeric input only, for everything in the main form, call it X in this post.
I want every single control that can handle input in X to only accept numeric entries, I have a way of doing this but it requires me to put a tonne of arguments for the handle, I tried to change this to handle any .KeyPress event on MyBase or Me (X) but it won't work.
Code that works but requires 1 000 arguments:
Private Sub numeric_keys_only(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles msTEXT.KeyPress, ssText.KeyPress etc...
[Code]...
I have tinkered with the latter, specifying things like all the controls in a certain group box and it doesn't work.
I know the sub header has to be changed - I have changed it in my tests, that is just the example code. When I change everything it runs, just doesn't do anything.
I am getting the error Parser Error Message: The server tag is not well formed. on the code line below:
<asp:HyperLink ID="imgFileType" ImageUrl="images/Icon_Pdf.gif" NavigateUrl='<%#"javascript:ViewFile('erg_", Eval("DocumentName") %>' runat="server"></asp:HyperLink>
I need the url link to be parsed as:
javascript:ViewFile('erg_Invoice_3200_QRG_Restaurant.pdf');
What am I missing in the syntax?
i can't edit my vb files. after having opened visual studio 2008, i open a project with the solution file. i can see, in the solution explorer window, my vb file. but if i double-click the vb file, i have the following error; there is no editor available for form1.vb. make sure the application for the file type (.vb) is installed. i have re-installed visual studio and still got the error. someone knows how to fix this?
View 3 RepliesHow to create and edit PDF files in VB.net?
this can be some library or third party non-commercial tool (free to distribute) that can be included to setup package and should work when installed to any compatible PC with pdf reader. I want to be able to draw lines circles etc. within the document... or maybe draw within image and then print to pdf.
i have tried itextsharp for putting watermark on pdfs. It worked fine. Now i am trying to edit existing Header on pdf file to desired header. Is it possible? if its possible then i have to try to use it on the bunch of pdf files in one single folder
View 2 RepliesI have two Windows 7 machines and for some reason one of them does not save the changes in the file on the local computer when I right click in the WebBrowser and choose View Source.
When I click on View Source in the WebBrowser, it opens the file but with [1] attached to the filename.
When I edit the Source, and save it and reload the webbrowser,the changes not saved.
There are 2 ways we can add .vb files.We can add them as a link and choose not to copy. Or we can add them and copy.The way I did it in vb.6 is equivalent with add them as link and choose not to copy.Also what's the point of copying to target folder anyway? I want the original linked file to be updated when I change the file during debuging.
View 4 RepliesI want to edit any .dll files's Resource like bitmap, strings and replace it as resource hacker or peexplorer do.
View 4 RepliesI have a client that needs me to create an app that:Takes a list of text files from a checklistbox and inject a variable into each file then place the new text file into a seperate checklistbox and save each new text file as a new file name.
View 7 RepliesI would like to work on a project that would edit a .jar file, since i dont have any knowledge with Jave programming i was wondering if this could be done with java. Basicly i would like my program to place Files into this .jar file & delete like a folder inside the .jar file.
View 6 RepliesI want to be able to monitor a folder, and anytime a file is placed in it (in this case, a .jdf file) I want to edit a string within the file (it's just a text file), then save the file onto a network path and remove it from the hotfolder into a "done" folder.
View 1 RepliesIn these days I'm using VS 2008. Now i'm stuck with a problem. I'm using RDLC reporting files for the reports. But is there anyone who has a solution for the client editing reporting in 2008. The client wants to edit his own report. SO basicly I need a RDLC editing tool for the Client side.
View 2 Repliesi'm developing a program that must be able to create, delete and edit files or folders on a remote web address such as [URL]
View 2 RepliesI found this code on here to open a text fille, do a find & replace then save the changes, and the code is in a loop that will do that to every file in a given folder. My question is I also have files in sub folders, and more sub folders, and i'm not sure how deep it goes. I want to recursivly go though all the sub folders and do this to all the files, not just the files directly in the main folder.
Here is the code so far:
Code:
FolderBrowserDialog1.Description = "Select Path for files to edit"
FolderBrowserDialog1.ShowDialog
OpenPathVariable = FolderBrowserDialog1.SelectedPath
[Code].....
I was trying yesterday to create a CSS Parser in VB.Net with no luck.. I took a look on this article: [URL] and tried to convert from C# >> VB.Net using:[URl] The conversion went great but, when I tried to run the program, I got errors, such as: -- line 1 col 9: "{" expected ... I tried to parse the same document on the C# version, and it worked fine! But not in the VB version, so my question to you is:
View 4 RepliesI am writing an add-on for my intranet to allow my users to just email "itsupport" and parse the from as the user who logged the job and the body as the issue. Does anyone know if their is a free parser available so I don't have to look at writing something myself?
View 1 RepliesI would like to take data, from a dataset, and parse it out in XML. but, i would want the XML to be based on a particular XSD schema. The dataset is being filled from a database (wich i have no problems doing).
View 1 RepliesI am wanting to develop a VB program that will access a web page containg XML format data and pick out 1 number.I have opened the web page and see the number between tags <*> <>
how do I point my search to the web address, I have foubd XML example of data being searched when the file is on your hard drive, how to point my program to a http:// web address and then how do I scan or search for my number?
I am writing a program that will need to edit an XML file and replace it with new data. I currently have working code using XMLWriter functions, but the problem is that it rewrites the whole file, deleting anything it didn't write that time around. I am assuming I either need to use a different function in XMLWriter or use a different method than XMLWriter.[code]...
View 7 RepliesI know there are several libraries of code out there that can parse CSV files according to the standard, but, for various reasons, I need one simple routine (not an entire library) that parses a CSV into a DataTable or array. Does such an animal exist or is it extinct? (Preferably C# but i can translate vb.net too)
View 3 RepliesI have a CSV file which I want to parse according to user input and then display the results in a datagrid. My SQL query works fine in Log Parser,and it generates the CSV file when run from the command prompt, but I can't get it work in my VB aplication. I am not usng SQL database sinceI don't think it's necessary (and I am quite new to VB)So how to run the Log Parser from Visual Basic in a way that the resulting CSV file could then be shown in the datagrid? I am able to display CSV file in a datagrid already, but the problem is running the Log Parser properly. I am trying the following:
SQLSTR = "select REPLACE_STR(TO_STRING(pvm),TO_STRING (100000),TO_STRING(10)) AS PAIVA, aika, maara INTO Report.CSV from SK_History.CSV where customer_id='"+ C_id + "' AND SUBSTR(TO_STRING(pvm),3,2)='" + C_month + "' GROUP BY PAIVA,aika,
[code].....
Anyone know of an HTML parser for VB.NET or C#? I know .NET has a lot of XML support, like XMLReader and XMLWriter. Is there an HTMLWriter or HTMLReader?
Ultimately what I'd like is a library that will parser an HTML file and raise events based on the tags it finds.
How I can write SAX parser in visual basic.net and give me an example??
View 1 RepliesI've got a problem with parsing some XML. This is an example of the XML Layout
<tag1>
<tag2>
<tag3></tag3>
<tag4>
[CODE]...
The problem I have is I only want to read data from the first tag2 block and not the second. Does anyone have any ideas the line of code I need to read just that first block?
Is ist possible to Add or Edit Resources of .Net Applications at Runtime because I want that the User is able to pick a file and that is automatticly added to the Resources so the Application can use that file later on.
View 3 Replieswhat I need do is: I have an original file, it can be office word file, or pdf file. In the file, there are some words that are encrypted, so, it reads like: blah, blah, this is the word: xxxxx, blah, blah In my program, I decrpted the xxxxx, now, I want to put it back and generate the new file. How can I do it? for word file, I guess MS office library will work. how about pdf file?
View 2 Replies