Hello,
I have an application written in VB6, and I need to use a library written in .NET. Is there any way to use the library on my application?
Thanks
I have a Java-application that loads data from a legacy file format into an SQLite-Database using JDBC. If the database file specified does not exist, it is supposed to create a new one. Currently the schema for the database is hardcoded in the application. I would much rather have it in a separate file as an SQL-Script, but apparently there is now easy way to execute an SQL-Script though JDBC. Is there any other way or a pattern to achieve something like this?
Hello gurus,
I have a desktop application sending/receiving messages (not files) to/from a WCF service.
How do I intercept the total size of the message to be transferred and receive feedback (number of bytes transferred) during the transmission so a progress bar maybe displayed to the desktop app user?
How many approaches are there? What is the best one given my application scenario?
Any comments or suggestions will be greatly appreciated,
Cullen
Hi,
I've a SPJob Scheduled with a package (wsp) installation which update web.config and a Application Page which also build to update web.config.
The problem is when I install the package it successfully update the web.config. I've confirmed the changes. Now, when we go to our Application Page which also successfully update the web.config but I lost the changes made during package installation.
Any idea what would I be doing wrong?
Thanks.
I have an application that needs to do some actions every date change say at midnight. Whenever the date changes the application should be said of the same. Any help regarding how to implement the functionality would be appreciated.
Thanks in advance.
Hi everyone,
I need to make the fishbowl application (which is a WPF application for Facebook) multi-user compatible. It seems, it's only supporting single user login via facebook. Any ideas how to make it multi-user compatible.
applicate you help.
-Aruna
Hi
I want to play pls file from iphone application. The url for that is "http://yp.shoutcast.com/sbin/tunein-station.pls?id=4512", Please help me how can I play this file from iphone application. Thanks in advance.
Does anyone have any good pointers on designing the UI for an android application and some good practises?
Obviously I'm aware of the basic principles involved with designing the layout in XML. Also, that you have a stack of activities. But I'm interested in some approaches to creating the interfaces and also how to design an application around those intentions.
Does anyone know of a good way to encrypt and decrypt strings using VB6 to ensure sensitive data is secure?
Also, is there an encryption method that can be shared between VB6 and .NET?
Example:
The encrypted string will be written to a database using a VB6 application, but the value also need to be read an decrypted in a c# .net application using the .net framework if possible.
Thanks!
Hi I'd like to develop an application to monitor HTTP traffic to/from my PC. (what websites are being visited by the PC user). The problem is, that I couldn't get any articles how to start developing application like that. Any help ?
Hi
i have hosted a windows user control in IE.
Every thing is working fine, if i open the application in the same machine where the Web application is hoste.
if i access the same appication from a remote client IE,
A blank box is coming with a small image in the corner.
I have added the site as trusted site in the IE and made all the security settings needed.
let me know, what am i doing wrong.
Thanking you.
Are we reduced to ClickOnce to manage our application state for our users? We use Visual Patch currently. When our users update (we reproduced this) we get errors from the updated versions to our compiled versions. Since our developer state is not 'updated' with Visual Patch how can we monitor and eventual squash the various System.MethodNotFound, and System.NullReferenceException in our updated versions of our application?
I'm getting an error in a JBOSS application:
Static Method [addHeader] not found on JavaBean [class com.ppnet.webservice.WebserviceHeaderWriter]
I have checked the WebserviceHeaderWriter.jar that gets deployed into JBOSS and checked it in eclipse. It looks as if it should have this method on it.
I think that the JBoss application might be loading a different version of the WebserviceHeaderWriter.jar without this method on it, is there a way to check the location of the file that is getting loaded?
I am looking at integrating a C# application with a barcode scanner.
The last time I did this was with Delphi 1 (win 3.11) using a scanner that plugged in-line into the keyboard cable.
Looking around it appears most scanners are USB based these days and assume they emulate keyboard entry.
Anybody know of more sophisticated/programmable scanner that can call a webservice or even just do a basic POST/GET this would eliminate the C# application and the computer to support it?
I'm developing an application that gets large images from an Internet server which is the best way to download this images, without freeze the entire application? I mean background download. I have thought about download it in another thread.
Right now, I'm more into design & maintenance of MFC based application. I'm seeing good progress and requirement for C#.Net application.
With this background knowledge, how easy or difficult is to learn C#.Net? Is there any tutorials available online that helps MFC developers to easily learn C#.Net quickly?
Any help on this much appreciated!
I'm creating a Cappuccino Application, and I have a CIB file with a menubar (from IB's Main Menu XIB template). Much like this one:
How can I use that menubar in my application? Thanks.
Hi, i made a flash application that loads image and sound from given url.But in my application whenever i run a program , first it loads or download all music and than it plays but i want to play a sound without loading all file.
Thank you
I believe I read that if you wanted to use Google's App Engine, your application needed to be open source. With the recent announcement of App Engine for Business, does the same rule apply? I would like to host an application on this particular platform but have no interest in releasing the code initially (down the road, potentially).
I am using the Android NDK to make an application primarily in C for performance reasons, but it appears that file operations such as fopen do not work correctly in Android. Whenever I try to use these functions, the application crashes.
How do I create/write to a file with the Android NDK?
Hi, I need some advice on creating a syntax highligher for java application using swing. The application should allow to edit a file and highlight syntax.
I don't know the swing library, what should I look for?
I had an issue can you suggest some idea , I remember we spoke aboutsomething around this issue
Iam in head office Dubai I had developed my winform application with sql server here in my office ....
Now its time for deployment but what the issue is before implementation it should be tested by the clients in Kenya.I cannot hold the
expense of traveling to Kenya and setting up the server there
i TRIED OF TEAMWEAVER bUT IT S HARD TO GO WITH IT ,
Is ther any idea for sharing my application via internet??
moreover like connection string through internet/tcp/ip
I want to list records with a particular month and year. The table name is 'Arrival' and 'date' is the field that stores the date that the record was added. This is to be done from a C# application. For example, if the user selects month as 'April' and year as '2009' in the application, it will list all the records that were added on April,2009. (I only need the query, hope I can figure out the rest :) )
Hey,
I'm new in the developer business, and I'm interested in the way, how other programmers start to develop, design an application.
What are the factors, I should keep when I sit down and start thinking about the app? How do you do it?
I'm really interested, because I think the design, and the main thoughts of an application affect the future of it.
I'm trying to open a silverlight 4 application solution in Expression Blend 3.
However, Blend says that the solution is not supported.
Is there something I'm missing?
I'm following an example in the book Microsoft Silverlight 4 Business Application Development.