hi all i've submit my app to approval process, my app is in review, when go see the details i see that to "Bundle short string" or something similar is empty.
Will it be rejected ? ?
thanks
I am unable to print prn file on network printer from .Net window Service.
I use File.Copy method but it does not work. I use cmd.exe through Process.Start method but it does not work. But If I copy the same code in windows form application then it works fine. Can anybody help me.
First of all I am using ASP.NET with C# for Facebook
Application Developement
My Qestion is :::
How to use Notification.SendRequest.. or
i want to send Request that is A gift from my application to friend then what is the process..
and how to do it.
Any body can explain me how session works in PHP. for eg. 3 users logged into gmail. how the server identifies these 3 uers. what are the internel process behind that.
I got 15 tabs and 15 user controls assigned to each tab.
All are loading at once which id delaying the process.
I want to load one user control on selection of a tab in tab container.
My current project based in Asp .net makes considerable use of Http handlers to process various requests? So, is there any way by which I can test the functionality of each of the handlers using unit test cases? We are using Nunit and Moq framework to facilitate unit testing.
Hello
If there is only 1 running application in the system (and default 100 sleeping process), and it do a blocking syscall (I'm interested in blocking recv or blocking read). Will linux kernel delete this application from task_t *current pointer?
Hi everybody,
i'm developing a webapp for iphone/ipod and using the client's side database. I want my webapp to work mainly offline and allow users to fill the database and at a certain point i'd like to send my database to a server to process and store all the informations.
The problem is i can't find a proper way to send my tables to a server in order to fill its database with the one sent from the iphone.
Does anyone has a clue ?
Hi,
I'm developing an applciation using SQL Compact database in Visual Studio 2008. When I start the application and run the process, the data is being loaded into database for few hours worth of few tens of megabytes. However, when I quite debugging, change something in code (not in DB structure), run the project again, the database is erased.
Does anyone know how to prevent this behavior? I need the data to stay in DB to test on it.
Hello.
I have been working on this application of mine and got this problem.
Running program through command line with different arguments opens different .exe process.
My question is how can i prevent from opening same file few times, and is it possible to send new command line arguments to already open instance of application.
Thanks.
I'm just wondering if it would be possible (and legal) to port an Android app to desktop?
I'm creating an android game that would work well on PC too (even with the cellphone like layout) and was thinking that maybe I could 'embed' an android emulator with an installer or would that process be a bit hard for a novice Java coder?
Hi
I need to get some information from user by showing a JFrame
I need the first frame pause process until user enter data from the second frame
I thought about using wait() and notify() but I don't know how
How can I do this?
Thanks
I have a Queue of items I want to process in a thread, and any instance of a class can add items to the Queue to be processed.
My idea for doing this is to have a static Thread in the class that processes the items, the only problem is that I don't know where to start this thread, since I can't start it in its initialization.
Is there a way I can start a static thread? Or should I be changing the architecture completely?
English properties file can be read bt when i click on french link it couldnt read.Can u tell me the stepwise process to do this.I hav images which need to be in french when i click in french..
hi,
i am using toolStripStatusLabel to show the status of my process.
I am having a problem because the only message being shown is only the last one (the other messages seems are not being taken into consideration)
In a perl script, I'm trying to accept input without blocking and without echoing the characters entered (The script is producing output and I want to have 'hotkeys' to alter its behaviour).
I got as far as using
use Term::ReadKey;
ReadMode( "cbreak", STDIN );
if($input = ReadKey($pause_time, STDIN)){
#process input
}
But once the user types anything then the script stops until a newline is entered. I'd like the input to be processed per-character, without waiting for a newline.
hello
I am working on writing an web application which will be monitoring an java process which moves files from one location to another. The monitoring application needs to do following things
Monitor log files
View the content of moved files
Is there any opensource framework which provides monitoring capabilities over logging.
I am building this application in java.
Thanks
Hi, what is your preferred method to maintain state of an asp.net page, if it is a public website (involving shopping cart, wish-list etc). I am in the process of designing a website that will need to ensure that the user is not able to tamper with the state (such as delete cookies etc).
I have a large auditing stored procedure that prints values and runs some SELECT statements. When running within SQL Management Studio we have the use select to display "Results to Text" so all of the SQL results and print statement display in one place.
Now I need to have some C# code also call this auditing procedure at the end of the process and basically store all data that would be in the "Results to Text" window into a .txt file.
How can this be done?
How to do processing on hindi text using c++ in linux any suggestions.
I want to read a hindi text from file encoded in UTF-8 and process it that is to find a
specific word from that . How can we do it??
Aside from a prototype, what is the next best thing to satisfy a user who really wants to know what an application will be like?
Choice 1
A process model
Choice 2
An interaction diagram
Choice 3
A data-flow diagram
Choice 4
A class diagram
Choice 5
A class-state diagram
2 is my partner's choice
3 is my choice
I stick to my colors
also he stick to his.
which one is better?
I am going to develop a DLL, and suppose I have a singleton class in this DLL with some synchronization mechanism. And this DLL is used by other processes, namely EXEs. The question is: is this singleton created only once for all sharing processes or every process has its own singleton?
Hi,
I would like to multi-thread an application, however one library i'm using is not multi-thread capable (i don't know what's the right word ? synchronized ?).
What are my options ?
As far as i know there's nothing in between threads and processes (Runtime.exec) in java (no abstraction in the jvm to have something like an isolated "java process").
How would you deal with that ?
I'd create a repo which pulls in a remote repo, let's say I'd like to setup jQuery as a submodule for example
git://github.com/jquery/jquery.git
What would be the process of creating a repo with jQuery as a submodule and adding my own external as a remote repo.
Also once this is setup, if I push / pull to my own remote, will the external remain intact?