Create An Application For A Kiosk Where A Customer Could Select Pictures From A Camera?
Jan 19, 2012
I need to create an application for a kiosk where a customer could select pictures from a camera, select and edit the pictures, then submit them for order. Are there any really strong image editor controls I could use or you can recommend?
View 10 Replies
ADVERTISEMENT
Oct 4, 2011
I have the following problem: I select a customer from a dropdownlist and then the gridview should load all items of all orders of that customer. I have the following query:
Dim allorders = From ord In db.Orders
Where ord.CustomerID = Convert.ToInt32(CustomerDropDownList.SelectedValue)
[CODE]..............
I also tried to modify the query as follows:
Dim orderitems = From oi In db.OrderItems
Where oi.OrderNumber = (From From ord In db.Orders
[CODE]...........
But this does not work. I just started using LINQ.
View 5 Replies
Jan 23, 2011
I am sure some of you have seen this project before. I need to create an application that queries customer name (first and last) and there addresses. I need more than that but once I figure what i am doing wrong with that, I should be able to figure out the rest on my own. I am using VS 2010. I can not figure out the proper syntax for String.Format. I can only get it to display the first and last names of the customers.This is the code I have so far:Public Class Form1
[Code]...
View 2 Replies
Mar 7, 2010
I�m trying to create an app to copy pics from my camera to my hard drive. Problem is when I connect the camera it shows in �My computer� but not as a logical drive. Is there any way I could access my pics using vb.net without the need for the camera SDK which is not available for my camera model.
View 2 Replies
Apr 17, 2009
How to create Surveillance Camera
View 3 Replies
Aug 27, 2011
I have a project and in my project, I need to create a form that can record video using a web camera. When I open the form, it will automatically record the video and if possible, it will save automatically every 1 hour and save it on my drive. I have seen several tutorials regarding with this but unfortunately it didn't works for me. Some are working with Windows XP but not in Windows 7.
View 5 Replies
Dec 28, 2010
I just wana use usb camera in vb.net application. I dont care about coding but just i want to know which control is to be used for it...
View 1 Replies
Dec 23, 2011
Basically I have a semi-solid idea of how to do this from Googling but it isn't complete as of yet since this is really advanced for my current level - but 'I' must get it done nonetheless.I am aiming to have an application which screenshots another and looks for a picture in that screenshot, compares it to one the user input and then moves the mouse to the location of that picture.
I.e. The large square represents the applications bounds, while the 4 panels are where the images could be. The images in the application will always be the same size, shape etc... and only within that area.
The user will input, into a text box say "XZ1" then the program shall take a sample picture of "X" stored locally, try and find where it is on the 4 panels and store that data. Loop till the end, then move the cursor to those three positions after all have been determined.
So far I have these sources:[URL]..But I don't know what to do for the rest in terms of writing it in code
View 2 Replies
Oct 26, 2011
I have .net application used to capture photo from WebCamp by using the DirectShow dll.Now I want to Use my Digital Camera to capture photo using this application.So Can I use Cannon S70 or S95 to do this action. Or which brand of digital Camera Support my Request.
View 4 Replies
Oct 5, 2011
A registeration sys using a Microsoft acres database I have a table named customer info to store customer details when registering and I need coding that will add the following to my table customer I'd , firstname, lastname , phonenumber and user also has to make selection between radio buttons male or female.
View 2 Replies
Apr 20, 2009
does anybody know how to connect the built on camera to my application so i can take snapshots for further manipulation? i am using vb.net 2003
View 1 Replies
Jan 5, 2010
I am trying to autocomplete customer surnames direct from the Customer Datatable, using the code below which I got from another thread, but nothing is happening.
[Code]...
View 6 Replies
Nov 20, 2011
I working on a program that I am trying to create a customer data form.Along with the form I have their vehicles related to that record.Now I have setup a dataset in the form.I am pulling data from the database, however when I enter a new record on the customer part the customerID is in the running order, everything seems to be working on in this table.But when I create a vehicle for this customer I have a running vehicle id.Example: I have in the database 4 customers.IDs 1,2,3,4 customer 1 has vehicle ID1,2.customer 5 has a car there 1st car but the database gives is a ID of 3.I want this customer to ID 1 for car one.My problem might be because it was set in the database as Unique Identifier.Maybe I should make the license plate the unique identifier.
View 4 Replies
Mar 12, 2009
i bought one device(ip camera) and i need to develop vb.net application to see video or picture from ip camera.
View 1 Replies
Jun 30, 2010
I am creating a windows application setup project using Visual studio 2008 setup project. This setup will have following steps[code]...
View 1 Replies
May 31, 2010
I am attempting to create a program which saves customer information for a business e.g first name, last name, address etc. but i am having trouble coding the save , new, print, next/previous record buttons.
Would someone be able to link me to a tutorial which explains how to do these?
View 3 Replies
Nov 15, 2009
I have an application that connected to a database (SQL Server 2000) .Is there any way to send an information and Report made by Crystal reports by mail so customers can check it from his email?
View 4 Replies
Jan 26, 2011
I've done some research into this using the MSD website; I have found that my applicaiton saves the Customer Details to the Customer File, but only as (spaces). No data is present in the file.
I'm creating an application that saves Customer data to a file. Once the Data is saved into the file, how would i then get it from the file into a ListView?
[Code]...
View 3 Replies
Jun 1, 2011
i have completed my application successfully and now i want to deploy it on the Customer End.How i can have to do this i have to install SQL Server 2005 on the Customers End and then have to create all the Tables and Views and Stored Procedures that SQL Server once again or is there anything else ???
if it is then its a big task coz i have about 12 tables and how i can get all the data stored in my Computer already of the Customer during testing...
View 7 Replies
Apr 7, 2011
I have a ClickOnce application that about 120 customers are using. This week, I found out two customers declined an update in January and were stuck on an old version. I discovered this by deleting an ASP script the old versions used on our server. The customers that aren't updating get a 404 and call to ask why.One customer clicked our install button again and got the latest version no problem. The other clicked our install button and gets an "Application validation did not succeed" error. The details of the error are SomeImage.gif "has a different computed hash than specified in manifest."I don't want to deploy a new version because that usually results in phone calls asking, "did you add what I asked for yet?"
I figure I should be able to uninstall the app completely and resintall with the one problem user. Nope. Error persists. How can I remove whatever the Windows uninstall process leaves behind that would cause this error to persist? I found the folder C:UsersUserAppDataLocalApps2.0 on the customer's Vista computer, and deleted it. We ran the installer again, and the error persisted after redownloading the app. I'm not 100% confident that this folder contained the whole program, though, but it is the only location on disk I could find that contained some resemblance of our app.
View 5 Replies
Jun 5, 2012
We created a VB.Net application which includes SSRS reports that runs on my development computer. Do you know of a step by step guide that steps us through deploying the reports on our customer's computer? We will be installing SQL Server 2012 Express Advanced on the target computer then configuring the reporting services then installing the application. The last part we need help with is to install the reports themselves on the target computer.
View 1 Replies
Jun 1, 2011
i have completed my application successfully and now i want to deploy it on the Customer End...How i can have to do this ??i have to install SQL Server 2005 on the Customers End and then have to create all the Tables and Views and Stored Procedures that SQL Server once again or is there anything else ???if it is then its a big task coz i have about 12 tables and how i can get all the data stored in my Computer already of the Customer during testing... ?
View 4 Replies
Jan 31, 2011
I'm currently working on making a program for a printing kiosk that users can just put their flash disk (portable storage), select a file to print, pages, copies. I then need to determine the amount for printing (user then needs to drop coins), then allow the printing.[code]...
View 16 Replies
Jul 23, 2009
I now trying to create a replay button for my moving pictures. So that i can just click the replay button and replay the moving action instead of choosing which picture to move and click play.
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
If ComboBox6.Text = "Host 1" And ComboBox5.Text = "Host 2" Then
[Code].....
View 2 Replies
Mar 14, 2011
I am working on a project called "My Digital Diary" and I need to create some effects for the pictures provided by the user.
View 3 Replies
Jun 8, 2011
I have currently found a way to place the currently installation of Internet Explorer into kiosk mode using asp.net and VB System.Diagnostics.Process.Start("iexplore", "-k " & "[url]") the "-k" parameter is the command that puts the browser into kiosk mode, however, other browsers such as chrome will only put the new instance of the page into another tab and firefox just opens the browser without loading the window. I need to know what commands to pass so that chrome and firefox will respond in the same way as IE.
View 1 Replies
Sep 30, 2010
I want to write a kiosk program, but the procedures and practices, or procedures appear to be a help if you would be happy to unload the program
View 11 Replies
Mar 3, 2012
I am trying to create an application that will randomly select 14 "stations" (strings) from a list of 33. My thinking is that I have a for/next loop that randomly selects a number between 1,33 which is then inputted into an array (arrnumber) I then want those random numbers to then be used to call the Station name which is saved in the second array, and then for the selected stations to be populated into a listbox (potentially by storing those names selected in a new array?)
Various people have suggested either using a list (of t) instead of arrays, or a Dictionary(?) or perhaps even a database, though I am not all that confident with VB to be able to know where the best place to start with that is. So if anyone can offer any advice, pointers as to how I can link my 2 arrays (I am pretty sure I know how to make the array populate a listbox) I would be very much obliged.
Public Class Form1
Dim Stationid() As String = {"Cardiovascular Examination", "Respiratory Examination", "Abdominal Examination", "Abdominal Examination with Stoma", "Groin and External Genitalia Examination", "Cranial Nerves Examination", "Arm Examination", "Leg Examination", "Parkinson`s Examination", "Cerebellar Examination", "Speech Examination", "Hand Examination", "Elbow Examination", "Shoulder
[code].....
View 5 Replies
Aug 29, 2010
i need to design an application in visual basic 2005 that will retrieve pictures on a form. PS: All pictures should be located in a combo box! And the number of pictures are 2000.I've started with cmb.Items.Add("pic1") but that really tiresome to write 2000 codes.
View 9 Replies
Feb 24, 2011
I'm making a project for school with a group of classmates. It is an application that needs to reference quite a few pictures and strings from My.Resources. I don't know what the problem is but, whenever I run the program, I get a message that reads this: "There were several build errors. Would you like to continue and run the last successful build?"
And then below in the Output:
----- Build started: Project: Wilkes-Barre Virtual Scavenger hunt, Configuration: Debug x86 ------
COM Reference 'WMPLib' is the interop assembly for ActiveX control 'AxWMPLib' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked.
View 5 Replies