VB Allows To Put Applications On The Cloud?

Jul 2, 2011

I want a tool to create database applications. I think that the Microsoft product for this is Visual Basic. I would like to ask:

1) Why Visual Basic is better than Delphi ( from Borland )?

2) Where can I see the Versions and Prices?

3) Visual Basic allows to put applications on the Cloud? How this works? In which Cloud services works?

4) Which database can be accessed directly - without having to install third- party components - from Visual Basic? Which of these databases works on the Cloud?

5) Does Visual Basic allows connections to Microsoft Office and/or OpenOffice?

6) Where can I find a version to test it?

View 2 Replies


ADVERTISEMENT

Cloud App API For Program?

May 3, 2011

Is there a cloud app api available for developing on Visual Basic [2008 or 2010]

View 5 Replies

Make My App To Support Cloud?

Apr 1, 2012

I would like to ask : how can i make to support the cloud technology.

Do i have to first find a server that provides cloud services ? Or does the user provide his own custom credentials and server somehow ?

Also, what .NET technology is there for cloud services ? Azure ?

Do you know any good examples / website for that ?

If i develop for Azure will the same code run also with Amazon web services ?

View 3 Replies

Code Samples Of Cloud Apps In .NET

Feb 16, 2012

I have been en-charged of creating some apps using the cloud. I only have experience programming windows apps (vb.net) Do you guys have any code samples of cloud apps in VB.NET? If not, do you know where I can find this?What about documentation for creating vb.net cloud apps?

View 3 Replies

VS 2010 In Cloud Source Control?

Dec 7, 2010

I'm looking to move all my code into the cloud using some sort of source control service. It must first be able to integrate with Visual Studio 2008 and 2010, and possibly other environments. Meaning something that's fairly popular among different development environments. The only source control I'm familiar with is VSS, but I think it's time to move away from that. I also prefer a free service. I know that there are only code repository services that are free, but I just don't know how that integrates with Visual Studio and source control.

View 28 Replies

Check For SSL When Hosted In Rackspace (Mosso) Cloud?

Jan 19, 2010

I am using Request.IsSecureConnection to check for SSL and redirecting where appropriate. When running my asp.net website on Rackspace's cloud, the server is running behind an SSL cluster, so IsSecureConnection will always return false. The same goes for checking whether the url contains "https://", always false, checking the port, etc. So the website gets stuck in big redirect loop.[code]...

View 2 Replies

.net - Unable To Programmatically Create Client DataCache In Azure In Cloud Only?

Dec 20, 2011

I have a Azure worker role that needs to use the cache in AppFabric. When run locally (Win7x64,VS2010) pointing at the cache in the cloud, it works fine.When I deploy the same package to the cloud (again pointing at the same cache), it produces the following exception:

Message: The type initializer for 'Microsoft.ApplicationServer.Caching.DataCacheClientLogManager' threw an exception.
Exception Type: TypeInitializationException
StackTrace: Microsoft.ApplicationServer.Caching.DataCacheClientLogManager.Initialize(DataCacheLogSink logSink)
at Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration.Initialize(String clientName)
at CommunicationRole.CacheUtil.GetCache()

Having looked at the code, this is happening when this line of code is hit:

Dim configuration As New DataCacheFactoryConfiguration()

Nothing runs after this line is hit. As I've said, the configs between local and cloud are the same. I use the cache with the credentials as a session state provider in a web deployment so I believe the cache and access to it are good.My build machine has the November 2011 release of the Azure SDK, and Azure AppFabric SDK 1.5 installed.

The method to get the cache is as follows:

Imports System.IO
Imports Microsoft.WindowsAzure
Imports Microsoft.WindowsAzure.ServiceRuntime

[code].....

View 1 Replies

C# :: Code To Extract Center Curve (medial Axis Or Topological Skeleton) Of A Mesh Or Point Cloud?

Jun 27, 2012

I looked at several questions/answers posted already such as this one on a planar polygon but could not find one that explains results in 3D such as the one shown in this paper and this one on "point cloud skeletonization through Laplacian-Based Contraction" where this quadratic equation comes back in both.

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

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

Can't Run Applications On Other Pc's

May 17, 2012

I made a quite big application and wanted to test it out on my other pc but it didn't even start and gave the system.InvalidException error.

I just the build-function to compile my project. It runs fine on the pc where i developed it. It has some dll's in it: mysql-connector, twitterVB and zipforge.

View 5 Replies

Get These To Add To Applications?

May 22, 2009

I've seen in a few applications now, buttons like this:

View 4 Replies

Anyone Know Of Any Starter Applications?

Jan 13, 2010

I'm a new programmer and I'm looking for some guides/series, or something like those, that basically walk you through building some sort of application. For example, I used to buy little sets/kits from radioshack that walked you through building a clock, radio, etc., or other little electronics devices. The kits came with all the parts and instructions so you just assembled them. Hence, I'm just looking for something similar to that for vb, minus the components obviously ;-). I like to learn through hands on experience so I'm just looking for some guides that have you build a program and briefly go explain the workings of the code.

View 8 Replies

Asp.net - Use Same Database For Both.net Applications?

Feb 4, 2010

is it possible to use same database for both vb.net appplication and asp.net??and if is possible, how can to connect it?now..i'd build vb.net application and asp.net in my laptop...it can connect..but i wonder how to make the database connect for vb.net and asp.net in real..

View 2 Replies

C# - Communicating To Applications On LAN

Jan 3, 2011

I want to code an app with recreational purposes. This should be a Desktop app that detects itself running on other computers on the same LAN and communicates with them. By communication I mean that I should be able to pass anything from on to another. note that although I'm not asking for code (that would beat my purpose, of course) I think some small snippets wouldn't hurt. In any case what I really want is the "recommended procedure", I mean what Microsoft recommends for this environment, and documentation :)

View 3 Replies

Call Applications To Run?

Dec 7, 2010

I'm wanting to program a few buttons to run programs. The only issue is that they are in different directories.

Directory Structure:

+Program Files
- Test 1
- Test 2
- Test 3
- MyApplication

The Program Files folder is located on a Flash Drive which will have a different drive letter per computer. How can I code this?

View 7 Replies

Communicate Between Two Applications Via A LAN?

Jan 14, 2010

I'd like to know what the best way to communicate between two applications via a LAN would be? ..and would it work over multiple versions of Windows (XP, Vista, NT etc..)?

I am setup with Visual Basic Express 2008.

View 1 Replies

Get All Of The Running Applications?

Oct 20, 2009

How can I get all of the running applications? If I have to use Process.GetProcesses, then how can I determine which are applications (appear in the task bar)?

View 4 Replies

Get Skins For Win Applications?

Apr 21, 2010

i want skins for windows applications?

View 3 Replies

How To Add Skins For Applications

Nov 2, 2011

i wanna know how can i add nice skins or themes to my vb.net application. if u know pls let me know the steps.

View 9 Replies

Integration Of Two Applications?

Oct 31, 2009

I need to understand if I can integrate two applications... one which I purchase, and one which I will write in VB. What my application needs to do is to retrieve data from the purchased application form and then update back to the purchased form fields.

View 2 Replies

Launching Applications Using WMI?

Mar 12, 2010

I am writing a basic little program. Amongst everything, my program will let you install printers remotely, To cut a long story shot I don't want to use the rundll32 shortcut to install as you can only remove the printer using rundll32 again which I don't want.

The way I wanted to do it is create a VBS script and execute it remotely using psexec. This didn't work for some reason, locally the script works fine but when executing it remotely the script runs but doesn't perform any of the actions inside the script.

The only other option I can think of is launching the VBS via WMI. I have done a bit of research and I cant seem to find any VB code that does anything similar.

View 2 Replies

Loading More Than One Of The Same Applications?

Jun 6, 2009

i just recently moved to the windows-7 operating system from xp. (didn't like vista much)

in xp, i can load as many applications of the same app, multiple times.. windows -7 does not allow my app to do so..

if it has something with checking "Make Single Instance Application" from the app's properties, definitely explain what that does, since i don't have a clue.

View 2 Replies

Log File For Applications

Feb 3, 2012

I need some assistance in creating a program that logs all the processes that the Application does. I want the program to log every process, the Username, any error messages,the date the process occured to a textfile. I attached is the code that I have put together. Have issues getting the processes to be Logged.

View 2 Replies

One Device And Two Applications

Mar 15, 2010

Device : USB Scanner
Application : A
Application : B

Let's say there are two applications are running, which are A and B, on windows XP and they all have only one simple form with a text box to receive a data from the scanner. Is it possible to read a number by the scanner and write the number for those two text box on A and B at the same time?

View 1 Replies

Use Our Normal Applications Over Net?

Aug 2, 2010

Can we use our normal vb.net applications over the net?

I mean if I try to make my windows based application, that registers students to School record using Access Database,

will it work on the internet in the same way as it does on my local computer?

View 6 Replies

.net - Convert And Run The Windows Applications?

Apr 20, 2010

Which version of Mono do I need to convert and run the Windows applications that I developed using VB.NET that came along with .NET 3.5, in Ubuntu?

View 3 Replies

Access One Database Over A LAN With Different Vb Applications?

Mar 6, 2011

im using ms access 2003 and vb 2010, i already have 3 different vb apps, and i want to access a single database over the lan. but i dont know how. is this possible using a client-server type or is there much simpler way to access the database?

View 4 Replies

Animations For Windows Applications?

May 25, 2010

Animations For Windows Applications

View 1 Replies







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