Develop IPhone App Using VS2010?
Feb 23, 2011
Just in case, I missed anything. As far as the google result, I don't see a capability to develop iPhone app using VS2010 (sorry, maybe I shouldn't ask this question here). right? Or, is there a way to write the code in VS, and then using some sort of converter...
View 10 Replies
ADVERTISEMENT
Jul 8, 2010
I'm developing a mobile project that I really want to look good. I love the way the iPhone controls.
View 2 Replies
Nov 20, 2009
Anyone know what jailbreaking does to an iPhone? If so, is there a way to make a program to jailbreak 3.1.2 in VB or in RealBasic? I guess it'd have to send commands to the hardware and software of the iPhone, and communicate with it pretty well...
View 13 Replies
Sep 16, 2010
Is it possible to create something like the iphone scrolling on a windows, you could also say how google Maps scrolls. If so how would you think you would go about it?
View 8 Replies
Jan 28, 2010
iPhone-like navigation between forms?
View 4 Replies
Nov 29, 2011
I am having VB.net dll files which I need to use in Android and iPhone application.
Creating web service doesn't satisfy my requirement as I need to use this in offline mode.
how can I use this in Android or iPhone application development.
View 2 Replies
Feb 11, 2011
can vb.net or a vb.net application (program) be used on the iphone or ipad ?
View 2 Replies
Feb 29, 2012
I have a working vb program that works very well - is it possible to convert to an iphone app?
View 3 Replies
May 3, 2012
I just want to catch evry node in the xml post from the iphone, for example this is the xml file that i need to "get"
[Code]...
View 1 Replies
Jun 12, 2009
Trying to mimic the way the IPhone flips the album art to the songs list. I want to pass in two generic objects and have the storyboard flip them. I can get the slide effect, but have not figured out how to scale the object so it appears to be rotating and not just sliding.
View 1 Replies
Mar 28, 2010
Is here way to make a program to send a click from PC to the iphone? So basically, what I want is when I click key �a� on my keyboard my iphone receives a click on button �a� on phone�s keyboard (lets say I know coordinates). This way I can use a key board for typing on my iphone
Something similar to this is already done, it�s called Veency, when you can control your iphone clicks by your mouse from a pc or Mac.
Veency uses wi-fi for the connection but it would be better if my program used USB port.
how to send any clicks to the iphone from a pc, should I try and make super simple VNC program
View 1 Replies
Oct 23, 2009
I have an image upload facility in my asp.net project, when uploaded a thumbnail of the image is generated and saved to disk. What I would ideally like to do is apply some nice styling effects to this thumbnail image.. similar to the look of the icons on an iPhone.. perhaps a slight gradient, smooth rounded corners, and a border.
View 3 Replies
Feb 1, 2011
I'm trying to read back a string that I wrote into a binary file, but it's giving me problems and I don't know what's going on. I open and read my file using the code below:
ifstream input([filePath UTF8String], ios::in | ios::binary);
int numStringBytes;
input.read((char*)&numStringBytes, 4);
[Code]....
View 1 Replies
Sep 24, 2010
I'm trying to read back a string that I wrote into a binary file, but it's giving me problems and I don't know what's going on. I open and read my file using the code below:
ifstream input([filePath UTF8String], ios::in | ios::binary);
int numStringBytes;
input.read((char*)&numStringBytes, 4);
[code]....
There is a lot more to the file reading code, but it's proprietary and this is the part that keeps crashing. It runs fine loading the first two files, but when I try to open a third file, it crashes with EXC_BAD_ACCESS at the input.read((char*)names, numStringBytes); line. I don't see any reason that this should crash. I'm writing the binary files in VB.NET using the below code:
Dim myFS As New FileStream(savePath, FileMode.Create)
Dim encoding As New System.Text.UTF8Encoding()
Dim stringBytes() As Byte = encoding.GetBytes("++string")
[code]....
View 5 Replies
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
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
Dec 29, 2010
Is there any way to develop for MonoTouch using VB.NET, rather than C#?
View 2 Replies
Aug 9, 2011
Want to develop POS program in visual basic?
View 2 Replies
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
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
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
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
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
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
Jul 25, 2009
I have a problem when trying to compile a develop software. I get this registration error.
View 6 Replies
Mar 27, 2012
i need to change my OS to Ubuntu.i can develop .net apps in ubuntu.
View 2 Replies
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
Sep 19, 2009
How to develop a barcode generator and able to print it out? Google so long but unable to find any sample to do it.
View 2 Replies
Feb 7, 2009
im luking for sumbdy who can develop me a chatt like msn / yahoo. in vb net.Functions:
[Code]...
View 18 Replies
Jun 6, 2011
Need some help to develop a method/function. No problem if there is no code but I would like to start discussing the best way of doing this even in high level language. First of all would like to provide you with some information. The set that I use here is very small, but the data is on a table in mysql and there will be over a million rows. Its important because if I make a complex loop code, maybe there will be a lot of selects in there.[code]
View 9 Replies