Database To Use For PDA Application - Mobile Development | Dream.In.Code?
Apr 14, 2009what database i need to use for PDA application? EDIT: Title edited to be more descriptive
View 2 Replieswhat database i need to use for PDA application? EDIT: Title edited to be more descriptive
View 2 RepliesI m trying to connect sql server to mobile device but dont know were to start
View 2 Repliesi am searching for gtalk open source code if anybody knows please let me know I need it urgently
View 1 RepliesI would really like to have some icons for my applications, I cant seem to find any suitable on the net so I was wondering if there was any way I could change the file type of a jpg to ico or is there any free software for creating my own icons.
View 14 RepliesI'm trying to make a 2D platform game and I'm pretty inexperienced at programming. I've coded the player to move left and right and jump, but I can't figure out how to prevent multiple jumps while the player is in the air. Anyone know how to do this?
View 8 RepliesI am new developer and i need code for my tools which i had to develop for my desktop Application like pan add data show attribute table
View 1 RepliesWith Use of VB.NET, SQL Server, ADO.NET How can I develop an application for video rental management with the following specifications:
1. Keeping track of available videos
2. Accumulating surcharges for detailed videos returned
3. Warning subscribers through emails when rental period expires
4. Generating monthly report for the transactions
Special respect to extended functionalities such as reports on customers with surcharges when two dynamically specifiable dates are entered
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).
is excel Import and export format supported in windos mobile development? because i cannot find it in add reference..
View 1 Repliesi would like to build an inventory manager application that would have two versions :1. Would run on the desktop 2. Would run on windows mobile 6 I would like to have both these versions store and read data from a database that can be stored centrally either on a webserver or somewhere on the LAN.
I would like to know can i use Access as my backend database or sql server ? will windows mobile app be able to access it and read and write to it Note : I would prefer to create only one database that will just store the details in the tables and do not need any other functionality. All functions such as save,edit,delete,search,filter etc with be done from the FRONT-END VB.NET interface ONLY If you suggestion involves the use of 2 databases such as one for desktop version and one for windows mobile then please also tell me how would i sync the data between them.
SMS Sending application in vb.net using GSM Modem of Mobile & AT Command where mobile numbers are dynamically coming from sql server database.
View 1 RepliesI would like to create a mobile application for Windows Mobile, how can this be done? I have Visual Basic Express edition.
View 4 RepliesIs it possible to use microsoft access database for Windows mobile application and save this mdb file locally in the pocket pc?because im trying to make an application to connect to mdb database but this imports seems to be not working.
HTML
Imports System.Data.oledb
oledb is not a member of system.data. why?
I realize this post is rather long, but I wanted to give all the information up front instead of people having to ask me for more information.At the end of the re-installation of Visual Studio 2008, there is this message:
"Microsoft SQL Publishing Wizard: [2] Error: Installation failed for component Microsoft SQL Publishing Wizard. MSI returned error code 1638" in the log file dd_error_vs_procore_90.txt.
I have searched on Google for this whole message and found some references to this error, but I have done what they said worked for them and it did not fix the problem for me.When I searched for just "MSI returned error code 1638", I got that it cannot install something because it is already installed:"Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel".In Add/Remove Programs I see these two programs:
Microsoft SQL Server Database Publishing Wizard 1.3
Microsoft SQL Server Database Publishing Wizard 1.4
Are these programs/versions what the error is refering to? Am I safe to remove them and depend on the similarly-named item which would be newly installed with Visual Studio 2008 - "Microsoft SQL Publishing Wizard"? I still use SQL Server 2000 and 2005 on my computer, as well as 2008. I had installed VS 2008 on my computer before without this problem and also have VS 2005 and 2010.
Does Windows mobile 6.x and CE development supported in VS2010?
View 1 Repliesactually this is not an vb.net code belongs to vb..i have written it for getting the data from com port 1.but i dont know what data the com port is getting..
Dim Lng As Long
Dim lpPoint As POINTAPI
Dim X, Y As Long
[code].....
Hello!
i have programming XML files using XSLT. but i cannot add a button or links so that i can come with another solution such <xsl: if test = "salary > 1000"> ... and so on.
someone told me that i can use PHP and ASP for that. but i am interest to do it on ASP.NET since i have used it before.
i am a little bit confuse on it. can someone show an example where i can use ASP.NET to display the XML files according to what we want? what programming language that need to be use? VB.NET?
it is necessary to use the XSLT in the coding?.
thanks in advance
- Nazirul
I usedthe following code
CODE:
But recieved an error
To create hyperlink ...what namespace shud i use?
I would like to display formation when a user place their cursor on a radio button, the information is about a sentence long giving a description about that particular button. I guess this is possible and should I be looking at code for a pop-up box.
View 7 RepliesI am trying to fire off an FTP of files. I have broken down the code to the barest minimum. I have used the Shell Command with success before but the solution is now evading me.
Sub Main()
Dim strGetFileCommand As String
strGetFileCommand = ("c:\Windows\System32\FTP.exe -i -n -s:getcash.scr 10.113.1.7>113Log.txt")
Shell ("cmd /c" & strGetFileCommand)
End Sub
I can run the command from the c:> prompt at the command line so I know that it is correctly formed.
i am doing project of Order Accepting system for five star hotels.Scenario is Waiter will accept order using Window Mobile which is Connected to WiFi present in hotel.I want to communicate to database(Sql Server) present on My Machine (Computer present in kitchen) through WiFi and Add order into table present inside database. This should notify my application present on Compter and should print order. After completion of Order Application from kitchen will notify to waiter about completion. My problem is How to Communicate with database present on Remote computer using WiFi from windows Mobile.
View 2 RepliesI need to select random checkboxes in a Tree view,which are retrieved from Database.My project is windows based and using WPf.In the Attachment i got only trreview but not checkbox
Checkbox_in_treeview.txt (2.09K)
Number of downloads: 339
I was writing this VB script to run in HTML for school and ran in to a problem, which my debugger says it is at line 33?
<html>
<head>
</head>
<body>
[code].....
I created this ASP.NET Web application and I can't get the amoritization table(MonthlyPaymentBox) to loop correctly. I think the problem is somehow in my code I am setting the TotalLoan = 0, but I just can't locate where that is happening. I assume this because instead of of starting the current balance at the users input, it starts at 0.
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="WebApplication1._Default" %>
<!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" "http:www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
[code].....
Im very new and have found a solution which filter with on e grid but how do I manaipulate the Vb code to accomodate anothe industry filter.here's my ASP current code
<asp:GridView ID="GridView2" runat="server"
AutoGenerateColumns="False" CellPadding="4" DataSourceID="SqlDataSource2"
ForeColor="#333333" GridLines="None" DataKeyNames="Permit_No"
[code].....
I have a code in WFA as followslistviewmain.GetItemAt(MousePosition.X, MousePosition.Y)This used to work fine for WFA, but when I shifted to WFP, I get the error
Error48'GetItemAt' is not a member of 'System.Windows.Controls.ListView'.C:\Users\ameel\Documents\Expression\Expression Blend Projects\Media Library\Media Library\Window1.xaml.vb16959Media Library
[code].....
I want to execute a code after every 5 min.I am trying to develop the application in .net and using the C# as a backend language.My basic requirement is a C# code which executes after every 5min which i click a start button on my .net form.
View 6 Replieshow i can run .net framework on my pc tell me necessary requirements
View 3 RepliesI am using visual studio 2008 and i can't seem to rectify this error..it seems simple but i really can't seem to rectify this.What iam trying to do is pass the values of an initialized string array to an uninitialized string array using a loop..here's my code:-
Document ^doc = gcnew Document("Abdul.doc");
String ^yes = doc->GetText();
array<Char>^chars = {' '};
array<String^>^splitx = yes->Split(chars);
[code]....
I was just wondering if anyone had come across this issue before or anything. I just downloaded Visual Studios 2008 professional trial version (ISO) and when I try to run it or open it, I get a "The operation could not be completed. Access is denied." message. I tried doing everything.I disabled my antivirus, uninstalled a previous version of VS 2008, I still get this message.
View 4 Replies