Ok thanks. What I have in mind is to display the recordset data in the excel worksheet. ... spreadsheet or do you want to create a new one..... if it's new...
Reese, I have developed an vb.net application to do what I think you are trying to do, but in a slightly different way. I have a button that opens an excel...
Hi, Most of us have worked with web application and one thing which is very commonly heard is of trust level at which the application is running. I have read...
Hi Muhammad First of all download the free express edition of VB or if you want a full version look on ebay for a cheap copy. Then look through the Microsoft...
Hi Dave, Would greatly appreciate any help. Please do send me the codes. Thanks. Reece ... trying to do, but in a slightly different way. I have a button...
Hi guys, Is it possible to have a vb program in 2 computers to connect to an access database? scenario: i have a vb program that will need to run in 2...
Hi, I wish to loop through a file directory and find the occurance of a particular format of chars/numbers. For example take the following filename ...
Chain.NET (a.k.a. NChain) library (0.1-beta) has been just released. Chain.NET (a.k.a. NChain) is a ready-to-use, generic implementation of the "Chain of...
You can set up an array to hold the values of the 16 lines, and reiterate through reading each line (using a For/Next loop) until EOF is reached. It's been a...
Put the access database in a shared folder in computer A and set your connection sting to point to the shared folder: \\ComputerA\Sharedfolder\TheDatabase.mdb ...
Further to my message below, in which I omitted to say I'm using VB.net Express 2008, I have also since discovered the answer. Use REGEX ! I didn't find any...
Hello! I have a project assigned to me which requires a bit of ASP VBScript, but to be totally honest I don't know what much about the language. All my work...
hi guys I am new at the VB.net programming and I have a question . the question is : how do I connect between 2 forms (projects) ?? I am sure this is going to...
Dear Reece It is posible but my suggestion is have one application which communicates with database and other two applications which gives you more control ...
Thanks.. Reece ... your connection sting to point to the shared folder: \\ComputerA\Sharedfolder\TheDatabase.mdb ... is a caring, sharing person inside. ... ...
Nigel, Here is an example on how to loop through all of the files. This method loops through a set of nested folders looking for old log files that need to be...
I think it was Reece that asked about opening an excel file from vb. One of the apps I have created makes use of Excel for reporting. Previously we have used...
I just realized that this group does not have place to post files. If anyone wants the excel file I mentioned in my previous post, then please reply to this...
Hello Layla In dot net you can combind two or more projects written in same or different languages supported by dot net. Here after completing one project or...
So while writing the code, I have to already have the connection string set to the sharedfolder. Does this mean I can't use the App.path syntax to locate the...
Hi dave, Do you have the vba code for excel? I might implement the same technique. Thanks in advance. Reece ... trying to do, but in a slightly different way....
Hi, I have some code that is in VBA (but can be changed to VB) that gets the recordset from a database and drops it into a datasheet in an excel spreadsheet. ...
unfortunately, the answer is yes! App.Path works only if the file or the folder containing the file is in the same directory as the executable which is not...
Dear Brothers any one can provide me time attendance software, i have HP-3000 BioMatrix machine. Tajwer ... Be a better friend, newshound, and know-it-all with...
i want to import data from HP-3000 (Hand Scanning Attendance Machine) through serial port, any one can explain me how can i communicate through serial port in...
I had a simple asp page which pulled and displayed user info from the AD. Yesterday it was working, but today I get errors on simple things like objRootDSE =...