Develop A Suite Of Applications?

Apr 11, 2010

I recently developed three very independent applications of each other and showcased them to a professional. He praised the inventiveness of the softwares but gave one suggestion that "We would like to see a suite of these applications." I developed these applications as a hobbyist but now want to move forward with the suggestion.

View 5 Replies


ADVERTISEMENT

Proper Way To Develop Database Applications?

Mar 28, 2009

Recently i had a discussion with someone about the proper way to develop a database driven (SQL Server) application.In his opinion i should design also the database inside the application.At this moment i design the database in SQL Managaement tool and use a custom class to connect to this database (or the one of the client) in my application.What are the cons and pro's of using the VS database designer inside my IDE?

View 4 Replies

What Development Tools Are Needed To Develop Windows Mobile Applications

May 18, 2010

I wish to develop windows mobile applications, preferably using VB (I 've done this in the past with VB6). What do I need to install? All my searches result in information about using 2005/2008 versions of Visual Studio, which seems odd if Microsoft are pushing to use Visual Studio 2010. I would like to use VS 2010. So, can I develop Windows mobile applications using VB 2010? If not, what version of VS do I need and what language should I use?

don't complicate the issue with a load of flannel. I just want to know that I need to install - this, with this SDK, these utilities and write your software in this language (ideally VB).

View 3 Replies

Android - Develop Smartphone Applications Using Rather Than C# With The MonoDroid Visual Studio Addin?

Apr 5, 2011

I would like to know if it is possible to develop smartphone applications using VB.NET rather than C# with the MonoDroid Visual Studio addin? Also, if possible could anyone point me in the right direction of some example code in VB.NET not C#?

View 2 Replies

Get Permission From Microsoft To Develop Applications For Small Local Firms Using Visual Studio 2010?

May 13, 2010

I would like to know if I need to get permission from Microsoft to develop applications for Small local firms using Visual Studio 2010.

View 6 Replies

Develop 32 Bits Applications If Have Win 7 64 Bits And Visual Studio 64 Bits?

Mar 14, 2011

I am a visual basic developer, I have windows 7 64 bits and Visual Studio 64 bits installed.CAN I DESIGN APPLICATIONS WITH THESE SETTINGS THAT CAN BE COMPATIBLE with 32 bits operating system(example in windows Xp 32 bits)?

View 2 Replies

Using WeifenLuo DockPanel Suite?

Dec 29, 2011

I have just downloaded the WeifenLuo(Dock Panel Suite) and trying to work with that but I couldn't find a specific documentation on how to use it. And I have gone through some of the SO questions and finally got something to get started.

Here is what I have done:I have created a ToolboxWindow class like shown below:

Public Class ToolboxWindow Inherits WeifenLuo.WinFormsUI.Docking.DockContent

[Code]...

View 1 Replies

Get Current Tab / Document In DockPanel Suite?

Dec 15, 2010

I'm using the DockPanel Suite by Weifen Luo in a little project (webbrowser) and have managed to be able to create tabs and navigate the webbrowser element inside each tab.

But how am I able to change the tabs title/name when the page is navigating to another site?

View 1 Replies

IDE :: How To Get Publish Options Dialog Box Suite Name

Feb 21, 2010

Is it possible to get the value stored in the Project.Properties.Publish.Publish Options.Suite name textbox and use it to display the value on a splash screen.Something like:txtSuiteName.text= My.Application.Deployment.?

View 1 Replies

Login In The Oracle E-Business Suite From VB?

Dec 8, 2011

I search google and oracle forums before I came here with this question.

Is someone familiar with VB.NET and Oracle Form (11.5) interaction.

I just want to login in the Oracle E-Business Suite from VB.NET.

I hope to find the anwser here.

View 4 Replies

Nokia Pc Suite Connect To The Port?

Mar 7, 2008

I am developing a program that read the message from database and send sms to the user through phone.I am using a developed dll found online to do

this.The flow of my program is like this:

(a).Connect to the port

(b).Send sms if available.

(c).Repeat (b) every 5 minutes.If the Port is not connected in the half way, will try to connect to the port.

View 1 Replies

Visual Studio Conversion Suite?

May 24, 2010

I have this as my conversion program for the "Length", how can I do it the simpliest way instead of keeping the if, elseif, else too much, i do not have much experience and trying to improve my programming skills on visual studio 2008.Basically, I get annoyed with the formulas because I don't know if it is right, I use google but doesn i don't know how to get it right when the program converts from type to type.

Public Class Form2
Dim Metres As Integer
Dim Centimetres As Integer

[code].....

View 1 Replies

Allow Users To Customize Site To Suite Their Taste?

Oct 23, 2009

I want to know how to make my web users customize the appearance and looklikeYAHOO! makes that provision for its web-mail users.

View 1 Replies

Controlling Outside Applications - Resize Multiple Applications And Send Keystrokes To Each One

Sep 12, 2011

I am working on a project that is used for key broadcasting. Don't worry nothing illegal, I'm making a multibox application for world of warcraft. However I am having trouble when it comes to launching and manipulating other applications from another.

[Code]...

View 2 Replies

VS 2008 - 'File' Is Ambiguous, Imported From Namespaces Or Types 'System.IO, WindowsApplication1.Online.Suite'

Jan 23, 2012

'File' is ambiguous, imported from the namespaces or types 'System.IO, WindowsApplication1.Online.Suite'. whereas Online.Suite is a web reference

View 5 Replies

Connect Different VB Applications To A Database Server.like Accessing Data From One Database By Different Applications?

Aug 15, 2011

how to connect different vb applications to a database server.like accessing data from one database by different applications...

View 4 Replies

Running Applications Within Applications?

Jul 24, 2009

Is there a way to, when a parent application is opened up, that at the click of a button, or anything of designated event, that this parent application can open a secondary one?

View 11 Replies

Develop A ASP.Net Web Application Using C# Or VB?

Jun 22, 2011

I am new to this forum and I would like some help from my respected seniors.I am trying to develop a ASP.Net Web Application using C# or VB. First of all prefer me whether C# would be easy or VB for the following scenario:Below are the requirements:

1. For All Users:

Text-chat feature will allow users to chat with the available online users.

2. For Registered User:Allow users to create new folders and sub-folders, to store (upload) files.Allow users to perform move/copy/delete operations on folders and files. The percentage of storage capacity remaining and used should be displayed on the top. Automatic versioning system will record the version/revision information when a file is replaced/overwritten Team management feature will allow users to work in teams (by inviting other existing registered users). The activities of the team include access to the password protected area for the team, uploading files, commenting on the uploaded files (discussion), polls, automatic and manual reminders to the team members.

3. For Administrator:

Approve/Reject new team requests; update/delete existing teams.View all the files and folders uploaded on the server.Allow to perform delete operation on any existing file/folder existing on the server.Delete account for any registered user.Define and Edit storage capacity and other limits such as Maximum file size allowed for uploading.

Queries:

1) As, every user will have his/her own PERSONAL profile page then how will the system redirect the user to his/her PERSONAL profile page after hitting Login?

2) How this chatting feature can be developed?

3) How this storage capacity would be assigned overall?

4) How Administrator will manage all this?

I am totally confused.I have developed SRS as well. but in coding I am totally stuck as I am not so good in coding. I thought Visual Studio 2010 would help me effectively in this case, and I am trying but couldn't find any way for this to be done.

View 4 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 For MonoTouch Using .NET Rather Than C#?

Dec 29, 2010

Is there any way to develop for MonoTouch using VB.NET, rather than C#?

View 2 Replies

Develop POS Program In VB?

Aug 9, 2011

Want to develop POS program in visual basic?

View 2 Replies

How To Develop A Standard C#

Oct 5, 2009

So, I don't want this to get into a flame war between C# and VB.NET developers. This is purely from a standpoint of a development department going forward. We've been a VB.NET company for years, but that was mainly due to who we've hired. That requirement has fallen off the wayside as of late, as we've pulled in 2 guys who specialize in C#. I used to be a C++/C# guy before converting to VB.NET for this company.

So, to everyone who has to deal with this whether on a hiring basis or a maintainability basis: how do you handle standardizing languages of choice going forward? I'm inclined to make a push for C#, as that'll make 3 solid C# developers here. But just curious what everyone's thoughts on this are.

View 12 Replies

How To Develop A VB Compiler

Mar 14, 2011

I am underway to develop a VB.Net compiler using visual studio 2005, but so far I am not aware on how to go about, regarding to what are the key requirements or skills required for developing a compiler.

View 3 Replies

How To Develop Plugin

Dec 15, 2010

i need to develop a plugin to evaluate web interfaces. Can someone guide me about how to develop plugin in vb 2008 express.

View 4 Replies

VS 02/03 Develop Under NET 1.1 And Run On Windows 7 (x64)?

Jan 20, 2010

I develop an VB application unter XP with VS 2003 (.NET 1.1).

Is it possible to run it on a system with Windows 7 (x64) or do i have to change my programming environment ???

The code itself is in a directory on a windwos server and the workstation has only
a link to the EXE-file server01programsigiksigik.exe. until VISTA, it worked, if i call .net configuration wizard and give "full trust" to "intranet".

can i install .net on a pc with windows 7 ?

View 3 Replies

.net - Develop Accumulator Codes?

Nov 7, 2009

This is for vb.net I've been working to develop a system which involves computation.What I've been trying to develop in my program is, I have a textbox where user will enter a numeric value,there is a button and a label below and in the first place the label should be set to zero. Everytime you enter a numeric value in the textbox and click the button it should add the value in the label and should save the value in the label so even if you exit the program whatever the last value displayed in the label should remain the same when run the program again,I believe it requires a database to save the value.Basically its like with payment system which saves the total amount of all payments made.

This is how should it works,say for example,if you will enter 1,2,3 it should save the sum value which is 6 in the label even if you close the program and when you run it again and enter another value it should add to the current value which is 6.

View 3 Replies

Begin To Develop EDI 837 Professional?

Feb 2, 2011

I want to develop an EDI 837 Professional project and I don't understand from where to start. If anybody knows about this & have worked on it then please help me & give me advice where do I start from ?

View 1 Replies

Compile A Develop Software?

Jul 25, 2009

I have a problem when trying to compile a develop software. I get this registration error.

View 6 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 GUI Chess Game?

Sep 18, 2009

I am a VB.Net programmer and i want to develop a GUI chess game(computer vs human begin and human begin vs human begin)with 3D ChessPieces in VB.Net 2008 as my final year project in school.

View 2 Replies







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