I have an application which on the first load it will show a modal window for user login (a borderless window). Now when the user wants to minimize the application by clicking the minimize button of the main window, it can't be done cause the main window is locked by the modal window. When the user tries to click the application taskbar ...
How to check the .net framework version on start of WinForms application that wrote on .NET 3.5? If .net 3.5 is not installed, the application should show the message about it (may be with link on .net installer or some else). Now it show some error that is not clear for user.
...
I'd like to extend Application in my Android app. I've done this such that I've created an extended Application object called MyApplication and added it to the manifest.
I'd now like to add some getters and setters to hold some information. It looks like I'll need to pass the application Context to any classes which do not contain a C...
Is there some trick that is known to tell blend to stop trying to set a startupURI in my app.xaml? I googled but didn't see anything so I figured I would ask here.
I use a startup routine and instantiate mainwindow myself. Every once and a while blend likes to toss in the startupURI="MainWindow.xaml" when I let it compile. Occasionally ...
Hi.
I have written a program with c++ and compiled it with gcc ( like the sample in the fastcgi.com) but i dont know how to run it on localhost.
everywhere i searched , i found the php configuration for mod_fcgi which wont work
for c++.
does any body configured apache and mod_fcgi to run a c++ web application ???
...
Hi all,
I've just created my first WPF application (3 calculators inside 3 different tabs).
The entire application has been built using widths/margins/paddings as static values, since I originally didn't know that dynamic values can be used by just putting an asterix after the value.
The client has come back to me though and has asked...
LAST EDIT - TWO SIMPLE ANSWERS NEEDED.
1) I was able to get the code working with a URL (it's the code from one of the responses below). But my song is in a wav file. When I try to do File url = new File("---");, it doesn't work.
Instead, in the stack trace (thanks for that tip!), it says
"Failed to allocate clip data: Requested buff...
When you open a new C# Windows Forms Application project in Visual Studio 2008, you get a lot of autogenerated code (AssemblyInfo.cs, Resources.Designer.cs, Settings.Designer.cs, Form1.Designer.cs, Form1.resx, Program.cs).
Beside adding components from the Toolbox to Form1.cs[Design] and code to Form1.cs, what files can you change? And ...
Can an Android application include a widget or is the widget an application itself and needs to be separated from the application ?
...
I'm developing an Android project which currently has 4 packages:
com.myapp.app.activities
com.myapp.app.db
com.myapp.app.ws
com.myapp.app.utils
Would I be able to create an additional package which is just
com.myapp.app
?
Eclipse isn't letting me create this package. It tells me a package with this name already exists.
If I sta...
Hey all, this is my first question I'm posting on this website so if it isn't the correct way to do it I would like to apologize upfront.
I am making an image uploader (upload image to image hosting website) and I'm having some issues passing an argument (image location to an already running application)
-First of all let's say MyApp.e...
I wounder if there some example on how to create a searchbar just like twitter app in android?
http://2.bp.blogspot.com/_GTM_W5mVPTU/S-rmYdiUTCI/AAAAAAAAAEE/hIO9GD53SLc/s1600/search2.png
and also I wounder about the popup.
are there any samples?
...
I wounder how it's possible to create a buttom bar buttons in androind,
I read something about this UI solution, are there any controls that can be used?
...
Hi all,
I am new to zend, i need help in creating zend application using modules.
please help thanks
...
I'm creating an app that is basically an extension of a tutorial (I am very new to the app development world). The tutorial had a cyan coloured box moving around the screen to the point where you touch.
What I did was change the background to an ImageView so it looks like the deep sea and I put a ImageView inside the cyan UIView to dis...
Does any one know if or when twitter is going to release the source code for the android app?
The release was announced back in April
We had a great time working with the Android team and are thrilled that Google will be open sourcing the code used in this app in the near future. We look forward to the amazing experiences developers...
In ASP.NET I can store both session and application state. Is the same true of PHP? I can't seem to find information on application state.
If not, what are best practices for shared state information? I need to build a somewhat complex data structure that all clients can utilize. It takes a while to build but is never edited after i...
Hi - hope someone can point me in the right direction.
I have written a simple tile sliding game which works fine on 1.6 to 2.1, however on 2.2 it starts up and lets the user make two moves then on the third move it hangs - just doesn't respond at all.
This is wierd because the code for all moves is identical.
I have tried to see i...
Where can I translate my web application terminology like:
"copy and paste", "drag and drop", "click link",..
I am looking for a free on-line resource.
...
does any body know how to bring a class wizzard from a dialog box in MFC application using VC++ 9.0 only.
...