473,382 Members | 1,376 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Developing a selection program

Hi group,

I have been given the task at work of producing a selection frogram
for a range of our air handling units. I have a little experience of
programing in VB 6 from many years ago, but would like to try and
attempt this in VB.net and make as good a job as possible of it. The
application will be required to output schedules and reports in both
Excel and Word documents . What I am asking is, has anyone done
anything like this and could give me some advice on how to go about
it. I have bought a few well reviewed books but have not come across
any mention of Word or Excel documents being prduced in VB.net. Any
advice, tips or alternative coding language to use will be gratefully
received.

Thank you.

Adrian.
Jun 27 '08 #1
4 1099
Adrian ,

You don't know something more difficult to start with, as I was you, I would
first start with a simple windowforms program.

However just my idea,

Cor

<ad**********@googlemail.comschreef in bericht
news:1a**********************************@s50g2000 hsb.googlegroups.com...
Hi group,

I have been given the task at work of producing a selection frogram
for a range of our air handling units. I have a little experience of
programing in VB 6 from many years ago, but would like to try and
attempt this in VB.net and make as good a job as possible of it. The
application will be required to output schedules and reports in both
Excel and Word documents . What I am asking is, has anyone done
anything like this and could give me some advice on how to go about
it. I have bought a few well reviewed books but have not come across
any mention of Word or Excel documents being prduced in VB.net. Any
advice, tips or alternative coding language to use will be gratefully
received.

Thank you.

Adrian.
Jun 27 '08 #2
Below are some links to some documentation (exported from my Favorites).
None, as I recall, is very complete. But each has been helpful to me to
some extent.

I have a VB.Net program which produces an Excel spreadsheet. But finding
decent documentation has been a real problem. Finding help has been
difficult too. There evidently must be few people doing this. But I have
looked for help mostly in newsgroups. Maybe more help would be available in
the many VB.Net fora. (Although in general I have found this newsgroup to
be an EXCELLENT source of help!)

I'll share any of my code with you,but note that it only does the basics and
is probably not industrial strength.

If I am recalling correctly I came across a book a while back which looked
like it would be helpful. But I just now looked on Amazon and did not find
anything which looked useful.

Good Luck, Bob

<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!-- This is an automatically generated file.
It will be read and overwritten.
Do Not Edit! -->
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks</H1>
<DL><p>
<DT><A
HREF="http://support.microsoft.com/default.aspx?scid=kb;EN-US;306022"
ADD_DATE="1132431077" LAST_VISIT="1210084243" LAST_MODIFIED="1132431077">HOW
TO Transfer Data to an Excel Workbook by Using Visual Basic .NET</A>
<DT><A HREF="http://support.microsoft.com/kb/307216/en-us"
ADD_DATE="1150766024" LAST_VISIT="1210084243" LAST_MODIFIED="1150766024">How
to use Automation with Word 2002</A>
<DT><A HREF="http://support.microsoft.com/?scid=kb;EN-US;317109"
ADD_DATE="1192670692" LAST_VISIT="1210084243"
LAST_MODIFIED="1192670692">Office application does not quit after automation
from Visual Studio .NET client</A>
<DT><A
HREF="http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_of2003_bk/html/officeinteroperabilitych2_part1.asp"
ADD_DATE="1132431077" LAST_VISIT="1210084243"
LAST_MODIFIED="1132431077">Office Developer Center Chapter 2 (Part 1 of
3)</A>
</DL><p>
<ad**********@googlemail.comwrote in message
news:1a**********************************@s50g2000 hsb.googlegroups.com...
Hi group,

I have been given the task at work of producing a selection frogram
for a range of our air handling units. I have a little experience of
programing in VB 6 from many years ago, but would like to try and
attempt this in VB.net and make as good a job as possible of it. The
application will be required to output schedules and reports in both
Excel and Word documents . What I am asking is, has anyone done
anything like this and could give me some advice on how to go about
it. I have bought a few well reviewed books but have not come across
any mention of Word or Excel documents being prduced in VB.net. Any
advice, tips or alternative coding language to use will be gratefully
received.

Thank you.

Adrian.

Jun 27 '08 #3
I have worked on a similar project for the last several years. We used
Vecad as the cad engine and did some output to Word and Excel. We have not
yet ported the program to .Net however. If your product is very custom this
could become a very complex project very quickly. Get the real long term
scope defined and spend the time to think though a good design for the app
up front.
Lauren
<ad**********@googlemail.comwrote in message
news:1a**********************************@s50g2000 hsb.googlegroups.com...
Hi group,

I have been given the task at work of producing a selection frogram
for a range of our air handling units. I have a little experience of
programing in VB 6 from many years ago, but would like to try and
attempt this in VB.net and make as good a job as possible of it. The
application will be required to output schedules and reports in both
Excel and Word documents . What I am asking is, has anyone done
anything like this and could give me some advice on how to go about
it. I have bought a few well reviewed books but have not come across
any mention of Word or Excel documents being prduced in VB.net. Any
advice, tips or alternative coding language to use will be gratefully
received.

Thank you.

Adrian.

Jun 27 '08 #4
Hi,

You can use Office Automation to export data to Excel or Word. Other
option is to use some third party component. I recommend
GemBox.Spreadsheet for exporting/importing data from Excel files
(Automation has some problems - http://www.gemboxsoftware.com/GBSpre...tm#Automation).

--
Mario
GemBox.Spreadsheet for .NET - Easily read and write Excel (XLS, XLSX
or CSV)
or export to HTML files from your .NET apps. See
http://www.gemboxsoftware.com/GBSpreadsheet.htm

On May 6, 9:47 am, adrianmep...@googlemail.com wrote:
Hi group,

I have been given the task at work of producing a selection frogram
for a range of our air handling units. I have a little experience of
programing in VB 6 from many years ago, but would like to try and
attempt this in VB.net and make as good a job as possible of it. The
application will be required to output schedules and reports in both
Excel and Word documents . What I am asking is, has anyone done
anything like this and could give me some advice on how to go about
it. I have bought a few well reviewed books but have not come across
any mention of Word or Excel documents being prduced in VB.net. Any
advice, tips or alternative coding language to use will be gratefully
received.

Thank you.

Adrian.
Jun 27 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Allen R. Cha | last post by:
I'm developing FTP Client. but i have a problem. System Env. : Server : wow linux, kernel ver 2.4.x client : Windows XP Home edition. I'm developing FTP Client Application. but I got error...
5
by: Bill | last post by:
Good Day; I would appreciate assistance developing a query that I haven't been able to develop without using a second table. I wish to count the number of records that are still open on the...
8
by: Les Coover | last post by:
I have tried writing the selection process after scanf many different ways. No matter what is selected program execution goes to the add_data function. How can I get this to work? /*...
1
by: Brent Baker | last post by:
Is there a way to change a CListBox from single selection to multiple selection, or back again, from inside the program after the CListBox has been created? Our application has several...
1
by: Para | last post by:
Hi , I am working on a project using C/C++ in linux environment. Our program right now using the command line(console window) inputs and starts executing. command on console are to start...
5
by: Jure Bogataj | last post by:
Hi all! I have a problem (performance issue) with listview. I have implemented an ItemSelectionChange on my listview and put some code in it (I build some toolbar based on selection and update...
1
by: KMEscherich | last post by:
Platform = Windows Program = Access 2003 Hi there, I am stumpped!! I am attempting to populate a form control as follows: I have a form that has 2 drop-down boxes. One retrieves the...
5
by: dehboy | last post by:
I've got this program that I want to have the user select a range in one workbook, close that workbook, and then paste that selection in the second workbook. This is VBA code for an excel document. ...
0
by: kupendra | last post by:
I am using python with Qt from past 1 year.. now i have to use pyqt with opengl. i am tring to write a sample program which can able to draw object ( eg cube,dot) and user can able to select using...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.