C# - Windows Form + Database (Sql Server)+ Windows Mobile Application?

Mar 17, 2011

i am doing project of Order Accepting system for five star hotels.Scenario is Waiter will accept order using Window Mobile which is Connected to WiFi present in hotel.I want to communicate to database(Sql Server) present on My Machine (Computer present in kitchen) through WiFi and Add order into table present inside database. This should notify my application present on Compter and should print order. After completion of Order Application from kitchen will notify to waiter about completion. My problem is How to Communicate with database present on Remote computer using WiFi from windows Mobile.

View 2 Replies


ADVERTISEMENT

.net Application To Run On Desktop + Windows Mobile 6 - Which Database To Use?

May 20, 2012

i would like to build an inventory manager application that would have two versions :1. Would run on the desktop 2. Would run on windows mobile 6 I would like to have both these versions store and read data from a database that can be stored centrally either on a webserver or somewhere on the LAN.

I would like to know can i use Access as my backend database or sql server ? will windows mobile app be able to access it and read and write to it Note : I would prefer to create only one database that will just store the details in the tables and do not need any other functionality. All functions such as save,edit,delete,search,filter etc with be done from the FRONT-END VB.NET interface ONLY If you suggestion involves the use of 2 databases such as one for desktop version and one for windows mobile then please also tell me how would i sync the data between them.

View 1 Replies

Move A Windows Form App To A Windows Mobile 5 Device

Aug 23, 2009

I'm trying to move a windows form app to a windows mobile 5 device and I was able to get every thing working except this piece of code.

[Code]...

View 2 Replies

VS 2008 Use Microsoft Access Database For Windows Mobile Application And Save This Mdb File Locally In The Pocket Pc?

Feb 3, 2012

Is it possible to use microsoft access database for Windows mobile application and save this mdb file locally in the pocket pc?because im trying to make an application to connect to mdb database but this imports seems to be not working.

HTML
Imports System.Data.oledb

oledb is not a member of system.data. why?

View 1 Replies

Create A Mobile Application For Windows Mobile?

Nov 12, 2009

I would like to create a mobile application for Windows Mobile, how can this be done? I have Visual Basic Express edition.

View 4 Replies

Windows Mobile 6.5 SDK And Client / Server Solution

Nov 30, 2009

1. Does someone know how to install Windows Mobile 6.5 SDK and how to get a Windows Mobile

6.5 emulator, like the 6.1 that comes with VS2008?

2. Planing to develop a server application that have a Windows mobile client.

I would like to pass commands to the server app on a server that trigger some event. Both made with VB2008. The WM65 client sould communicate on wifi LAN/TCPIP like a normal PC. I have never develop a client/server solution so does someone have links to some tutorial or tips on this. and/or Windows Mobile developmed in VB2008

View 5 Replies

SQL Server 2008 Configuration For Client Server (Windows Form) Application

Apr 6, 2012

Case : I'm creating an application (desktop application) with VB.NET (actually windows form), and using SQL Server Express 2008 for its database.

[Code]...

View 1 Replies

Deploy Windows Application With Its Local Database SQL Server R2 Express?

Apr 5, 2012

how can i deploy windows application developed using Vb.net and Sqlserver R2 Express as local database?..how can i make it in setup format(including sqlserver) to deliver to clients?is it compulsory the client should install SQL Server R2 Express in his system apart from the installation of this windows application?

View 5 Replies

Sql - Hot To Access Windows Mobile SqlCE Database From Desktop .net?

Aug 20, 2010

I want to access the Windows mobile SQLCE database from the desktop application when device is connected to my PC.

View 1 Replies

VS 2008connect A Login Form In Windows Application To Remote Server?

May 3, 2012

I am having trouble in creating a login form in my windows application.If i create a login form with its database local to the system ,it works fine .But my requirement is that the database is placed on a remote server so that the login is secured.When the user tries to use the application he first needs to login.When he puts the username and password in the login form it should send the data to a remote server for authentication.

View 12 Replies

C# - Gradually Increase System Volume On Windows Mobile / Windows CE 6.0

Jun 19, 2012

I'm attempting to use waveOutSetVolume from coredll.dll to gradually increase the audio volume from silent (or near silent) to maximum.

Most of the code examples I'm finding show some predefined set points for Off, Low, Normal, Medium, High, and Very High like this:

Public Enum Volumes As Integer
OFF = 0
LOW = 858993459

[Code]....

OK, and here's some API documentation which doesn't make a lot of sense to me in this particular context. What is low-order word and high-order word and how can they both exist in a single value?

· dwVolume New volume setting. The low-order word contains the left-channel volume setting, and the high-order word contains the right-channel setting. A value of 0xFFFF represents full volume, and a value of 0x0000 is silence. If a device does not support both left and right volume control, the low-order word of dwVolume specifies the volume level, and the high-order word is ignored.

View 1 Replies

Display Text Name Of Child Instead Of Parent On Windows Mobile Application

May 24, 2012

I have a vb.net application that uses ShowDialog() to open child screens.

Long story short, I had issues with focusing the control if I opened IE on top of my program without minimizing the program. Once I reactivated my program and closed a child window, IE would show again instead of my program. I fixed this by setting the owner of my form.

Now I have another issue. After setting the owner, the parent (text) name of my form is now being shown at the top of the application when a child screen is open instead of the parent name. How can I fix this to show only the child's text form name when a child screen is open?

View 1 Replies

VB - Windows Mobile Application - Program Files To Locate The .sdf File

Feb 20, 2012

in my application, to get the path I use the following code.

Dim path As String
Dim asm As [Assembly] = [Assembly].GetExecutingAssembly()
path = System.IO.Path.GetDirectoryName(asm.GetName().CodeBase)

this gives path as Application Data, But i need Program Files to locate the .sdf file. how to get this path?

View 2 Replies

How To Load A .bak File Of Database Backup In Sql Server 2005 Using .net 2008 Windows Application

Mar 12, 2009

how to load a .bak file of database backup in sql server 2005 using vb.net 2008 windows application?

View 5 Replies

Is Sql Server Needed For Run Windows Form Solution With Sql Database As Back End

Nov 26, 2010

I am using a vb.Net 2010 and sql server 2005.I want to run a solution that is windows form to another computer.There is No centralized server.

View 1 Replies

Windows Mobile Appication - Have A Media Player To Play Video On The Application?

May 1, 2009

how have a media player to play video on the application??? is there a drag and drop media box?

View 1 Replies

Programming Login - Developing A Windows Application Using Visual Basic 2008 With A SQL Server Database

Feb 26, 2011

Iam developing a Windows application using Visual Basic 2008 with a SQL Server database. Throughout the program I give the user as many options as possible and have no problem with either the database or the windows forms. The program does not initially require a Login and I want toprovide the User with the opportunity to add a Login to the system. The default Login form is perfectly satisfactory.

The problem is that I can't figure out how to program the change sothat the Login from isopens the program rather then th form designated as the StartUp form. this forum I am able to prgrammatically change the form but I can't figure out how to make the requirement a permanent factor. I tried using a Constant, but if the User wants to change, you can't change the constant. Its an apparantly simple yes/no situation but if I set a varable to yes and then change it to no the next time the program runs, the change will be lost.

View 6 Replies

VS 2010 Application Supports The Creation Of System Files From A Windows Mobile PC - Subject?

Jan 28, 2010

I would like to fine-tune their work tool.The basic idea is to load different libraries etc CppThere in my working environment, such as files - *. dsm.Read the information from them is no mean feat.

View 2 Replies

Deploying Windows Form Application With Database?

Jun 6, 2011

I am about to finish an application for a client. Now I'm having hard time deploying it since I really don't know how to do it.How do I deploy a windows form application with database?I've already downloaded the prerequisites redistributables. I also want those to be included in the installer.

View 1 Replies

Windows Form Application Access Database?

Jun 28, 2010

Windows form application Access database Is it best practice to restrict user entry via keypress event
then validate all info entered & show error control message

or use dataset partial class columnchange as cannot restrict user entry here Could an experienced programmer suggest best way i actually prefer restricting keypress then loop through and validate all entrys
but want to be right

View 4 Replies

Form Controls Changes From The Windows 7 Format To Older Formats On Runtime While Running .net Windows Application

May 15, 2012

I have seen this happen before but am not sure how I resolved it in the past. On runtime the controls of my form change from the windows 7/vista format to an older version format as shown in the attached image.

How to display the controls in the format on the left (new windows format)

View 1 Replies

Database Connectivity Throrgh Windows Form Application?

Jun 21, 2010

i have written this code to inser data in my database table "member "through the form but it is not working if i start debugging the code it gives no error but when i open my database table to see the inserted data it is not working.

Imports System.Data.SqlClient
Public Class Form3
Dim con As New SqlConnection("Data

[code].....

View 5 Replies

Make A Windows Form Application That Uses An Access Database

Jun 9, 2011

The problem has been simplified for the purpose of clarity. I want to make a windows form application that uses an access database. The application will store the list of person's basic details such as name, age and country. The database contains two related tables ie person(id, name, age, country_id) and country(id, country_name) My windows form contains TextBox, DateTimePicker, ComboBox for Name, Age and Country respectively. Now I want to make CRUD operation Programmatically (Not using Visual tools) in the same form with some navigation buttons.

View 1 Replies

Windows Mobile - Connect Sql Database Compact Edition On Visual Studio 2008 With .net (smart Device)?

Apr 24, 2012

I'm doing a project with vb.net (smart device) on visual studio 2008 and I need to connect to a database on the device itself (I do not have a physical device to test, only emulation). How should I go about doing it? I would like the database to be in the device on start up.

View 1 Replies

Refresh Windows Form In Windows Application?

May 12, 2011

In my project one task is there how to refresh the windows form in vb.net

View 2 Replies

Windows Form Application Windows Authentication

Apr 30, 2010

I have a VB.Net project that I am running from a local server and I need to use the credentials the user is currently logged in with to upload a file to a folder I create on a SharePoint site on the same domain. I can get it to upload if I specify the credentials but it will not work with system.net.credentialcache.defaultcredentials. It just gives me 3 empty strings and I get a 401 unauthorized error. I have seen a few threads that say you cannot use it with Windows Forms Applications. Is this true? Here is my code:

[Code]....

View 2 Replies

Viewing VB6.0 Windows Form In "windows Server 2008"

May 21, 2009

I am facing problem in displaying VB 6.0 windows form when it is accessed from activeX control on windows server 2008 Is there any work around or any patch available to resolve this issue

View 2 Replies

Application That Has Multiple Front Ends Developed Using Windows Forms / WPF / ASP / Compact Framework Mobile Forms

Apr 9, 2010

I have the requirement to create an application that has multiple front ends developed using Windows Forms, WPF, ASP and Compact Framework Mobile Forms.I would like to be able to create a series of obejct representing the business logic and have this logic accessible from the various front ends available. My first thought was to use remoting as I'd like to be able to pass the business objects back and forth between client and server but the compact framework doesn't support remoting and also transferring a full framework business object to a compact framework business object doesn't seem possible.My next thought was to use web services but again the passing of business objects seems to be very hard to accomplish. Without doing this I would have to create individual web methods for each business operation.

Finally my next option is to use sockets and write the whole client/server logic within some classes and expose them to the UI/Business layer. My only problem with this is it is not scaleable should the number of clients increase dramatically whereas using remoting or web services I can host the solution via ASP.Net.Does anybody have an ideas on the best way forward for this or even have any input on how they would write an application that required a windows form, wpf, asp website and mobile device GUI all of which want to use the same business logic?

View 3 Replies

Application To Run On Windows Server?

Mar 20, 2011

I want to make run an application i developed in vb.net (developed with Visual studio 2008) to run on a windows server maybe (Win server 2003,2005,2008), my framework is .NET Framework 3.5.

i want my application to be accessed by different host computers but would be submitting into a single database that would have been installed on the server.

View 6 Replies

Windows Mobile To Windows CE, .net?

Aug 10, 2009

I'd written an application in VB .NET for the Windows Mobile 5.0, yesterday a customer wants to use the application on there existing Symbol MC90XX that runs Windows CE 5.0.Can someone tell me what is the best way to convert from VB .net Mobile to VB.net CE?

View 2 Replies







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