.net - Disable The Start Menu In Windows Mobile 6.1?

Sep 20, 2010

how can I disable the start menu! Or completely shut down the entire "explorer" in Windows Windows Mobile 6.1, so that users can not go out of my program.I have try [URL], but then Windows Mobile 6.1 hang.

View 2 Replies


ADVERTISEMENT

Bring Up Start Menu In Windows Mobile 6.5 App (full Screen) In Compact

Jun 20, 2011

My app is built in vb.net compact. All these years in all versions when user taps at the top or bottom of the screen (depending on where the task bar is located) it brings up the task bar and start menu fine. But now the latest OS build doesn't do it anymore. I'm thinking of having a button in my app to bring up the task bar but not sure how to do it.However, in IE full screen there is a circular button that brings up the task bar. If I can accomplish it in my app that would be good.

View 1 Replies

Put Shortcut On Programs Menu On Windows Mobile In Installer Cab?

Jul 27, 2009

Where do I put the shortcut icon for my mobile application in the Installer project for a Windows Mobile project so that when the cab is installed the icon will show on the Programs Menu?

View 1 Replies

VS 2008 Windows Key - Disable Start Button In Task Bar

Jul 17, 2010

I need code to disable start button in task bar. I need code to disable "windows key" in keyboard to lock start button Selection. I need code in vb.net?

View 2 Replies

IDE :: Disable The Context Menu For Webbrowser Control In Windows Forms Using C#?

Sep 9, 2005

disabling the context menu for webbrowser control in Windows forms using c#.

View 2 Replies

ApplicationPath Property Windows Start Menu

Jan 11, 2011

I have got a surprise when my app did not work as I expected when I started it from the Windows Start Menu. I explain: When starting the program from the application directory, it works fine, because the "Application Path" property gives the right path to find the access database located in the same directory, BUT, the problems comes when I start the program from the Windows Start Menu. What can I do to solve this?

View 7 Replies

Access The Start Menu From A VB Form For Both Windows XP & 2000?

Jun 21, 2010

How can you access the Start Menu from a VB form for both Windows XP & 2000?

I've done a lot of research and haven't found anything that works for this.

View 2 Replies

Create A Mobile Application For Windows Mobile?

Nov 12, 2009

I would like to create a mobile application for Windows Mobile, how can this be done? I have Visual Basic Express edition.

View 4 Replies

Disable Right Click And To Disable The Start Button And Task Bar?

May 16, 2009

to disable right click and to disable the start button and task bar?

View 4 Replies

C# - Detect If Application Start Using A Manual Handling (Pressing An Icon) Or Start When Windows Start?

Feb 28, 2011

I have made my application to start automaticly when windows start (registry ../currentversion/run/appname + path). In this mode the application start minimized and an little icon appear in the notification icon area. With this icon you can maximize the app or exit it.If you exit the app and start it again using the Menu (Start/programs etc) than the application start in minimized mode (and in this case I would like to have it in normal mode) because the setting autostart is still true.Is there a way you can detect when the application start when windows startup using the above registry or when people click on an icon in the programs menu (or desktop)?

View 2 Replies

Mobile Phone To App - Remotely Disable Email Sending Feature Of Program By User ?

Feb 7, 2010

Ok, I haven't started this yet, but I'm just thinking out loud for a project I have coming up.

One approach I am thinking about pursuing involves "messaging" my application (windows form in VS 2008 pro) from a mobile device, whether it be a laptop, phone, pda, etc.

is this possible? (1st question) and what is the "correct" implementation to do this? (2nd question)

The idea is to remotely disable the email sending feature of my program by the user (owner of the application) to kill email alerts if they are not at their computer.

View 3 Replies

C# - Gradually Increase System Volume On Windows Mobile / Windows CE 6.0

Jun 19, 2012

I'm attempting to use waveOutSetVolume from coredll.dll to gradually increase the audio volume from silent (or near silent) to maximum.

Most of the code examples I'm finding show some predefined set points for Off, Low, Normal, Medium, High, and Very High like this:

Public Enum Volumes As Integer
OFF = 0
LOW = 858993459

[Code]....

OK, and here's some API documentation which doesn't make a lot of sense to me in this particular context. What is low-order word and high-order word and how can they both exist in a single value?

· dwVolume New volume setting. The low-order word contains the left-channel volume setting, and the high-order word contains the right-channel setting. A value of 0xFFFF represents full volume, and a value of 0x0000 is silence. If a device does not support both left and right volume control, the low-order word of dwVolume specifies the volume level, and the high-order word is ignored.

View 1 Replies

C# - Windows Form + Database (Sql Server)+ Windows Mobile Application?

Mar 17, 2011

i am doing project of Order Accepting system for five star hotels.Scenario is Waiter will accept order using Window Mobile which is Connected to WiFi present in hotel.I want to communicate to database(Sql Server) present on My Machine (Computer present in kitchen) through WiFi and Add order into table present inside database. This should notify my application present on Compter and should print order. After completion of Order Application from kitchen will notify to waiter about completion. My problem is How to Communicate with database present on Remote computer using WiFi from windows Mobile.

View 2 Replies

Move A Windows Form App To A Windows Mobile 5 Device

Aug 23, 2009

I'm trying to move a windows form app to a windows mobile 5 device and I was able to get every thing working except this piece of code.

[Code]...

View 2 Replies

Start Programming Mobile Application Such Flex7000 Which Is A Point Of Sale Payment Terminal?

Aug 5, 2010

how to start programming mobile application such Flex7000 which is a point of sale payment terminal. i want to use vb.net

View 1 Replies

Make A Menu Item On A Menu Strip Link To Another Windows Form?

Jul 25, 2009

How do I make a menu item on a menu strip link to another windows form (like a menu item that links to an about page already created in the project). I know that every coder knows how to do this, but i've read most of the instructions in the world for Visual Basic coding, but can't find ANYTHING I know coding fairly well, so I can modify it, but I can't create it my self.

View 4 Replies

Use Process.Start To Start An Application Without Administrator Privileges On Windows 7

Feb 24, 2012

Visual Basic 2010 - Net Framework 4.0 Client

I have an application (application #1) running with Administrator privileges on Windows 7.

I want application # 1 to start another application (application #2) without Administrator privileges so application #2 is running as a standard user.

Is there a way to do this? I have been using Process.Start.

View 5 Replies

How To Disable AxShockwaveFlash Menu

Jan 28, 2008

i add AxShockwaveFlash in my form and i want to disable it's right click menu ???

View 8 Replies

Disable Start Up Button?

Feb 11, 2009

Yes is There AnyWay To Disable The Start Up Button Like This:

Yea like IS there A Source Code To Disable It? _-THxxxxx

View 13 Replies

Disable Context Menu OpenFileDialog?

Jun 8, 2010

Is there a way to disable the context menu in the openfiledialog class? I am using the dialog in a program were I don't want the user to open or delete a file using the context menu. The only thing the user should be able to do is select a file.

View 5 Replies

Disable Context Menu Strip?

Dec 14, 2009

I was wondering if it is possible to disable certian buttons on a context menu strip?

Say i have a start button, and then i click it i want it to disable a button in the context menu strip

P.S, the ContextMenuStrip is being used with a Notify Icon

View 2 Replies

Disable F10 From Activating Window Menu In WPF

Aug 24, 2009

I'm trying to figure out a way to prevent F10 from activating the window menu (same function as pressing 'alt') and fire keydown/previewkeydown instead. I know there are ways to do it using window.forms, but I'm using WPF on VB.net and I can't seem to find a method that would apply.

View 1 Replies

Disable F10 From Activating Window Menu In WPF?

Apr 27, 2011

I'm trying to figure out a way to prevent F10 from activating the window menu (same function as pressing 'alt') and fire keydown/previewkeydown instead. I know there are ways to do it using window.forms, but I'm using WPF on VB.net and I can't seem to find a metho

View 13 Replies

Disable Form's Context Menu?

Jan 8, 2012

I need to disable the form's context menu, when you right click on a form's caption bar a context menu appear.

View 5 Replies

Forms :: Disable Textbox Pop-up Menu?

Oct 3, 2009

is there anyway to disable the menu that contains : Cut, Copy, Paste, etc, on a textbox, when you right click it?

View 4 Replies

How To Enable And Disable Items Of Menu

Feb 6, 2010

In VB 6 I enabled and it incapacitated the items of the menu with the following expression. And in VB.net how to do to substitute this expression in my project?

View 7 Replies

TCP Windows Mobile 6.1?

Mar 11, 2010

I am trying to make a program for my Windows Mobile 6.1 Professional Device that communicates via TCP/WiFi To my pc, however, on my windows mobile device, when i launch a program with an import [system.net] it keeps giving me an error, and it is unable to launch the program. Is there an update that i am missing? or am i missing a package in win mobile with the system.net resources?

View 1 Replies

Menu Strip - Disable The Subitems In The Menu Strip

Jan 1, 2011

My program goes like this, i have a log in form where in the admin and guest can access, then the form will navigate to main menu form, i have there menu strip, pls help. how can i disable the subitems in the menu strip if the user is 'guest' for security purposes..

View 1 Replies

Disable Control At The Start And End Of A Game?

Mar 6, 2009

I creating a dice game with VB 2008 and am having some problems with control features.When the game starts I'd like the controls to be disable until the user formally selects a NewGameButton.Also, during the game the user gets 3 chances to roll the dice before they select a check box for the type of score they want. They cans select a score at any time during the 3 rolls. I disable the selected score with an AcceptScoreButton, but I can't figure out how to limit there score selection to 1 checkbox per roll session. Then when all the score have been selected I need to diable all controls againg untile the user selects the NewGameButton I am using VB Express 2008Vista Home Premium32 BIThp pavillion a6666tintel core duo e8400 @3.00 Ghz3GB RAM

View 2 Replies

Disable Menu Strip Sub Items In An Application?

Jun 26, 2010

I am creating a user rights access to a menu. for example an administrtor account can access a sales report while a limited account cannot. What i mean is a customize menu for an administrator and limited user....

ex. administrator
Sales Report--->Daily sales-enable
limited account
Sales Report--->Daily Sales-disable

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved