C# - Access To Standalone App With More Stable Database?
Jan 4, 2010
Does anyone have experience of rapidly translating an access application into a standalone windows application? My current thoughts are to create an SQL database and a gui in c# and vb, or adobe flex 3.As with acces, the GUI would mainly comprise of controls such as radio buttons, combo box (populated from a table), check boxes, text boxes, text areas and data grids. It will also need the ability to create reports as access does.
View 2 Replies
ADVERTISEMENT
Nov 23, 2008
I was wondering if anybody knew how to stable sort an array in VB.NET using a key.Basically, I am reading 2 CSV files and populating 2 arrays in parallel. The first array (asLines) holds the entire lines read from both files, and the second array (aiTrans) holds only the transaction #'s from those lines (the 2nd field of the line).What I want to then do, is stable sort asLines using aiTrans as the key.url...How can I sort asLines using aiTrans as the key and keep the order?
View 4 Replies
Jul 30, 2009
I am currently reading Pro LINQ c# 2008, and in page 87 the guy says OrderBy and OrderByDescending are stable. But he says exactly the opposite in page 96. It looks to me as he is referring to exactly the same functions, so I don't get it. Are they stable or not?
View 2 Replies
Jun 22, 2010
how to create a stable plugin architecture. Stable because I plan on opening up plugin creation to the public but I dont want a sloppy coded plugin to take down my whole application.
So I thought of using an AppDomain per plugin and I did a little seaching. But it seems that even using a temp AppDomain to load plugins and then unloading it once all assemblies have been inspected raises complexity allot and I was planing on using an AppDomain per plugin.
I feel the gained stability (if there is any at all) may be raising the complexity so much the app will never be done..
Is there another way to both create a stable application and at the same time making it extensible?
I cases where the host calls a defined function via say IPluginInterface I guess I can pack a whole lot of try catch blocks around that call but what if a plugin insisted of a timed routine that would run continously without being invoked from the host other that a starting call to StartPluginService or something like that?
If I include a plugin like that in the default AppDomain and it blows up I sure will blow my own foot off right?
View 3 Replies
Jun 6, 2011
i am using MS ACCESS DATABASE for data processing in vb.net, so i need to change the "connection string" while re-compile in another machines ,so i want to make connection string as stable(unchanged for all environment)
View 3 Replies
Jun 4, 2011
I can save my data to access database and in the access database field I set it to date/time.But problem is when I get the value out from the database.. the format is always month/day/year hour:minutes:seconds example today: 5/2/2011 12:00:00..How to get the value into listview becoming May/2/2011 without the hour..Here's my code to get it from database ListView1.Items(i).SubItems.Add(dt.Rows(i)(14).ToString).The second problem is.When I would like to edit, how can the datetimepicker get the listview value ? [code] info: using access 2003 (.mdb) the Date of Birth field has been set into Date/Time.
View 2 Replies
Oct 15, 2011
I have an application that has an Ms Access 2007 DataBase which runns great if access is installed. Is there any code that I can use in vb that I would be able to run access with out installing it.
View 5 Replies
Mar 30, 2009
I have two Access database, say database One.mdb and Two.mdb. I want to use VB2005 to export tblCustomer from One.mdb to Two.mdb, and replace the existing tblCustomer in Two.mdb, during run time. I basically want to simulate the export function that is available in MS Access (which can export one table from one Access database to another) with VB2005 during run time. I can think of a way by querying the table to a dataset and then delete everything on the other database before filling the table in that database with the dataset
View 1 Replies
Jun 22, 2010
I am trying to import data from an access database to a access database that my project uses I am having problems with combo box fields in the database with the data. I want to import what is displayed instead of the numerical key value. Example: The combo box displays employee names but the value stored is the key value from the employee table so instead of importing John Doe it imports 2 is there a way to make the actual name instead of the number?
View 4 Replies
Sep 2, 2010
It is my understanding that Visual Basic 6 allowed you to create a standalone .exe file (compile all files into one .exe) with its package and deployment wizard. Does VB 2010 have an equivalent to this? If so, how do I get to it?
View 5 Replies
Feb 16, 2009
I was wondering that when you go and publish your application that you can do it in such away that all the necessery files are there so all you have to do is click on one file and it loads without it installing on the hardrive.
View 3 Replies
Jul 29, 2009
i have create a application. i want to create a .exe file on the desktop without having to go into the project folder then bin folder to open the .exe file. How do i create that kind of standalone .exe file?
i try copy and paste the .exe file on the desktop but there is always having this error <project name> has encountered a problem and needs to close. We are sorry for the convenience.
View 8 Replies
Oct 12, 2011
I need to create a standalone application using Visual Basic 2010 without .ico, .deploy, .manifest files.
how can I create only its *.exe file ?
View 1 Replies
Jan 11, 2012
starting out by making small programs, but all I can do is compile and run.I am desperately looking for a way to turn my program into an executable without any installers, as well as the ability to run on other computers (Programs will be made on a PC with Windows 7, and run on others with 7, Vista, and XP (32 Bit). The program will be x86.
View 3 Replies
May 25, 2012
Apps created using VB.NET requires Dot Net Framework to run on a pc, doesn't it? Is there anyway to create a standalone executable file in VB.NET so that i have to just give the executable only which will run on any system (which has not Dot Net installed) without any setup. What I want to mean is If I copy the executable file and paste it on other pc, it should work.
View 13 Replies
Jan 20, 2009
I am using visual studio 2008 professional. I would like to create a standalone exe. Meaning that the program will run off one file and doesn't need to be installed.
View 14 Replies
Nov 11, 2009
Well I have a program, and I want to the program works alone at determinate time. I know that I have to create a "standalone executable" proyect or something like that. I really don't know how do this kind of things.
View 2 Replies
Dec 16, 2010
I'm planning to create a standalone problem that triggered by scheduler.When the program is triggered, I would like the program to stay on top all the time, even though user clicks on other programs.
View 4 Replies
Feb 5, 2011
So I'm a beginner and I'm guessing this has been asked before, but can anyone tell me how to save multiple inputs from textboxes and radio buttons etc. as one whole umm... thing in a STANDALONE form. I don't want any extra CFG or INI files etc. Kind of like how a new profile in a game would work. I'm a beginner so please try to keep it simple (or if you already know of a thread with the exact same question please link that as a reply instead).
View 2 Replies
Mar 26, 2010
Currently i only managed to implement the google map(static) into my application,but i want to replace it with a dynamic map. Is there any website or example for me to refer? I tried reading up google API website, but i still dont get it.
View 2 Replies
Jun 15, 2010
VB.NET: Can the .EXE built by VS2005 be deployed as a standalone EXE?When I change the mode in VS2005 to "Release" and build the solution, the binRelease directory then contains the solution .EXE file, but also a .pdb, vshost.exe and .xml file. What are these extra files and are they necessary?
I copied the .exe file to another machine and it executed properly, but there was a significant delay when it first executed - thereafter it was like any other program. What is the reason for this, Is it because the other 3 files in the Release folder are not there with it?
View 4 Replies
Mar 11, 2010
So I have a macro here that will copy some information from a spreadsheet to an access database.I want to change it so it is its own file, and when run the user is asked what spreadsheet they want to export to the database.I will need to include the "Microsoft DAO 3.6 Object Library" (currently I have it checked off under references)I have installed Microsoft visual basic 2008 express, and pasted my code in there but there are lots of "undeclared" office functions / objects like:[code]what would I need to import to get access to these things?
View 5 Replies
Jan 19, 2010
I had developed a small windows software. Now I want create a setup file so that a client can install it on off-line. I used the publishing wizard, it successfully creates the setup file but if I try to install it on other computer which doesn't have the .net Framework, it tries to get it from the net. To avoid this I want to include .net framework into the setup file. How can I do this ?
View 7 Replies
Apr 18, 2012
Imports Microsoft.Office.Interop.Excel
Imports System.IO
'btnclikevent runs this code
[code].....
View 5 Replies
Jan 13, 2010
I created a Visual Studio 2005 application that works and installs on other user's computers, but not the way I want.
1. I want to create a single file that I can distribute to any user so when he clicks it, the application will be INSTALLED.
2. When it installs, it chooses to do in its own location. It does not give the user an option to save or install in a specific folder (where the application will be used because other files are there). How do i allow the user to save the the application in a specific folder?
3. I would like a single file that the user clicks to RUN the application. Is that the in*.exe?
View 1 Replies
May 13, 2010
I have created a windows form application, but when i publish it (to cd setting), and then try and install it, (on windows 7, only tried there so far), I get a cannot open or read mainfest file, or cannot connect to download from the original pc's IP address error messages.
I have spent considerable time relearning visual basic (used microsoft basic man many years ago), and now want to use the program on my other computers I can upload/paste the error file if needed
View 1 Replies
Jul 17, 2009
I'm trying to learn Crystal Reports (VS 2005, VB) and per this question I was trying to drive the report with my own data objects instead of through a DB connection.
I found this tutorial and it looked promising as an answer to my question, but after diving in it only seems to apply to web development.
Am I out of luck in trying to power a Crystal Report with .NET objects in a standalone application?
View 2 Replies
Jul 14, 2009
I need to be able to run multiple instances of a standalone (3rd party) application. This application prevents multiple instances from being ran from within the application. I need to basically override this.
I know it can be accomplished by hexing the original executable, however I would like to stay away from this method as I'd like for other users to be able to use my application from the get go without needing to hex the 3rd party app themselves or me having to send them the hexed app. Is there any way to achieve this or am I just taking crazy pills?
View 2 Replies
Mar 24, 2010
I'm using this control in a application to load the URL of a .jpg image. The thing is that the image is bigger than the control, so I want it to automatically resize the image, as IE does when the same thing happens there, and it even shows a little magnifier glass to restore the image to full size.How can this be achieved? What happens at default is that the image is bigger than the control, so a quarter of it shows and I have to scroll to see the rest.
View 4 Replies
Jun 12, 2011
Now i wan to create a standalone program to send datagrid data via email . izit any way to send the datagrid to email body ? below is my code.
Public Class Form1
Dim oLapp As Object
Dim oItem As Object
[Code]....
View 1 Replies