|
Where can I find the .NET Compact Framework SDK for developing Compact Framework applications in Visual Studio?
Started by James Newton-King on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Platform menu option) to toggle between the various OS versions/platforms within your project to test.
|
|
I am running SQL server 2008 and Visual Studio 2008 on Vista. I downloaded SQL server compact 3.5 SP1 from Microsofts website and ran the install. When I open the server explorer for any windows application that I'm working on with VS 2008 and right click...
Started by Thomas on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This is quoted form here: http://msdn.microsoft.com/en-us/library/aa983340.aspx
On the Project menu.
|
|
Usually a mobile dev would not have to do this because the smart-minimise feature handles it.
But I need to do it myself because my mobile app is kicked off by a bootstrapper app.
The start menu icon kicks off the bottstrapper which downloads a target...
Started by J M on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The article reccomends using toolhelp.dll and has a pretty detailed looking walk-through for getting ... .
I'm not sure if you found this yet or not, but MSDN has an article on creating a process manager application that has the info that I think you need .
|
Ask your Facebook Friends
|
Applications which run on mobile devices have special user interface requirements. I think Apple did a great job introducing innovative controls on the iPhone/iPod touch platform.
Now, I have to design an application for the Windows Mobile platform using...
Started by splattne on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
So if you drag the list to the left or right, you will see the a menu of actions beside the list..
Are located to the sides of the main menu.
|
|
Morning guys,
We're currently developing a new piece of hand-held software. I cant discuss the nature of the application, so I'll use an example instead.
We've designing hand-held software for managing a school. We want to modularise each aspect of the...
Started by GenericTypeTea on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Obviously, use a different design for your main menu if it makes sense, but you'll want it to truly be both modulized on both Compact and ....
To such of the ilk) that gets the information required so your main menu can add a button.
|
|
I've written an application with the following in the Program.cs:
rsCursor.Wait(); // Load the settings rsAppConfig.LoadConfig("iVirtualDocket.exe.config"); fSplash splash = new fSplash(IvdConfig.VERSION); splash.Initialise(); DialogResult result = splash...
Started by GenericTypeTea on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
[System.Runtime.InteropServices.DllImport("coredll.dll")] static extern int ShowWindow(IntPtr hWnd, int nCmdShow); ShowWindow(this.Handle, SW_MINIMIZED);
This did the trick, this.Hide... .
There is no Minimize - use Hide and Show.
Form.Close closes the Form.
|
|
This looks really bloated, can it be rewritten any better/more compact:
$("#cart-summary").hover( function () { $('.flycart').slideDown('fast'); } ); $(".flycart").hover( function () {}, // mousein function not required function () { // hide menu on mouseout...
Started by Nimbuz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
$("#cart-summary").mouseenter(function () { $('.flycart').slideDown('fast'); }); $(".flycart") .mouseleave(function () { $(this).slideUp('fast'); }) .find('a.close') .click(function(){ $(this).parents('.flycart').hide(); });
It's a small improvement, ... .
|
|
Pretty simple question, I know.
Started by Nick on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
_ Controls("Compact and repair database.......
Basically it says this should work
Public Sub CompactDB() CommandBars("Menu Bar").Controls("Tools").Controls ("Database utilities").
Check out this solution VBA Compact Current Database .
|
|
Hi,
does anybody know if it is possible to use the softkeys on a WM 6 device (Motorola MC 35) without actually displaying the bottom bar / menu bar? I have a full screen Compact Framework app where I want to use the soft keys but I do not want the bottom...
Started by Timo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
ShowWindow.
I don't think you can "not" have menu bar if you want to use the keys, but you can "hide" the menu bar window just like any window.
See the sample code on this MSDN page.
|
|
At last a compact Leica M8 battery charger!
This battery charger is self-contained, and does not require an external lead or transformer unit. It has removable plug blades, allowing the blades to be changed when travelling abroad, and making the charger...
Started by RichC on
, 20 posts
by 12 people.
Answer Snippets (Read the full thread at l-camera-forum):
The compact charger and the original M8 brick both seem to take the contacts, so I decided to omit the arms to....
First, to forestall the doomsayers, I should point out that my compact charger is perfectly safe gave the project a thumbs up.
|