I have some clean up code that I would like to execute at the end of execution even if my C# application crashes (delete temp files, etc). Is that possible to do in C#?
Thanks!
I am new to android
i want to develope Calendar application that shows events of current day.
it should fling to next or previous day
Thanks and Regards
Sasil
Hi ,
I'm developing an application for blackberry using eclipse. and very new to this enviornment.Please help .
i have a .mp4 file placed in my resources folder.
now on the button click i simply need to play this video file.
Thanks
I have a use case where any text box created in the application should be handled and some events should be listened to. I checked the ControlCollection, it does not seem to have a "created" or "modified" events. Also MessageFilter could not receive any create, or destroy events. Is this an optimal way to receive messages or windows hook will be the only alternative?
We’re a Virginia based company looking for an experienced and affordable iPhone application developer. If anyone has any recommendations, this is much appreciated thanks!
Hi all,I want to develop an iphone application that needs an english word dictionary. Can you people suggest me any link from where i can have that database containing a reasonable number of english words with their meanings and example sentence.
Thanks in advance
Hi,
Is there a way to programatically get the path to the databases/files an application uses instead of hardcoding "data/data/mypackage.com/database.db" ?
hello everyone i am new bie in iphone development i want to connect to linkedin from my native iphone application i am currently having no idea how to connect to it please guide me how could i do that
Currently, I am working on the migration mentioned in the title line. Problem is application configuration that is kept in registry has a tree like structure, for example:
X
|->Y
|->Z
|->SomeKey someValue
W
|->AnotherKey anotherValue
and so on.
How can I model this structure in SQLite (or any other DB)? If you have experience in similar problems, please send posts. Thanks in advance.
When Finder of Mac, Explorer of Windows did drag & drop of a specific item in the Swing application to a desktop and a folder,
How to get the former path which I dropped?
I am happy teach me a necessary class and method.
I never use unitests in my apps . I know that exists many technologies for testing .NET based application. (For example NUnit). Which of this tools more comfortable and more understandable to use. Please can you show the good articles where can I find information about unitests and understand key situation where I must use them?
(void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath {
if (editingStyle == UITableViewCellEditingStyleDelete) {
NSLog(@"delet it");
// Delete the row from the data source.
[tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:YES];
}
else if (editingStyle == UITableViewCellEditingStyleInsert) {
// Create a new instance of the appropriate class, insert it into the array, and add a new row to the table view.
}
}
why is this crashing my application
I want to do a performance measurement of my application and would like to be able to configure the stats for specific module like (enable for specific module and disable for some) and I want to measure things like memory usage, threads, average band width etc..
Can any one suggest something please, I am new to this. I think Visual VM is good but it doesnot support configuring for different modules.
Does Perf4j or Admin4j work here? any one has used these before?
For hadoop application development, are PHP frameworks less popular ?If so, why? Else,please do point literature/documentation/tutorials for a specific framework? (stuff for Symfony would be awesome!)
I'm creating a WinForm application in C# and one of its functions is displaying text in text boxes. I'm coding the logic for querying a database in a separate class and am unable to access the text box element in the class I'm creating (I'm getting a "name" does not exist in the current context error). Do I put all of my form logic into my Form1.cs file?
I want to make my web.config password protected so that external users do not open it. But my application should be able to access. Is there any way to do this??
Hiii,
I want to use any media file from user media library in my iphone application.
Just like we pick an image from photo library. Are there any API's for this?
I have a configuration file in the following JSON format:
{
"key1": "value1",
"key2": "value2",
"key3": false,
"key4": 10,
}
The user can set/unset the configuration values using a text editor. I however need to read it in my C# application. Whats the best way to do so for JSON? The above keys are not associated with a class.
In carbon/cocoa, is it possible to send something like performKeyEquivalent to the current key window? I want to send a key event to whatever application the user has active.
Thanks!
I was thinking about obfuscating a commercial .Net application. But is it really worth the effort to select, buy and use such a tool? Are the obfuscated binaries really safe from reverse engineering?