Creating An Application For Friends Business?

Aug 18, 2011

his running an XP network and wants to put some real-time monitoring in place on his staff and what they're doing.

View 13 Replies


ADVERTISEMENT

Validate Business Object By Use Of Related Business Objects?

Oct 11, 2010

using an object-binding I have a an object representing "Employee". The employee has an ID-property. The ID of the employee must be unique.

My validation of the entered data is handled in the property set part of the object. In general, I validate criteria belonging to the object to validate only (eg numeric range of the ID, if it's value is not empy, ...). But in this case I need to know all ID's from the other employees. My tried this:

''' <summary>
''' Set EmployeeID
''' </summary>

[Code].....

View 2 Replies

Which Is Better For Web Business Application

Sep 2, 2009

This is a debate that can never be fulfilled without you. Please come forward and respond.What if we have a client who wants to develop a web enterprise application (based on SAAS architecture) and prefers for C# and not VB.NET based. Argument can be:

1. C# is better suited for developing enterprise application versus VB.NET

2. C# is object oriented versus VB.NET is not

3. Programming in C# is faster than VB.NET

4. Libraries/function blocks in VS.NET is more for C# versus VB.NET

I would request you to help me answer this. I believe this is the type of questions many faces when deciding for which language to go for, both developers and organizations.

View 1 Replies

Designing Home Health Care Business Application?

Dec 31, 2011

I want to be able to drag data from one DGV to another. When the drag is completed, I want the backcolor of the cell that the data was taken from to change to red. I will add a "trash" icon that will accept a drag and drop from the 2nd DGV to remove the data from its respective cell. Finally, when the cell is trashed, the corresponding cell from the first DGV will return to it's normal backcolor. My application is going to be used to schedule clients with employees for a home health care business. The reason I want all of this is so the user has a visual aid to show them that times have been used already to avoid double staffing. i also have to figure out how make all of this unique to each client when flipping through the DGV/binding source.

View 11 Replies

Wpf - Effective Books For Learning The Intricacies Of Business Application Development?

May 24, 2010

I am a self taught "developer".I use the term loosely because I only know enough to make myself dangerous. I have no theory background, and I only pick up things to get this little tool to work or make that control do what I want.

That said, I am looking for some reading material that explains some of the theory behind application development especially from a business standpoint. Really I need to understand what all of these terms that float around really talk about. Business Logic Layer, UI abstraction level and all that. Anyone got a reading list that they feel helped them understand this stuff? I know how to code stuff up so that it works. It is not pretty mostly because I don't know the elegant way of doing it, and it is not planned out very well (I also don't know how to plan an application).

View 3 Replies

Include A Friends List?

Sep 9, 2011

I am making a application and want to include a friends list. I have made most of the application but I'm stuck on this.

View 8 Replies

Chatbox Won't Work - Won't Let Me Connect To My Friends

Nov 25, 2009

My Chatbox won't work, I got a p2p pack. I put in the Network, and the chat box. But It won't let me connect to my friends, The Network is usually Test. with the password Test...They Put in the Network name and Password name. But i can't see what they say.

View 4 Replies

Object Reference Error Via 'friends With'

May 28, 2010

Friend WithEvents ResultsTable1 As Results_Table.ResultsTable In the automatic form generation code bloc.Referenced results table has a new function as Public Sub New_ ResultsTable(ByVal IsLive As Boolean, ByVal Mode As Short, ByVal NumStuff As Short, ByVal KeyName As String, ByVal strDate As String, ByVal strTime As String, ByVal strDB As String)[code]And I'm generating a Object not set to an instance of an object.Unfortunatly it won't let me just do something dirty like"Dim a As New Results_Table" because it says it is already there due to the friends with nonsense.

View 5 Replies

How To Extract All Friends' Emails In Facebook And Delete Deplicated Emails If Found

Jul 6, 2011

Iam so beginner Iam working on vb.net 2005 How to extract all my friends' emails in facebook and delete deplicated emails if found?

View 2 Replies

Remote Desktop Application? Safe To Use Winsock In Creating A Client/server Application?

Jul 18, 2012

Im planning to create a Remote Desktop Application and I'm having problem with viewing other computers monitor or screen.

Im not asking for the code on how to do it. and one more thing is it safe to use winsock in creating a client/server application?

View 3 Replies

Way To Create A Business App?

Jun 27, 2010

I am attempting to create an application for my (very) small businessRight now I am trying to create an "Add a Customer" formI know VERY LITTLE about MySql so I thought I would save the text into a textfile.. I then realized I do not know how to save multiple text box in a text file (I only knew how to save one text box in a text file)

View 14 Replies

Creating AIO`s - (All In One) Application

Sep 29, 2009

I want to create a AIO (All In One) application.

Heres an example of what i want to do , lets say each line of text on this image is a button that opens the the program when clicked

Also imagine that the pic below is a "Windows Form"

I know i can open programs by using the "shell (Program location) " code , but in want to be able to upload this AIO to rapidshare etc. for others to use on other computers.

View 11 Replies

Creating An Application?

Feb 24, 2009

I'm creating an application in vb.net.I wish to have 2 projects- one for GUI and the other for class implementations.(Its for the maintainabilty purpose i'm separating GUI and implementation.)I would like to call the class ct

View 2 Replies

Creating An ASP.net Application?

Feb 15, 2012

Actually I am facing issue in creating an ASP.net application.I have created a project in VB.net but now my seniors are saying that the code should be in ASP.net and it is taking hell lot of time for code conversion, designing and all other stuff.Actually I am not able to get all the functions and properties in ASP.Net since I had been working in ASP.Net for a long time.

View 11 Replies

Creating CRM Application Using .net?

Aug 26, 2009

I am doing a project on the CRM application which can sending or receiving of emails and sms. Most of the CRM application that has been build is using the web form which mean the application of the CRM is build as website. But the problem is that I am doing it in the windows application. The CRM application that I am doing is the the admin can send/receive emails and sms. It is some sort like microsoft outlook. but the difference is that in microsoft outlook it can only send emails. When i search the internet for the gateway, there is no free gateway. Is there any examples for sending or receiving of sms and emails. My group partner is doing on the emails which he uses the SMTP server.

View 1 Replies

Creating The CRM Application?

Jun 21, 2010

I am doing a project of CRM application which does sending and receiving sms/email. I am doing this using the visual studios 2005 ans SQL Server Database to store the send or received sms/email. I have search on sms in the internet but the problem is that it is using C# as I am using the vb.net language. Even though some of the research that i came across is in vb.net but the application did not work.

In my research, the sending and receiving of sms application uses sms gateway, AT command. But I am not sure which one to use becoz I am doing this application for my project. Hope for any recommendation on which one to use either the sms gateway or AT command or any other device. My lecturer said that my project is most likely like the M2U Mozat. Not only that I am doing the sms but also the email. The email part is done by my partner but the problem is that he creates the email using the SMTP server. How can using a SMTP server to create sms? It is because the part that I am doing which is the sms and the email to combine together.

View 2 Replies

Business Layer Vs SQL Server

Jan 24, 2012

I have an application that does complex calculations for members. Each member can have multiple US states linked to their profile. Each state has got different calculations for each course a member completes. As of now I have been performing the calculations in the DB (SQL Server 2008) and then sending data back to app layer where they can see their history and then download a certificate for each course. I have a business logic layer but not a lot happens there. I know this has been asked a lot but where do you think I should perform these calculations: business layer or database? I am going back and forth

View 3 Replies

Create A Business Object?

Apr 19, 2009

Due to a discussion in another thread , I am starting to use business object in an 3-Tiered windows app. As a starting point, I am trying to build objects/classes on a table from my database.

The database table has the following columns:

ID
TypeID
Reference

[Code]....

View 1 Replies

GUI To Business Object Mapping .Net?

Jun 17, 2009

The issue I'm currently having is mapping multiple GUI fields to object properties (i.e. Presentation layer to Business Logic Layer mapping). To be more specific, this is in VB.Net 2.0 WinForms. The nature of the solution requires us to have 4 columns which exhibit the same type of behavior on our GUI - each column consisting of 11 textboxes (we'll just use this small sample size, as the problem extends beyond 11 textboxes).

What I am currently doing is setting the tag of each textbox in all four columns to a value like so:

Textbox1.tag = "name"
Textbox2.tag = "type"
Textbox3.tag = "speed"

[Code]...

As you can see this can get very bad, rather quickly. Currently we're setting 43 some odd properties that can be mapped to -- thus that select statement is extremely long -- many of which are embedded in multiple methods to try and attempt DRY (I've watered down the code to essentially a conceptual implementation).

Question is: how can I refactor this? I've attempted using a dictionaries/hashes to a certain extent, but it either became overly complex, or just plain didn't make an implementation sense as it convoluted the problem even more.

View 1 Replies

Creating A Battleships Application?

Oct 21, 2009

i am kind of new to the programming scene, i am creating a battleships application and i want to know if it is possible to drag an image from a picture box, to another picturebox image at a specific spot in the image, like placing your ships? perhaps set the board as a background imagine, im working with visual basic.net for experienced programmers, and i ahve gotten the idea from the chess game they make,unfortunatly they dont mention dragging from one picture box to another.

View 2 Replies

Creating A Billing Application?

Feb 18, 2010

removed
Attached File(s)
billcalc.zip (239.61K)
Number of downloads: 265

View 3 Replies

Creating A Console Application In VB

May 15, 2012

how to create a console application that asks the user to input his or her first name and last name separately. The console application will display a message that varies according to the user. Then combine the two names into a single string variable named fullName, so that they 'll output a full name.

View 4 Replies

Creating A Desktop Application In .net?

Jun 21, 2010

acctually i m creating a desktop application in vb.net so on the data insertaton page i had got an error that is "the ConnectionString property not initilized" so i m posting all my code here.

[Code]...

View 11 Replies

Creating A Multimedia Application?

Mar 2, 2011

create a small multimedia application using Visual Basic.net 2008. What i need is for this application to pull information from a webpage.

View 9 Replies

Creating A New .exe In From Current Application?

Jun 28, 2010

how to create a new .exe from my application. Basically I have a form with a textbox and a create button, when I hit create I want to create a new .exe with, well whatever code I want for example MsgBox(text1.text). So when I run the new .exe I get just the message box with the text from the previous application.

View 5 Replies

Creating A Portable Application?

Nov 6, 2009

I was wondering about the possiblity of creating a portable application in vb.net, not for anything specific - more out of curiousity than anything else. The only way that i have thought of doing this is creating an application, grabbing it out of /bin and it would save settings in a xml file or text document/whatever.

View 4 Replies

Creating A Skype Application In Vb?

Dec 5, 2009

creating a skype application in vb?

View 3 Replies

Creating An Application That Is Like An Alarm?

Oct 13, 2010

i am creating an application that is like an alarm, for example an item in my listbox is "2010-10-24" and the date in my label is also "2010-10-24".i would like to pop a message that there is a due paper in that date.my problem is my code below, it does not find the item in listbox and the label equal. i wonder what is the problem,

[Code]...

View 9 Replies

Creating An Application To Edit Hex

Sep 25, 2008

I need to make an application that edits the values in a file but it needs to be done in a hax editor can Im using VB 2008 Express Edition

View 1 Replies

Creating Email Application?

Oct 24, 2011

I am trying making a appliction that produce a invoice, its just a type of business application, in that i want to and form that contain a email sector divided on two tabs one to send email, and second to receive email (like to check my inbox

View 12 Replies







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