Low Programming Experience To Create A Simple CRUD Web-application?

Aug 29, 2011

a friend of mine wants to create a simple inventory database that can be deployed on the web.He has had a lot of experience with Database tools like Paradox. Moreover he has experience with writing Macros and programs with Basic, and even a bit of C++ experience. He uses Windows and Mac OS X, though mostly Windows.

If the requirement of having a web application wasn't there I would recommend MS Access.

[Code]...

View 6 Replies


ADVERTISEMENT

Simple Client-server Application Programming?

Nov 18, 2010

I'm trying to learn how to do some very simple client-server application programming.

Basically, I want to make a program (the server) that listens and waits, and when a commend is sent it will run a batch file or execute a line of code.

The client will just ask for the ip and send the command when a button is pushed.

Shouldn't be too hard right? So what are some good resources that you've used to get started?

View 1 Replies

Getting Errors With Trying To Create A CRUD Web Service

Nov 29, 2010

[code]And this is the code, coming from the web service's vb page, where I'm getting the error:[code]MusicDataTable comes from a dataset called music.The GetMusic() works because I'm not passing it anything. I'm not sure why insertSong and deleteSong aren't working.

View 1 Replies

Advantages Of .net Over Vb6 For CRUD Application Development?

Dec 13, 2009

What are the improvements in vb.net compared to vb6 that make developing such an application easier?

View 3 Replies

C# - Use SubSonic Or Dynamic Data For A New CRUD Asp.net Application?

Mar 3, 2009

I need to throw together a quick CRUD asp.net site, but this may become a bigger application down the road. I have some experience with SubSonic, but it has been so long since I did a project with it I have to relearn it. I am also considering using Dynamic Data.

View 5 Replies

VS 2010 Developing Application For CRUD In VB2010 To Access2003

Apr 4, 2011

So I'm developing an application in VB2010. The idea is to perform CRUD operations (more or less) to an Access2003 Database. The database is relational, yet I haven't grasped the best architecture to make an application to interact with it. I tough doing a Business layer with a domain model would work. Controllers for each Use case (which are basically CRUD operations) would create Domain Layer object. Yet I don't know yet how to manage the mapping of the objects to/from the database.

View 8 Replies

Create A Simple Application Using Codedom?

Dec 18, 2010

today I attempted to create a simple application using codedom.Basically I want to be able to compile a messagebox with the custom text entered in the builder.

This is what I have so far.

ICompiler.vb Class "Codedom" Class and in my main form "the builder I have this

[Code]...

If no one could help me perhaps does anyone have a simple source example?

View 1 Replies

Create A Simple Application Which Has 2 Forms?

Apr 20, 2010

I wanted to create a simple application which has 2 forms.the first one contains a combobox which has the list of names of reports.now i select this report and click on next which takes me to the 2nd form.there i have to enter 4 values(or parameters)like the date from and date to and other 2 values...using these 5 values i want to retrieve the respective reports from the archive folder based on these parameters...i just know how to select and move to the second form from the first..how do i achieve my goal of retrieving the pdf files.i want the result in a table form which will have column names of the parameters i pass and the last column with the report pdfs.

View 6 Replies

Create A Simple Chat And Server Application?

Jun 8, 2012

i want to create a simple chat and server application but i dont know where to start in socket hope someone will help me to create the application.

i found some tutorial in .net but it doesn't explain the code.

View 3 Replies

Create A Very Simple (to Begin With) Database Driven Application?

Nov 27, 2011

I want to create a very simple (to begin with) database driven application. The company I work for have very kindly said they will host any SQL database I create, they have a remote server that we all connect to for files etc.

So I want to be able to create an SQL database that they can host and have my colleagues and I install the application local on our machines.

[Code]...

View 6 Replies

Game Programming :: Create A Slot Machine Application : User Movable Picture?

May 1, 2010

I am trying to create a slot machine application. I wanted to make a handle like gui so here is what I have:

[URL]

What I want is to be able to let the user drag the red button till a certain point and when they let go of the mouse click the button moves back slowly to the top.Here is what I have so far (I tried my best) :

Private Sub picBall_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles picBall.Click
tmrOne.Enabled = True
tmrTwo.Enabled = True

[code].....

View 3 Replies

Game Programming :: Simple File Error

Aug 16, 2009

I am making a little game for my friend in Visual Basic 2008. It uses 3 files (gamedataidname.txt, gamedataidlevel.txt, gamedataidgold.txt).

When the play button is clicked, I wrote some code to check if the file exists and display the content of the 3 files. This part works fine. But then I have a 'Else' statement to create the files.[code]...

View 6 Replies

Simple Recursive Loop Programming Task

Apr 19, 2010

I am an intermediate programmer with a basic understanding of VB.NET, however, I am having a problem with a special loop named "recursive".

To select the 3rd subitem/node inside a control named "CrumbBar", I have to:
CrumbBar1.SelectedItem = CrumbBar1.Items(0).SubItems(0)
CrumbBar1.SelectedItem = CrumbBar1.Items(0).SubItems(0).SubItems(1)
CrumbBar1.SelectedItem = CrumbBar1.Items(0).SubItems(0).SubItems(1).SubItems(2)

And go through all items, but I need to do this in a LOOP. And I don't know how many nodes I will have to go inside. So I wanna know how can I loop the above code?

View 1 Replies

Does Anyone Have Experience With Tables In Itextsharp

Sep 2, 2009

I have created a simple table and i need to position. does anyone have experience with tables in itextsharp? [code] the first table works but the second does not

View 2 Replies

VS 2005 Project Got Corrupted Experience?

Sep 8, 2011

I was working on project when i noticed all of my changes on my project wont update when i run the or build it. I also tried to publish, delete forms maybe the form is corrupted but no luck.

View 2 Replies

IDE :: Core Coding Experience Live Meeting The Visual Studio 2010 Team?

May 26, 2009

Code Coring Experience Live Meeting the Visual Studio Team Visual C# and Visual Basic languages continue to evolve towards feature parity, strive to simplify programming and deployment with the Microsoft Office APIs, and allow easy interop to dynamic languages. In the tools space, Visual Studio 2010 offers greater support for Test-Driven Development, where tests are written before product code as an iterative approach to software design. In this interactive session you will get a chance to connect with the two Program Managers DJ Park and Dustin Campbell as they walk through the feature areas they feel will have the greatest impact to you and your development teams.

[Code]...

View 1 Replies

VS 2010 Resources Txt Crud?

Jul 25, 2011

how to create then add and delete txt files to the resources folder using code ?(not with the mouse right click on the resources folder in the solution explorer)

View 1 Replies

Find DataGridView CRUD Sample?

Oct 19, 2010

find a DataGridView CRUD Sample.I need to find the events of the DataGridView, because I can't do this, special when I need to change from column 1 to column 2 and from column 2 to column 3.The only that I need is the link.

View 13 Replies

Handling CRUD Operations For A Linq To SQL View

Jul 7, 2009

I am running into a problem where my CRUD operations on an entity sourced from an SQL View is not calling the generated methods for said operations.I press "Delete" in a ListView on an item, connected to a LinqDataSource. It throws an error saying that it cannot perform the operation because it affects multiple base tables. That's fine, I understand that. What I don't understand is why this code won't run on insert/delete:[code]In debug, it won't break on the method, so it's not being called. I even did a test where I deleted the entity by attaching/DeleteOnSubmit and still no-go. Is this a bug or am I not handling the right method? I can handle a data source's OnDeleting event, cancel, etc. (which is my temporary fix) but I'd really like to catch ALL delete operations in a central place no matter how I delete the entity.

View 1 Replies

Create A Socket Created With Programming?

Mar 16, 2010

How can I create a socket created with programming

View 1 Replies

VS 2008 - Create A Programming Language Using VB

Aug 21, 2009

Is it possible to create a programming language using vb.net?

View 4 Replies

Create FLASH Tutorials For Programming ( Or For Something Else ) With This Program.>>

Jun 29, 2010

Create FLASH tutorials for Vb.Net programming ( or for something else ) with this program.>>

[URL]

View 1 Replies

Create A (REALLY) Simple Web Server

May 27, 2009

I'm wondering, is it possible to create a (REALLY) simple web server in VB.NET? I may be wrong, but don't you essentially just need a listener for port 80 and a way to send pages to the client?

View 3 Replies

Create A Program With A Simple Gui?

Jan 4, 2012

Im trying to create a program with a simple gui that enables me to search for and select parent folders containing child folders containing multiple files and then validate those files based off of constants i set per child folder and file.

Example

User selects Parent FolderX
Parent FolderX > (ChildFolder1 ( Constant for ChildFolder1 says open file 4 ) > File 4

Compare multiple strings of text in a specific order based off of file name to constants i have set for that named file Then continue to ChildFolder2 ( Constant for ChildFolder2 says open file 16 ) > File 16 Compare multiple strings of text in a specific order based off of file name to constants i have set for that named file If there is any constants not read in one of the files after all have been checked, return msgbox with a notification and write .txt log with child folder and file names to specified directory?

View 4 Replies

Create A Simple CleverBot?

Mar 2, 2011

My professor said that if I create a cleverbot she will give me a high grade but the problem is I only have 2 weeks to do it. Please help me, i can connect vb 2008 to ms access ( i think i will need it)[code]...

View 39 Replies

Create A Simple Database On Fly?

Oct 31, 2009

I just want to be able to click on a commandbutton, menu_item, or maybe even a wizard at program install time, to make the database from scratch.

1) I do not care what type of database it is it is as long as it will run on any pc machine without having other programs installed except the one im creating.

2) I do not want to use access or the designers to create the database either

[code]...

View 7 Replies

Create A Simple Log Command?

Apr 22, 2012

I apologize if this question is something of the most simple, but I'm not even sure what terms I should use to search. What I'm trying to do is create a 'Sub' that will do something when I call it in another Sub, however I am unsure in how I would pass variables from one another. Here is what I have;

Private Sub Log
LogBox.AppendText(logstuff & vbNewLine)
End Sub

[code].....

View 2 Replies

Create A Simple Web Browser?

Sep 23, 2007

I am a beginer and I am trying to create a simple web browser using Visual Basic 2005 Express Edition.

Public Class Form2
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)

[Code].....

As you can see from the above code I do not have forward, back and stop buttons. Thats because I do not need them. The browser will be configured to go to a certain website directly.

What I need is this browser should be configured to use specific JRE. That is the browser should use ONLY JRE 1.3.1 or ONLY JRE 1.4.2

View 7 Replies

Create Programming Flowchart/documentation From .NET Source Code?

Mar 5, 2010

what tools do you use to create programming flowchart/documentation from VB.NET source code? There are absolutely no comments/documentation at present. I am a beginner, i.e. I tried Sandcastle but it is way over my head and could not get it going, not even with GUI.Fatesoft's CodeVisual To Flowchart is OK but it is almost the same as the code and I still don't understand the code.

View 3 Replies

Programming An Application That Detects It's Instalation On Other PC?

Dec 2, 2011

I have a small network of PCs and I want build an application in order to manage a database. Every user will have his own instalation on his PC. How can I make those aplication to detect the computers in the network, and to detect and interact with the program installed on the other PCs (update records from the instances installed on other computers, add new records to the database from the other computer etc). Where do I start? Is there any book that specifies that?

View 5 Replies







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