File For My Accounting Software Project?
Jun 22, 2010File for my accounting software project. Is it possible with the help of 'HTML help workshop' software? If yes, then explain me how to do it?
View 2 RepliesFile for my accounting software project. Is it possible with the help of 'HTML help workshop' software? If yes, then explain me how to do it?
View 2 RepliesNow I write what I Mvndm these two pages can help. The project is as follows. Pharmacy system Drug Name
Production Date Expiration date Time remaining until expiration drug Drug prices The number of drugs that are bought in stores What is described above in connection with a project that I want what I do?
What a best way to design accounting accounts tables in database and link to vb.net.is it design one table for the accounts names and balances and another table for the journal
View 2 Repliesim searching for .net class libraries that could help me in accounting and calculating payrolls and other financial processes is there any libraries like that?
View 2 RepliesI am developing an accounting package. I am using vb.net 2008 and access. I have a database named blank.mdb in the current folder which is the basic data needed. Now what I want is whenever a user creates a new company. I want this blank.mdb to be copied as Company?.mdb ? represents 1 or 2 or 10 as the case may b ...standing for the no. of company. E.g. if there r already 10 companies created then the blank.mdb should b copied in the current folder as Company11.mdb. How to copy the database. I have a few basic data in the blank.mdb and want that to be copied too.
View 3 RepliesI am writing a program for class that acts like an accounting ledger or checkbook organizer. There are many things that I can't figure out how to make happen.
First- I need a running total of credits and debits at the bottom of the form. I can't figure out how to get that to display. I tried it, but it just locks up the program.
Second- I put in an error handler for non-numeric input and that works but when I want to clear all fields with the clear button it errors each field for not having an entry. I tried 6 ways to Sunday to accept (""), but it messes up other things.
Third- I want 5 transactions to be visible with the ability to have 7. I have hidden the last two and want them to display when the new transaction button is clicked, but can't find anything in my book that would allow that to happen.
Public Class
'Declarations
Dim Tran1, Tran2, Tran3, Tran4, Tran5, Tran6, Tran7, TotalCred, TotalDeb As Double
Dim NewBal1, NewBal2, NewBal3, NewBal4, NewBal5, NewBal6, NewBal7, BegngBal As Integer
[CODE]................................
Is there a way that you can export a file from one project directly into another project?
For example, in one project i have a file called authInvalid.vb and i need to export it into another project?
I do one project in visual basic 2010.In visual basic 6 project can be make Package and deployment (setup file or install file) file using Package and deployment wizard.But in visual basic 2010 express edition does not have Package and deployment wizard.how to make Package and deployment (setup file or install file) file in visual basic 2010 project?
View 4 RepliesHow do I fix this error in Visual Studio? "The project file cannot be loaded. The application for project ... is not installed" I have copied a whole project onto my PC, both into My Documents/Visual Studio and into inetpub/wwwroot, but when I try to open the project in Visual Studio, it tries to open just 1 file .vssproj and gives me error messages, like : "The project file cannot be loaded. The application for project ... is not installed.". What am I doing wrong? The VS edition is 2005 as are all the projects aI am trying to load.
View 3 RepliesPublic Class ExtendedDateTimePicker Inherits DateTimePicker
View 5 RepliesFor reasons that are beyond my control, I have three Projects. Projects A and B reference project C. Project A references project B so that it can open a large form in project B. I now need to open that large form from project C, but VB won't allow me to add a reference from C to B because that would create a circular dependency. I found a way around it, though. I created a Timer in A, and when I opened C from A, I passed in that timer. When the user performs a certain action, I enable the Timer from A, and this causes C to open B for me.
View 2 RepliesIt is saved on my desktop for easy access.I can close the program. I can click the solution to open it right back up, no problems.I then zip my file (also to the desktop)
My problem: I moved the original file (Project A) to another folder and extracted the unzipped Project A onto the desktop. When I open the new Project A's solution file, nothing happens besides VB starting up. It doesn't show me anything.
I have a project that I have created, it something like a contact database.It is complete with its own sql server database, and controls and forms.I kinda of understand that I can include this project into another project.This is the tricky part,Can I include my contact project into another project and add more items to the database and forms in a new project?What I'm after is like using classes.My contact database would be like the base class, and the new project would be adding more features to that project.
View 10 Repliesi was developing Voice Chat Application in visual Basic .NET 2008 i try a lot methods to make installer for it :
1- i add Project Setup Project for my Project for Visual Studio 2008 Deploy & setup Type Projects and make it with output option and detect dependices
2- i try make it with Setup Factory 8.2.1
3- i try with MSI Factory 2.0
4 i try with Setup Factory 6.0
and after making installer copying it to my test virtual Machine or my friend lap and install it i get this error when try to run my application :
[Code]...
...VB express... I recently got a new computer, and then realized that a text file that I opened and read from in one of my apps was not there anymore.I copied the project from my old computer but forgot about the text file. the project's file pointed to it's folder, and the text file's path was somewhere else Is there a way I can keep a file with a project when it's compiled, and then how do I set the path in the app so that the file is found when I want to read it?
View 12 RepliesCan I safely move ReferencePath information from a .vbproj.user (or .csproj.user) file into the corresponding project file? Note: All developers will be using developing from the same location on their machines.We'd like to allow users to maintain their own settings for other things, but have this basic info be setup once and checked into source control to be shared to all.
View 1 RepliesHow do I add a new xml file to a VB.Net project?
View 4 RepliesHow do I add a new xml file to a VB.Net project?
View 2 RepliesI'm using Visual Studio 2008 When i'am trying to add a dll file to my project using Add Reference > Browse > and select the dll files and then " Please make sure that the file is accessible, and that it is a valid assimbly or COM component." Note: My dll is built to deal with an external driver (Payment Machine ).
View 2 RepliesHow can we add a MQ.H file in my vb.net project?
View 3 RepliesI know that is strange situation, but I need to embed an EXE file (or the assembly code) into my project, so it can be started only by the application (it can't create the EXE in the filesystem and start it)...
Is it possible? Edit:It's not a .NET EXE. Anyway I added the Test.exe file as a resource to my project and I did this
Dim exestr As Stream = Nothing
Dim a As Assembly = Assembly.GetExecutingAssembly
exestr = a.GetManifestResourceStream("Test.exe")
Can anybody tell me how can i add app.config file to the project?
i try add new item in the project but i can not see any app.config template.
I want to add an item (a .sql-file created based on user input) to the project in my solution at run-time. I tried to do it by using the VS extensibility (using assemblies like EnvDTE.dll and others).
View 5 Repliesadd some sound files to a project. When the program installs it will also make a folder (named "Sounds") and place the sound files there. The idea is that the user should be able to add more sound files here.I have added the sound files through my project properties window esources. In the solution explorer I added a new folder called "sounds", and placed my sound files there.Now, I thought that I could use this code to access my files
Application.StartupPath & "soundslip.wav"
This is not working.
How to i compile my web project- a car rental system , using my Visual studio 2008 to accomplish, to be a .exe file?
View 1 RepliesI have a simple program which runs notepad when clicking a button and i created a setup project for that program and assoicated files with extension let's say .xsn to the project and theni build the setup project and installed the software on my PC, now my question is when i run a .xsn file how can i let my program that it's being run by clicking on that file so i can for example read the contents of that file.
View 2 RepliesI need to edit a project file but when i click "edit Project file" i get the following error:
Command "project.UnloadProject" is not available
I have vs 2008. I have a VB project with lots of stuff. I want to do a little program to test out some ideas. I also, separately, want to execute a little .cmd script.
What I would like, is a way to execute my little test program, or the little .cmd script directly from within VS, bypassing the debug information set up for the project.
how to properly add a file to my Project, such as a .MP3 I then would like to extract the .MP3 form the project, to a specified location, such as: C:Trance.mp3
I've been fiddling around with this for awhile, and could not for the life of me, figure it out.
How do I get my project the compile an exe file instead of an msi file
View 2 Replies