application

WPF How to design a multi-window Application?

Hi, im looking for some tips and hints how i can build up my Application in a good way. So here are some informations: I have at the moment the Mainwindow designed with a grid which holds 4 frames. its looking like this. At the top is a menu which let you select the different Pages. I have for the main area about 8 pages for e.g. a s...

How to use offline application cache correctly in HTML 5

I've started using HTML5 application cache to provide the possibility for users to use web resources even when they're offline. The idea is that the user downloads the page in the morning, and enters data into the form through the whole day. If he happens to be online post the data to the server, if not, it should be cached in localStor...

WCF Service Start

I have a wcf service and i want to call a method automatically , immediately after the publishing in IIS. Like an initialization of the WCF service without having to call the method manually or from somewhere else. Where should i place my Initialize method in WCF Service in order to run exactly after the start of the application? ...

Which applications are best developed in C++ over C# in today's business?

I'm only curious. I have already developed microcontroller software in C and Assembly. So, I can see an application for these languages. As for today, I'm specialized in information and process systems and even though C++ is object-oriented and offers powerful development capabilities, we mostly develop in .NET C#. So my question is t...

What popular .NET Desktop applications are out there?

Possible Duplicate: Good Examples of .NET Desktop Applications I have been wondering (inspired by this question) if there are any popular dotNET desktop applications out there. (It doesn't have to be as popular as MS Office which is written in C++ AFAIK, but you get the idea.) Just to get an idea - compare it to Java: Most of...

Activities Design in Android?

Hi Folks, Basically, we are maintaining the sessions for the specific user's environment. For that, Three basic stuff we have to maintain. That are Login, Session check and Logout. In Android, Each screen designed by Activity. we can startActivity() and finish() a current Activity. But you can not do that Previous Activity. UI Design ...

Accessing windows applications controls from Linux

Hello everyone, I'm currently using Linux as my main OS and I run some Windows applications via Wine. Let say I'm running Notepad under Wine for example purposes. Is there a way I can access the text entered in notepad from Linux ? (Java, C, C++, C#/mono). Language doesn't matter Thanks in advance ...

most important applications to use in an office

what are most important applications which we should know about it in a company for IT department? I just know about Microsoft Office World, Excel, and share point. how about others? ...

Android application usage

How to get application usage statistics on android? What I want is to access the time (in milliseconds) that each aplication is used. Thanks ...

Getting/Creating an Outlook Application in Windows 7

Hello everybody. I'm trying to get the current running version of Outlook or start up Outlook in case it is not running, but I am having some issues in getting or creating the Outlook Application object in Windows 7. I think it has something to do with the user priviliges that are restrictive in Vista and 7. I am working with Outlook 20...

Shared application data on Mac?

Hi, I'm new to building application on Mac. I have global data that I need to share between users and not sure where to store this data on Mac to avoid permissions issues when reading and writing files. On Windows I have stored it in /ProgramData/ in the past. ...

How to delete application data at the time of Uninstall in Android?

Hi Friends, I want to know that how to delete application data when application is uninstall. means when i am deleteing my android application all it's associated data will be deleted, so how we can do that? ...

[C#] I can't access an Outlook 2010 application from code

Hello. In my code, I want to get an object representing Outlook 2010. It seems that I am able to start-up a new version of Outlook 2010 without receiving an error. I use this code to start it up: oApp = new Microsoft.Office.Interop.Outlook.Application(); However, if Outlook 2010 is already running, I can't get a version of that ...

Firing a click event using VB Script in wondows forms.

Is it possible to fire a button click event using vbscript The Button is presented in windows form. I thought VB script also same as like Javascript. After the html page has been loaded in IE, we can trigger the button click event using javascript. In the same way is it possible to click an button using vbscript.But the button is presen...

How to view documents stored in the AIR application in the browser?

Hi, We have an AIR client which talks to a WAMP server. We store documents. One of the customer requirement is: they want to their website users to view the documents stored in the AIR application. It should be a read only access. The users will not have our air client installed on their machines. All they do is to check the customer's ...

Namespace declarations in web.config not being picked up after Converting to Web Application

Hi, I recently decided to convert my .Net Web Site to a Web Application. I followed the guidelines by creating a new Web Application, copying the files from my Web Site, including the files in my application and then selecting the option Convert to Web Application. However since I have done that I have received hundreds of errors rela...

Examples of MVVM application serialization design/implementation

I'm looking for some resources and/or examples of how to design and/or implement serialization for a .NET application, specifically an MVVM application. I've never really seen much attention given to this aspect of application design and development (that is, serializing application sessions to document files, in the way that Word or Exc...

C# Cannot write to Application.ExecutablePath, some boxes i can some i cannot? uninstall from this...

So I have been writing to Environment.SpecialFolder.ApplicationData this data file, that upon uninstall needs to be deleted. I am using Innos Setup to build my installer. It works great for me. So my data file hangs out in the above path and I do that cause when I used to try to write it to Application.ExecutablePath certain bo...

Should JDBC drivers be included in a WAR?

We have a commercial software product under development. It supports Oracle, MySQL, and SQL*Server backends (we also use H2 for testing). We do our integration testing against those different database using JDBC drivers of a specific version. Maven handles all this beautifully. When packaging the application as a WAR, is it ok if we ...

Want to enlarge image declared in the imageview when it get focus in android???

hi, Iam new to android application development. I want to know whether its possible to enlarge the image when it get focus. If ans is yes, could u pls provide me the sample code of the same. Hope i get the response asap. ...