I would read the file line by line, and load the data into a structure (ummm...Class) in VB. I would avoid reading and writing to the file except when i had...
Depends on the complexity of the syntax you must parse, AND the sizes of text files. ... From: pogowolf@... To: visualbasic_official@yahoogroups.com ...
Dear Friends, I have spent three years developing a software in Visual Basic called Banerjeepad. The software is available for download at the following...
Option Explicit Dim msngPrices(0 To 100, 0 To 2) As Variant Private Sub AddItem_Click() Dim psngExtPrce As Single If cboProducts.ListIndex > -1 Then If...
Hi If u r using a control to detect the call then it will have a field to get the Incoming call Id. Or else U can use the MSCOM control in Vb which will give u...
Hi Its useless to avoid such error, instead you have to resolve such errors specially related to CR. See, this error mostly occured when parameters are not...
Im wanting to Connect to a MDB Msaccess database, and be able to select items from that database from a DB-grid thru Checkboxes, Then Once everything Is...
If I use the wizard in VB.Net to create a data grid based on a database, I get the db column names as the column names for the data grid as well. How do I go...
Right click on the grid, select property builder, then select columns. All the columns would be displayed. you can modify the "Header Text" as you wish to be...
dear programmers, I got a problem with database i created a event for cboname_change() so that i can determine if the name and the data have been added in. ...
I don't see anything about columns or "header text" listed under the properties. ... From: V Karthick [mailto:karthickv@...] Sent: Tuesday, November 09,...
there's no way to do a search and replace in code without opening the file to at least read it. _____ From: Charles Parks [mailto:cp@...] Sent: Tuesday,...
By open I mean with a text editor, not a command in the VBScript file. ... From: PogoWolf [mailto:pogowolf@...] Sent: Wednesday, November 10, 2004 7:38...
I'm sorry, I guess I'm not understanding the question. =) what are you trying to understand? like HOW a search a replace works? _____ From: Charles Parks...
Hey all, I have this code: Dim options As RegexOptions = RegexOptions.None Dim regex As Regex = new Regex(BlackList(0), options) Dim input As string =...
I haven't any experience VB script but I'm trying to create a vb script that will 1) Will take in four variables: Originial FileName Bad Phrase Replace Phrase...
Well the easiest way would be to use the FileSystem Object to read/write the file, And the then regual expressions to do the search and replace. FileSystem...
Hi I am trying to make a mdi database application. I would like to know if there is a way to dynamically connect to the sql database with vb.net. I was able...
Well another way would be to just grab the needed data via a Function. Then you can display it anyway you wish. I have a function that I tend to use that goes...
Dear Friends, I have trouble accessing MS Access 2002 database using DAO data control even with VB 6.0(SP6). If the database is NOT password protected, data...
Thanks for the info James holland. However, I need to use DAO data control for SQL queries with "LIKE" clause. For example, if I would like to search all...
Hi, I'm using VB for Excel 97 and would like to have a routine where I can look up a file before opening it to make sure the file's there. If the file doesn't...
*I am building a webbrowser with the common browser control in VB6 and I need to allow or not : Java,ActivX,JavaScript *Also I want to disable right mouse...
hii, This is my first mail to this group ,i want to know two things 1. can anyone tell me how can we increase/decrease the volume of computer through vb.net 2....