VB Silverlight For Windows Phone Remote Databases?

May 24, 2012

i am writing some applications for windows phone on VB i want to connect on a remote database in order to exchange data but i do not want to use WCF (Like this : WCF) [URL] but i want to use a simple MySql because i can easilly find some free hosts !

View 1 Replies


ADVERTISEMENT

VB Silverlight For Windows Phone

May 13, 2012

I am writing an application in VB for windows phone 7.5 but it has some bug

[Code]...

View 1 Replies

VB Silverlight For Windows Phone Webbrowser?

Jun 3, 2012

i am writing an application for windows phone and i am using a webbrowser i am navigating to an image , but this image is not full screen and it seems so awfull ! is there any way , either to full the wite with user's background color , or to set a default zoom on a spesific spot ?

View 1 Replies

VB Silverlight For Windows Phone "The Property 'background' Was Not Found In Type 'TextBox."?

Aug 10, 2009

i am trying to set the property "background" on a textboxbut i am having this error :The property 'background' was not found in type 'TextBox.

View 2 Replies

VB Silverlight For Windows Phone "System.Xml.Linq"

May 13, 2012

I am having this line in two of my windows phone applications :

Dim doc = XDocument.Parse(e.Result)

in the one of these apps it is working fine , in the other one it seems wrong ...
actually it cant find the object "XDocument"

When i am typing :

Imports System.Xml.Linq

it send me bug a warning :

Warning 2 Namespace or type specified in the Imports 'System.Xml.Linq' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.

the only diference between the application that works and the applications that sends me back this bug and this worning is that the one is a simple windows phone page (the working one) and the other one is a panorama page

View 1 Replies

VB Silverlight For Windows Phone "DownloadStringAsync"?

May 10, 2012

i am developing application for windows phone and i want to read an xml from the web so i am using on page loaded event :

Dim cl As New WebClient
AddHandler cl.DownloadStringCompleted, AddressOf cl_DownloadStringCompleted
cl.DownloadStringAsync(New Uri("demo.com/1.xml",UriKind.RelativeOrAbsolute))

and on cl.DownloadStringCompleted event :

Dim doc = XDocument.Load("demo.com/1.xml")

but for some reason i crashes ! the bug must be that i have not to use URI : "demo.com/1.xml" , but some else?

View 1 Replies

VB Silverlight For Windows Phone "LateBinding"

May 13, 2012

i am developing an application in vb for windows phone and i need to do this :

Private Sub ItemTap(sender As Object, e As GestureEventArgs)
Dim url = "/" & sender.Content & ".xaml"
Me.NavigationService.Navigate(url)
End Sub

i am having in my page a listbox , the content of the listbox is an item with two atributes : name and tag

i want to use this sub in order to navigate to this paga : /name.xaml but it has an error that says that url should not be a string and anotherone that says that the targeted platform does not support latebinding

View 1 Replies

VB Silverlight For Windows Phone "System.IO"?

May 12, 2012

i am having an error :"Attempt to access the method failed: System.IO.File.Exists(System.String)"

i have to note that this line is having an external url

If File.Exists("http://www.demo.com/demo.xml") Then
blah
end if

during my first try it worked but now it seems bugy :S it does not make sense !

View 1 Replies

VB Silverlight For Windows Phone "Handles Clause Requires A WithEvents Variable Defined In The Containing Type Or One Of Its Base Types"

May 16, 2012

when i am selecting form the xaml file a button and then tap event from the right (in order to set the tap event) it auto generates this sub :

[Code]....

View 1 Replies

Working With Databases In Visual Basic .Net And WPF's Or Silverlight?

Jun 5, 2009

in this last weeks i've tried to discover how to use data usin' WPF's. So, in resume, i know how to use data in VB Windows Forms Application Projects, using SQL or Access Files connections.But in WPF and Silverlight i dont know how to bind database. In order to show, per example, data in a datagrid. Or in A Combo.

View 4 Replies

Synchronizing Remote MS Access Databases Using VS2010

Nov 6, 2010

I have an existing VB6 application which permits two or more users to work with local relicated MS Access databases. At start-up and shut down the local database synchronize with the master database (if the network permits dialogue) using

mDb1.Synchronize etc.

I am trying to port the application over to VS2010 and I cannot find anything equivalent to permit occasional synchronizing of various replicated MS Access databases with the master database (again, if the network permits contact between the two machines). Has anyone found a way of doing this for Access databases (not SQL Server databases)?

Works fine in VB6 but VS2010 has me beaten at the moment.

View 9 Replies

Dial Phone From Remote Computer Over Ethernet?

Apr 15, 2009

I have a remote computer on Cable Internet. Im needing to dial a phone number which is on a Avaya VoIP network. Is there any way to do this in vb.net? Ive noticed alot of stuff using modems and AT commands but thats not what Im really looking for.

View 4 Replies

IDE :: Make The Call (outgoing) From Pc To Phone And Check The Status Of The Phone(phone Availability). Whether Its Switched Off,busy Or Not?

Oct 4, 2011

Details : I have the MultiModem (MT5656ZDX) . I wrote visual basic application for making the call using 'MakeCallAsynch(txtPhoneNumber.Text)' function. Also i have the callback event handler for get the line status and write the log. But my tapi call is not going the status except DAILING,PROCEDING,CONNECTED,DISCONNECTED and IDLE. Its not showing the line busy, phone swithed off status. Please guide me regarding this.

My event handler

Friend Sub LineProcHandler(ByVal hDevice As Long, _
ByVal dwMsg As Long, _
ByVal dwParam1 As Long, _

[code]....

View 10 Replies

IDE :: Make The Call (outgoing) From Pc To Phone And Check The Status Of The Phone(phone Availability)?

Dec 10, 2009

I have the MultiModem (MT5656ZDX) . I wrote visual basic application for making the call using 'MakeCallAsynch(txtPhoneNumber.Text)' function. Also i have the callback event handler for get the line status and write the log. But my tapi call is not going the status except DAILING,PROCEDING,CONNECTED,DISCONNECTED and IDLE.

Its not showing the line busy, phone swithed off status. Please guide me regarding this.

[Code]...

View 1 Replies

VS 2008 : Create Application For Mobile Phone Sony Ericsson To Remote Control Program Using Bluetooth Connection?

Mar 20, 2009

is it possible to create application for my mobile phone Sony Ericsson to remote control my program using Bluetooth connection which have simple functions?I have came across one program that is able to do that which is floAt's Mobile Agent. It can control from media player, powerpoint slides and even mouse cursor movement.

View 10 Replies

Use Silverlight In A Windows Form?

Sep 1, 2010

I want to know if can i use silverlight in a simple Windows Form, Like the Shockwave Flash component, to add silver light controls.

View 2 Replies

Windows 7 X64 - Working With Jet Databases?

Sep 22, 2010

I am working with Visual Studio 2010 Pro. My OS is Windows 7 x64.I am migrating a VB.NET application that was written for .NET 1.1 / 1.0 in a much earlier version of Visual Studio.The project converted without many issues and works except for on thing. The Jet 4.0 libraries are not available for Windows 7 x64. I understand that they have been replaced with ACE Provider, with actually has an x64 version.

I need to be able to manipulate an MS Access 2003 format database (MDB). I am planning to target .NET framework 2.0 to ensure maximum compatibility with downlevel clients. (I can't install framework 3.5 or 4.0 on these machines). I need to continue supporting MS Access 2003 format on these machines. If I switch to the ACE provider, wouldn't I have to at least install the Microsoft Office 2007 data access components on all of the machines that will run this application? What's the best way for me to target these older machines without having to install any extra software? They already have .NET 2.0 installed and have the JET 4.0 libraries registered.

View 1 Replies

.net - SQLite And Windows Phone 7.1?

Jan 31, 2012

Depending on what i know, SQLite is supported in WP7.1, but i cant even import System.Data.SQLite to the project should i download it as a dll specially for windows phone or am i missing something?!

View 1 Replies

No VB SDK For Windows Phone 7 Development

Sep 18, 2010

Despite the fact that Lisa and Luca anounced on 13 may 2009 that C# and VB.NET would have a Co-Evolution i am dissapointed that there is still no VB SDK for Windows Phone 7 development ( afaik complete XNA isn`t supported yet ) .

View 6 Replies

VB On XBox 360 And Windows Phone 7?

Jul 30, 2010

Has there been any progress on getting VB to work with XBox 360 and Windows Phone 7? I hate to be rude, but it seems like we still considered to be second class citizens when it comes to non-desktop platforms.

View 4 Replies

Windows Phone 7 Database?

Nov 19, 2010

Finally got my hands on a windows phone 7, for development (Samsung Omnia 7), nice machine. I normally develop for WM6, which always you to connect to an sqlce database, I've found that in WM7 no database is available, what are my options XML, my own database etc,

View 3 Replies

Windows Phone 7 Errors

Dec 10, 2011

[URL]'InitializeComponent' is not declared.

It may be inaccessible due to its protection level. [URL] 'CountTextBlock' is not a member of 'Tally.Tally.MainPage'.

I have no idea why i am getting these errors. Please check the links for images of the errors. I have converted the code from c# to Vb.net using many converters. All of them gives the same conversion.

Code :-

Imports System.Windows
Imports System.Windows.Input
Imports System.Windows.Navigation
Imports Microsoft.Phone.Controls
Imports Tally.WindowsPhoneApp ' For the Setting class

[CODE]...

View 2 Replies

Silverlight - Convert Int To System.Windows.GridLength In VB?

Dec 25, 2009

How can I convert int to System.Windows.GridLength in VB, NET so that I can set the height of a grid row in Silverlight (xaml).

In xaml file:

<RowDefinition Height="0" x:Name="rowerror" />

In VB.NET:

rowerror.Height = CType(30, System.Windows.GridLength)

This as I wrote in VB.NET. I know I'm wrong, but how do you do if the int to System.Windows.GridLength so that the height of the "rowerror" whether that be 30?

View 2 Replies

Linking Databases To Windows Application?

Nov 21, 2010

i am failing to write this code in vb.net 2005.

View 2 Replies

Battery Status On Windows Phone App?

May 26, 2012

How can I receive data about the battery status for windows phone ? I checked on microsoft's site but i couldn't find anything except the charging mode :S

View 1 Replies

Convert Line From C# To (Windows Phone 7)?

Mar 15, 2012

I am studying some codes from the web that I need for a future project, but I am having trouble changing this code from C# to VB.net.

View 3 Replies

Place A Call In .Net For Windows Phone 7?

May 5, 2011

I am trying to initiate a call to a specific number from within a button in my application. I found example code on MSDN, but can't get it to work properly, and I think it is for the .net compact framework, not WP7.All I want it to present a button to the user which, when clicked, calls a predefined number (after asking the user if it is ok to call).

View 1 Replies

Update The Mms Settings On A Windows 7 Phone?

Jun 30, 2011

how to update the mms settings via code on a windows 7 phone. I have seen some apps out there that update your settings but those were for the HD7 phone.

View 1 Replies

Windows XP Phone Dialer FIndWindow

Nov 20, 2009

I have spent the last 3 hours trying to figure this out with no success:The WIndows XP phone dialer has a "Hide Calls" available from the context menu, can someone run Spy++ (or similar) over it and let me know what message i should be looking out for to fire the "hide calls" option. Also, do i send it to the child ("Preview") or the parent ("Phone Dialer")

View 1 Replies

Synchronise(update) Windows And Web Application Databases?

Sep 21, 2009

I am having an application in both windows and web domains.The web part of it have only limited features compared to it's windows counterpart.But for my case (an appointment fixing module which is done using both domains),I want both databases to update with the other database.

View 1 Replies







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