VS 2008 : Build A Database Program Using Vb?
Jul 7, 2010how is the best way to build a database program using vb?
View 6 Replieshow is the best way to build a database program using vb?
View 6 RepliesI've been tasked with converting an old c++ service to vb.net
View 4 RepliesI'm trying to build an application to monitor a site to build statistics from the data being read. This HTML looks like this.
<div id="history">
<h4>HISTORY</h4>
<table border="0" cellspacing="0" cellpadding="0">
[code]...
Now I can read the html and put the text anywhere, I just don't how to read specific parts so I can separate the data out.
I am using 2008 Express Edition. I am trying to make a Release build instead of a Debug build.Under Tools->Options, Projects and Solutions->General - I checked Show advanced build configurations. The option to switch configurations does not show up in the IDE.
After this, I went to the Project Properties->Compile and switched the Configuration from Active(Debug) to Release.After building, I looked in my project directory, however only in the Debug sub-directory was the .exe and nothing in the Release sub-directory.I have used Visual C++ Express Edition, where I noticed that if you do not change to Release in the IDE than after changing to Release in properties, resets the project to the last configuration setting which is usually Debug.how to make the Debug/Release box available in the IDE, since Tools/Options does not make it show up?
I just created a simple application. I Builded that using build->build myapp. I got .exe of that application. i runned. all went fine. but when i closed that app, even after closing it is in memory. it is still running. how to deploy it properly?
View 12 RepliesI am trying to build a small program which will allow some one to click on the exit button and the sound will play and at the end of the sound the program will then close. The sound clip is about 3 seconds long Here is what I have:
Imports Microsoft.DirectX
Imports Microsoft.DirectX.DirectSound
Public Class Form1
Private Dsound As CSoundDevice
[code]....
I want to develop a DLL in VB.
How do I "expose" the Functions and Subs contained in the DLL such that they are accessible from another application ?
For example, in Fortran the "DLLEXPORT :: MyFunctionToBeAccessed" attribute is given after the declaration of the Function; it adds the name of the Function to a table at the beginning of the DLL, name which can be referenced after to access the functionnalities of the function in the DLL.
I'm looking for some good tutorials for building applications with visual studio 2008
the programming language i prefer is VBA
I am trying to build an IM program i found one (see attachment) but it is network only and i want to build one that goes over the internet?
View 6 Replieshow to build database
View 3 RepliesAm i correct when i say that at the end of the day a database can be built with a simple file stream and some logic to organize the data inside this big file??
View 6 RepliesI am trying to build a program that has a Dropdown menu (Combobox) where you select between a list of items like
xbox
ps2
ps3
wii
then once you select one of the options the program will bring you to a new window (In the same window) with a new box that has a list depending on which word you chose earlier. As an example.
If you chose xbox on the first window it will bring you to a window with a new list like
fighting game 2009
fighting game 2010
fighting game 2011
then if you select fighting game 2011 you would get another window that showed a list that had a list of characters from that game.
Guy One
Funny Hat Guy
Big Nose Guy
Dead Guy
Beast Thing
Funny Turtle Thing
Then in the new window you get a selection of options for the character you selected.
Special Skills
Combo Moves
Unlockable Content
Then if you select one of those you get a new window that has the lists. for example.
If you chose Special Skills show the list of special skills like the following.
Uppercut: Down + Y
Face Smasher: Back, Forward, B
and maybe beside the list of moves it could display an image of a Screen shot that shows the move (Or not if it is too complicated).
I am trying to build a simple app that will start another program.The command line that works in a dos batch file is c:program filespixellWall Controlwallctl.exe -layout=c:1.lay with my code below this works, c:program filespixellWall Controlwallctl.exe but the switch info above doesnt get passed, I get a run time error.
Public Class Form1
Dim layout1 As String
Dim layout2 As String
[code]....
I find a lot on the internet about how connecting from a vb.net application to a mapi application on my system.
But i would like to build an application which is the other side of the MAPI so when an application is calling a mapi service, my application handles the message.
I'm trying to build up a multidimensional array which will hold two bits of info for each record in a database e.g. id, description.[code]...
View 2 RepliesI need to loop through a very large collection of images and resize them all to 400x600 pixels. Is this possible?
View 5 Repliesi'm in middle of building an application and something got corupted and the solution has 2 errors and i don't know how to fix it when i run the app it comes up the msg that there is errors and i can run the last successful build i'm interested if there is a way to recover the program solution from the last build or a othe way that i can undo the error?
View 3 RepliesI am really stugling with this an was hoping that someone has done this in the past and can lend some guidance, I have had a look on Google but I only seem to find examples of one parent and one child.Anyway back to the problem, I have a treeview on a form and I want to allow the user to create a tree structure of their choice. What I mean by that is no limit to parent and child combinations, so basically have the same functionality as in Window Explorer.Now comes the problem, what I want to be able to do is store this tree view hierarchy in a database, so that when they add a new node to the treeview it is stored in the database at the correct level. Then if the user closes the form and re-opens it loads the treeview hierarchy from the database.
View 1 RepliesI am really stugling with this an was hoping that someone has done this in the past and can lend some guidance, I have had a look on Google but I only seem to find examples of one parent and one child.
Anyway back to the problem, I have a treeview on a form and I want to allow the user to create a tree structure of their choice. What I mean by that is no limit to parent and child combinations, so basically have the same functionality as in Window Explorer. Now comes the problem, what I want to be able to do is store this tree view hierarchy in a database, so that when they add a new node to the treeview it is stored in the database at the correct level. Then if the user closes the form and re-opens it loads the treeview hierarchy from the database.I would really apreshiate some guidance on database table stucture and how I can loop through and build the treeview
Trying to build a front end for a new database I built at work, and I am having a problem.
This code is supposed to try to add a new customer to the database...in the
"btnSaveCustomerToDatabase_Click" VStudio is throwing "Reference to a non shared member
requires an object reference" but I am not seeing it.[code...]
When i add a backroundimage to my form and run the program i see the buttons build one by one.I have a form with two panels over eachother. On each panel there are 10 buttons. On the form is a button to bring a panel to the front or send to the back. When i click on that button isee the buttons build one by one. When i have no backroundimage this problem does not occure.
View 1 RepliesI want to build a recent files list into my program.
The hiearchy I currently have is "MenuStrip>File>Recent Files>File1".
I have a function which saves the files and opens them. It also stores the file name and file path in sperate variables:
CODE:
I would be able to change the text property of the File1 (File1ToolStripItem) to the SaveFileName easily, but how would I make it so that when you click the File1 (File1ToolStripItem) it opens the Savefile file?
I would also need the program to save this list so when I open the program again they are still there.
Is it possible to build a windows disk defrag program in visual basic 2010?
View 3 RepliesHow do you change the build executable image for your program? Right now mine looks like a blank form. I would like to add a custom image.
View 2 RepliesI'm a Quite new to Visual Basic 2008. I have to build a database application for one of my assignments and one of the problems I'm having is to build a form that will be used to search a customer from a Customers table. The database is from access2007.
I have to have 4 radio buttons on the form which will be the options to search the customer by, so I can search by Customer ID, Customer Name, City and postcode. When I select one of those options I need to enter the phrase I'm looking for within a text box I have called TextBoxSearch then press a command button to perform that search but I'm not sure how to do this.
The customer ID is the 1st row, Customer name is the 3rd row, City is the 4th row and the postcode is the 5th row. How do i tell the program to go to that row and grab the detials based on the text entered from the text box? and display only those detials on the datagrid view?
I am trying to build up a login form for my database. I have two fileds Username and password and two buttons Login and change password. I want the change password button to get enabled only if the user enters a default password set by me and the button should remain disabled otherwise.
View 2 RepliesI am working on building a CMS, my client's specific request was that he should be able to modify/edit the nav menu and its contents using the user interface, I am not sure how to do it.
providing links to articles where I can learn? or even examples that I can implement?
Site2you.com has a template that can be edited pretty easily but I am not sure how they did it
I have a treeview on a form and I want to allow the user to create a tree structure of their choice. What I mean by that is no limit to parent and child combinations, so basically have the same functionality as in Window Explorer.
Now comes the problem, what I want to be able to do is store this tree view hierarchy in a database, so that when they add a new node to the treeview it is stored in the database at the correct level. Then if the user closes the form and re-opens it loads the treeview hierarchy from the database.
I would really apreshiate some guidance on database table stucture and how I can loop through and build the treeview
I have a past experience with visual Foxpro and SQL. Now, I need to build a database with multiple data files (say 100 files), each data file with millions of records, each record with dozens of fields.Then, each data file is linked with other files by using different fields. Primary data is in English. Then there would be a translation of the English data is in another language. Primary data in English is stored in separate files whereas the translated data is stored in separate data files.
View 4 RepliesI am creating a Library Cataloging program for a local charity using Visual Basic.I have built the basic data table into the VB Project and I would like to populate it with the existing data that I have in the excel sheet containing the current catalogue. There are approximately 1000 records to import and I don't fancy inputing them by hand so I was wondering if anyone knows an easy way of porting the data across.
View 1 Replies