Using VB 2008 To Develop Apps Working With Access?

Nov 20, 2009

I am using VB 2008 to develop apps working with Access. With this IDE I can compile my apps as x86 . Then runs fine under 64 bits Windows 7 and Vista Systems.

First question:but if I run this app under XP 64 bits, will run fine too?

second question:the apps developed with VB 2003 (these work with access too ..."jet oledb"). How I can compile as x86? I have not seen this option like VB2008.

View 1 Replies


ADVERTISEMENT

VS 2008 Develop BB Apps With VB?

Mar 14, 2011

it is possible to develope apps for the blackberry using Visual basic 08(or any version out there). I downloaded the Blackberry IDE but you need to know Java, and I don't have the time right know to attempt to learn another language.

View 4 Replies

Use VB Express 2008 And Develop Apps To Run On The .net Framework 1.0?

May 13, 2011

I'm trying to develop an app with Microsoft's Visual Basic Express 2008 to run on the .net framework 1.0. Is there something I can download to do this or do I have to require the latest framework to be downloaded?

View 1 Replies

Develop Apps For PC And Mac?

Mar 19, 2012

I need to develop some apps that will be accessed from both PC and macs. Can this be done with visual Studio 2010?

View 2 Replies

Develop .net Apps In Ubuntu?

Mar 27, 2012

i need to change my OS to Ubuntu.i can develop .net apps in ubuntu.

View 2 Replies

Develop A Converter Of Sorts - Math.ceiling Is Not Working?

Apr 26, 2012

I'm trying to develop a converter of sorts, and I need it to always round up, however, math.ceiling is not working like I would like. The converter I'm trying to develop is a Canadian MMAR Calculator.Here is my code.

Public Class Form1
Private Property growtype As Object
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click[cod

For some reason, when the variable < .5 it rounds down, and when the variable is > .5 it rounds up, I thought math.ceiling always rounded to the highest nearest whole.The issue comes at growtype 2 and 3, this equation "(num1 * 365) / (250 * 1) * 1.3" where num1 = 18 returns 34.164, I want this to round up to 35.

View 3 Replies

Writing VB/Access Apps Fast?

Nov 23, 2010

At my company we build a lot of small, administrative type databases generally used by a dozen or less users. We have thus far done them entirely in Access. I've been doing VB forever and would like to write nicer, rich UI apps using a VB front-end to and Access database instead, as I find Access apps clumsy to use; VB apps look better and have more UI options.

I've started to play around with building Data Sources, Binding Sources, etc. and dropping them on forms, trying to create something useful with as little code as possible. I'm just wondering what folks generally think of using this approach. Remember this is for small, not complicated db apps with few users.

I know in the VB6 world bound controls took some heat for being not worth the effort it saved you.Also, is there a good book on the subject that concentrates on creating VB/Access apps with minimal code?

View 4 Replies

Possible To Create WinForm Apps That Can Access An Intranet?

Aug 13, 2009

I'm not looking for a solution, rather I just want to know if this is possible or not with VB.NET (which I'm still just a beginner on).What I'm looking to develop is a WinForm application that allows users within the company network to share files and other information.

View 4 Replies

Update Query Not Working In 2008 Access?

Nov 13, 2009

[Code]...

MsgBox(cmd) End If End While '***** END ***** reader.Close() con.Close() MsgBox("The Connection to the Database is now Closed") End Sub End Class

View 2 Replies

How To Develop Multilevel Access Login Page

Aug 29, 2011

I got an error in my coding. The error is expression expected. How I am to correct my coding. In my coding here I am tried to develop multilevel access login page. Here is my coding which is connected to database. In my coding, I create 3 textbox which is txtusername.text, txtpassword.text and txtdepartment.text. User must key in they username, password and their department in the login page, if the user department is Admin then he will access into admin page and if user department is store then he will access into store page. I am still new beginner in this vb language and for your info I am using visual studio 2005 and sql 2005.

Here is my code and my interface
Public Class Form1
Dim r = Me.StaffTableAdapter
Private Sub btnlogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnlogin.Click
Dim r = Me.StaffTableAdapter.UsernamePassword(Me.txtusername.Text, Me.txtpassword.Text, Me.txtdepartment.Text)
[Code] .....

View 1 Replies

Develop Online Small Software In Vb6 Using Database As Ms Access?

Jun 8, 2011

One of my clients wants me to integrate one of his small software he made few years back in vb6 using DB as MS Access . Now he want me to integrate it with his online software which is made in asp.net and SQL as database.

1) Question is it possible to run a vb6 software online which has ms access as its DB.

View 2 Replies

Dynamic Connection Strings - Developed Apps For Desktops With An Access Database On One Server

Jun 1, 2012

[i][b]I have always developed apps for desktops with an access database on one server for one company or sql server. I had one connection string. Now I am in a situation with multiple clients using my software on their own server. This means different connection strings can anyone suggest an efficient way to do this without changing connection strings for each server throughout the application?[/b][/i]

View 1 Replies

VB 2008 Datagrid View With Access 2010 Lookup Fields And Combo Box Not Working

Mar 1, 2011

I started a forms solution in VB 2008, created a datasource to an access database (2010) and used the datagrid view to display the data. 3 fields in the access database are lookup fields with 2-8 values each, typed in by me, since the linking to other fields did not work. This is not working either. When I change the column to combo-box or not, those values, typed into access, are NOT showing up in the datagrid. the combo box has its drop down arrow but the value fields are empty.

View 10 Replies

VS 2008 VB Apps Talk To Each Other?

Aug 22, 2009

What I want to produce is a form with about 20 text box's on it that are linked to a timer. That is easy, what isn't easy for me is how to get the data in a loaded form from access to another VB app. (timer form will be limited to one instance)

I have an access database which copies a string to clipboard and then opens a vb app. I have a button on that app which captures the clipboard text and moves it to an empty field starting a timer (lots of fields, keeps searching till it finds an empty field).What I want to know is: can access talk to a vb form that is already loaded and start a function?ORIf access can't talk directly to a vb app, can vb apps talk to each other and swap data (not just keystroke macros eithre)?

I can get access to copy text to the clipboard, launch a VB program that grabs the text in the clipboard and starts a timer, but can I get that VB app to talk to a second application?EDIT: I should add that VB doesn't need to talk to any tables in access, just what is in the clipboard.

EDIT: Tried to make 2 instances of the same app talk to each other using my.settings but it didn't work.
Could I make them talk to each other through a file other than my.settings file OR make the my.settings file absolute regardless of how many instances?

View 4 Replies

VS 2008 Determine What Apps Are Running?

Oct 22, 2010

I would like to determine what apps are running on the computer. Not sure where to start.

While we are at it, is there any event that triggers that indicates that a new application has been started? Basically I am trying to log what applications are running on the application while my VB application is running.

View 3 Replies

VS 2008 Multiple Apps In One Application?

Oct 27, 2010

I need some advice here, i have several little applications that i want to be small modules (don't know if it's the right name), in one Main application.I know that i can do this in several ways (add the code, call the exe), but i was looking to guidance for the best way / pro way.

I was thinking in creating DLLs for each one, and after putting the DLLs in one folder inside my Main Application instalation, it recognizes all the DLLs in that folder and create the appropriated menu for the DLL with the options defined inside. Kind off add-in, this may help me in the future if i need/want to add other apps/DLLs.I already seen something like this in the web, but i don't remember where or what should i write in the google to get what i want...

View 4 Replies

VS 2008 Top Most Over Full Screen Apps?

Jul 12, 2009

if i have my form1 set to TopMost = Ture & i have another Program that's go's full screen why does my Form1 now still be on the Top ? and how can i make sure it is allays on top even if a program go;s in Full Screen Mode?

View 1 Replies

VS 2008 Way To Send Data Between Apps On The Same Machiene?

Aug 9, 2009

Just wondering what is the simplest way to send data between ALL instances of my app on the SAME windows login on a single machine - I do not want to use anything that opens a port as i don't want there to be any chance of having it blocked by a firewall

View 3 Replies

VS 2008 : Show Up A Form In Front Of All Other Opened Apps?

Aug 21, 2010

I would like to know if its possible to show up a form in front of all other opened apps . Exemple : myapp.exe (is under of all those application) internet explorer , photoshop , windows live messenger. On event (for exemple on new message recived) myapp.exe will show up all over other forms.

View 3 Replies

VS 2008 Managing/theming Other Apps (developing A Shell)?

Jan 12, 2010

I'm developing a shell (think LiteStep or SharpE) for Windows using Visual Basic .NET, and I have reached the point where I will need to get into theming other windows that doesn't run inside the shell itself.Modifications I will need to do is to change their title bars - probably using some kind of API call - to match the design I've integrated into the shell itself, if that is even possible. Having Aero on windows running in a shell that doesn't even look like Aero at all isn't very pretty.) Is there a chance I might be able to do this, or will I have to use a 3rd party application and/or develop my own little programming language for shell-specific applications (which would be a pain)?

View 2 Replies

Develop An Exam In VB 2008 Or 2010?

Nov 27, 2010

First off, this is not for a class. Although I *AM* taking VB classes, I wanted to do something on my own that would help me learn. I find that the examples and assignments in class, are okay, but I would like to do something that I could apply in real life, perhaps apply it to my own work and master many techniques. So this could actually become my own final exam

That being said, I have searched and read all the posts on quizzes and tests and they are usually asking for code answers. No from the beginning development and planning. I am sure eventually, I might ask some code questions, but I would like to start at the beginning and analyze, develop the algorithm/ flow chart, and desk-check first.

View 3 Replies

Develop Hierarchical Datagrid In VS 2008

May 28, 2009

I think datagrid able to display hierarchically with datarelations in earlier version. Is it possible to develop hierarchical datagrid in VS 2008 without using any third party stuffs?

View 1 Replies

Develop One Tool In Visual Studio 2008?

Jan 31, 2012

i want to develop one tool in visual studio 2008. I don't know about using the serial comm rs232 function there in visual studio?

View 1 Replies

Windows.Forms Based Apps Vs WPF Based Apps?

Jun 21, 2010

what WPF based apps are?Is it an application that runs under Silverlight? If so, how?I know; Windows Forms based apps,console apps,DLL _ Class Library Projectsand I've had an introduction to ASP.Net.What I mostly want to know is, if WPF apps are for Silverlight then do they also run in a server based fashion like anASP.NET website would when you create ASP.Net webpages?Is it a way of creating what looks like a FORMS BASED application but it runs in a browser instead or what?Please enlighten me a bit further as I have no idea what WPF is all about.

View 3 Replies

Develop An Application Using VS 2008 Connected To MySQL Database?

Feb 17, 2011

I am trying to develop an application using VS 2008 connected to MySQL database. Previously in vb6 i was using adodb and now when i googled and got a few sample projects done using VS2008 in which most of the module codes were OLEDB.....To which method should i stick to...?

View 2 Replies

VS 2008 Develop A Web App That Can Interact With Websites And Carry Out Automatic Tasks?

Sep 7, 2009

I'm using Visual Studio 2008 on an XP machine and am trying to develop a web app that can interact with websites and carry out automatic tasks.One problem I have is trying to recreate the web requests for automatic interaction.

For example:I use a webBrowser control to allow me to surf a page manually. Then, once I am at a specific location, I'd like the automatic interaction to take over.Part of the website requires a log-in and exchanges cookie data.When I try to read the cookie info from the webbrowser control to build the subsequent automatic requests, the cookie content is incomplete.Upon further investigation, it appears that the site sets one of the cookies to "http only". This stops the value being visible to the webbrowser control.Is there another control or method I could use to retrieve this info?

View 1 Replies

VS 2008 : Develop A Application That Will Invert Mouse Axis But That Will Run In The Background Of Computer?

Aug 22, 2010

I am trying to develop a application that will invert my mouse but that will run in the background of my computer.

View 2 Replies

VS 2008 Cannot Seem To Get A Working Filter In Working Order

Jun 18, 2009

It appears that my favorite thing in the world is tackling projects that are beyond my current knowledge and abilities. I have a little project that I am working on which is a simple image viewer stocked with (upon completion) your standard Load..., Next/Previous, Zoom In/Out, Actual Size, and Full Screen capabilities. However, I am running into a few snags:

(1) I've been able to get my "Load..." button to display a file dialog box, but I cannot seem to get a working filter (with which only image file types are allowed to be selected) in working order.

(2) I have a PictureBox object (entitled PictureBox1) that displays the image selected via the file dialog box, but it loads images in their full size (1:1/100% zoomed) state without scrollbars, etc. to allow me to navigate the loaded image. I would like to have it load the image, initially, to fit within the dimensions of PictureBox1 and from there be able to zoom in/out via my "Zoom In/Out" and "Actual Size" buttons and be able to scroll if the zoom level is beyond the dimensions of PictureBox1.

(3) It dawned on me that I haven't the faintest idea how to get my "Next/Previous" buttons to allow the user (me) to navigate, in succession, the images contained in the folder in which the currently loaded image is stored. [code]

If it is deemed that this thread is inappropriately requesting help, I ask that it be locked/deleted quickly as I recognize that this is a large community with many discussions going without need of unwelcome posts.

View 9 Replies

Update Is Not Working With Access?

Jan 29, 2010

Dim sqlupdate As String
sqlupdate = "UPDATE sysdep SET sysaccount= @sysaccount, syspw= @syspw WHERE id= @id"
Dim cmd1 As New OleDbCommand(sqlupdate, con1)

[Code]....

This is my code for update, but not working,UPDATE STATEMENT WRONG?

View 3 Replies

Datagridview With Access - The Delete Is Not Working

Feb 1, 2010

Datagridview With Access - The Delete Is Not Working

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved