What is the best way or recommended best practice in the flow of database driven asp.net web application? I mean the Database first or coding first or side by side?
How is it posible to load python script as plugin in qt based application?
The basic idea would be to make a class in c++
class b
{
virtual void method1();
virtual void method2();
}
and 'somehow' inherit it in python like
class c(b):
def method1:
#do something
def method2:
#do something
I need to be able to modify the gui from python( add buttons to some widgets made in c++ with qt ). Basicaly something similiar to (gedit, blender, etc) plugin architecture with qt
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?
I have a click once application here that needs to be started offline exclusively sometimes.
Reason is that it needs to be started VERY early during boot, at a point when there is no network connection yet, also it must not wait for any network connectivity.
I know, this requirement seems strange, but it has legacy reasons.
What do you think?
I want to Change default installation path which is Program Files in windows application When Creating setup. I tried but i couldn't do that please tell me solution.
Hi,
I want to deploy my windows mobile application on windows Mobile 6 emulator, so that there is no dependency on Visual Studio 2005/2008.
I require this for testing and demo purpose.
Thanks,
Mrinal Jaiswal
Hi,
I have to create a mobile installable/client application...and I dnt know nothing abt this..
what SDK,language should I use?? if this will in .net will be fine(optional)... any Ideas
Will really appreciate this...
Thanks!!!
Not completely a programming question, but its close enough so here goes:
In Mac OS I'll put user-specific files for my app in ~/Library/Application Data/{MyApp}/ and in *nix I'll put them in ~/.{MyApp}/ - where should I put them for Windows?
I'll be using Ruby's File.expand_path to get to this directory, so if there's a windows equivalent of ~ then that's fine.
(Answers for Windows XP, Vista and 7 would be appreciated if they're not the same)
i am a fresher to steganographic concepts and would like to develop a mobile application for implementing image steganography with encryption.i would like to guidance about the suitable ALGORITHMS that can b used and various steps to follow..pls do help..
I'm using global constants, like this:
/project
/application
bootstrap.php
/public
index.php
index.php
defines PUBLIC_PATH and APPLICATION_PATH
calls APPLICATION_PATH . bootstrap.php
bootstrap.php
defines LIBRARY_PATH, MODULES_PATH, TEMP_PATH, CONFIG_PATH, ...
does real work
Also i want to ask if there is better way to do this?
Hi All,
What is the best or preferred way to store data for a c# desktop application? I know this coupld depend on how I will be using the app but Im just looking for a simple and easy way to store data for c# applications.
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
Hey, I've just finished writing a VB.NET application. Now I want to package the executable and the database ofcourse into a single installer file. I tried using QSetup, InstallShield to make SQL Server embedded into the setup file, and finally after hours of try&fail I have no idea. Anyone?
Hi,
I am using asp.net with C#.
To increase the searchibility of my site in google, I have searched & found out that I can do it by using my robots.txt , but I really don't have any idea how to create it and where can I place my tag like 'asp.net, C#' in my txt file.
Also, the necessary steps to to include it in my application.
Please help.
Thanks in advance
Say I have multiple EditTexts in an application. When I click a Button, I want to test what EditTexts are empty and what EditTexts have content. How would I do that? Could someone write the code for the Button click handler.
I can't run a website application from VS 2008. When I press Ctrl + F5 i got an alert "unable connect to ASP.net Deployment server" (sp.) I'm using windows 2k3 sp2.
Thanks!
Is there a simple way to load test an asp.net application? I've been reading on some microsoft pattern and practices documents that tell you to use ACT which seems kind of hard to use for complex requests.
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!
I am saving Images in NSCachesDirectory in a App. At the end of app execution i would like to clear all temporary cache. Is there a way to force clear all cache on application exit. I do realise the local folder keeps cache for 3 days..but my requirement is to force clear the Cache. Thx
I was wondering if somebody use syslog to log his web application errors/warning/info ? It could be quite useful in a deployment environment with a lot of servers.
If yes, what kind of client visualisation you can get to watch errors and grouping the same errors into batch?
Do you use other techniques than syslog to achieve this kind of logging functionality?
I have a closed source Java application for which vendor has provided APIs for customization. As I have no other documents, i rely completely on the API's javadoc.
I want to trace what methods are actually called in different classes for a particular use case. Is there any way to do that with eclipse?
Hy,
I was looking for a software to model an application, because is becoming too big.
Like this:
Class - A
Methods - a, b, c, d, e
Class - B
Methods - a, b, c, d, e
This should be in graphical mode, Classes are some boxes, and the methods are in the box.
Then I would like to be able to make a arrow from one method to another.
Do you know some good software?
thanks
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!
If we only need to graphically authorize a user,
view a few tables representation (from database),
ability to change data in the database visually
what tools to use to write such a web application that will run on Tomcat?
What framework allows to do that in the most straightforward, easy-to-manage and elegant way?
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