Answer Questions
Ash_ How to update the right softkey menu programmelly
I changed HKCU\Software\Microsoft\Home\Keys\113. But the key didn't change automatically. I must open some other application and return to desktop by pressing "Home" key to force it to take effect. How to update it programmelly Have you tried enumerating the windows to find and close the MSStart window. Next time the menu is pressed it'll get reloaded. // close the prgrams menu process, else it ...Show All
fightingzero Simulating Mouse Clicks
Hi, i want to simulate a MouseClick on the Today screen and have written the following code: Module Module1 Public Declare Sub mouse_event Lib "CoreDll.dll" Alias "mouse_event" ( ByVal dwFlags As Long , ByVal dx As Long , ByVal dy As Long , ByVal dwData As Long , ByVal dwExtraInfo As Long ) Sub Main() MsgBox( "Hallo" ) mouse_event(&H2, 10, 10, 0, 0) m ...Show All
cYruZ How to Get a Checkbox inside Listbox in Compact Framework
Hi, I am designing a Questionnaire. In this i need to design a multiple selection in the listbox by using checkbox.. but i didn't find this option in the listbox. How to get this feature in listbox Regards Sarath Hey Alexy, Could you send me the Code Regarding This (if possible ...Show All
Keith Rogers SIP button problem
Hi, I have problem with sip button in right-bottom corner of device screen. I Have form, that is not maximized and looks like messagebox, but in this case sip button do not shows I've tried use SHFullScreen function, but no effect Have any idea Does your form have an InputPanel control MenuBar Peter Yes ...Show All
Sun_Shine Display a RTF file with InkX
I don’t know if it’s possible to open and show a .rtf file with InkX. I’ve tried with the example of http://www.opennetcf.org/Forums/topic.asp TOPIC_ID=286&SearchTerms=Inkx,control but when I open a .rtf file it doesn’t show correctly, I need your help!! could you show me a code sample I don’t want to use Intelliprog’s richInk, and I’m using Visual Studio 2003 with c# building a PPC program. thanks ...Show All
Zindros Running a program when the device is powered on
Hello, Is it possible to make an app run everytime the user presses the power button to turn on the device Similar to the built in password program that runs every time the device is powered on Thanks, Nick Take a look at this: http://www.opennetcf.org/forums/topic.asp TOPIC_ID=97 npiacentine wrote: Hello, Is it possible to make an app run everytime the user presses the power button to tur ...Show All
SvenK How to communicate in ad-hoc mode
Hi, I want to construct a system where PDAs can communicate without accesspoint. since there is no accesspoint, can a PDA send out packet without IP address Can other PDAs neerby eavesdrop the packet How to do it I think TCP/UDP socket programming may not work since IP address is needed. Should I configure my wireless network adaptor for this Thanks. Toby TCP/IP is end to end. From the software ...Show All
Roland Boon SQLCe Parameters and SqlserverCE getDate
hey there, how do you use the SQLServerCE GetDate( ) method when using Parameters in the SqlCeCommand. I want to insert a date using GetDate function NOT USING vb.net DATETIME EG: Dim l_sql As String = "INSERT INTO mytable (testDate) VALUES ( )" Dim l_cmd As SqlCeCommand = myConn.CreateCommand( ) l_cmd.CommandType = CommandType.Text l_cmd.CommandText = l_sql l_cmd.Parameters.Add("testDate", "GetDate()") l_cmd.Execut ...Show All
Johan Olofsson Can't ActiveSync my Device after Cradling my Emulator
I'm a SmartPhone owner and developer. As such, I have occasion to cradle my Emulator and my actual Device (Audiovox SmartPhone) with the same ActiveSync (v4.1.0). I'm finding that after cradling the emulator (as a Guest) I can no longer Sync my SmartPhone. I can cradle the SmartPhone and I can Explore it via ActiveSync, but I get this very vague message when it tries to sync: Synchronization error The only way I ca ...Show All
GaryStrader Focusing on my running program
Hi I'm writting a new program which i can run on the back ground but under c ertain conditions i want the program to get focus into the front from homesc reen or what ever its state is. Any idea Thanks. you need this... <DllImport("aygshell.dll")> _ Private Function SHFullScreen(ByVal hwndRequester As IntPtr, ByVal dwState As Integer) As Integer End Function and a few of thes ...Show All
MRashed Using SavedState causes unwanted prompts
Hello, I am very impressed with the Device Emulator. When I run the DE with a DESS file which had been saved with NE2000 networking enabled and a sharedfolder, when the DE starts, I receive two unwanted prompts: Do you want to enable emulation of NE2000 Network Card and Do you want to allow folder sharing for directory... Is there any way to force a YES response to these prompts or disable them altogether Great stuff so far! ...Show All
txc43 Access & PocketPC
Hello Its probably not the right forum but heres my question: Active Sync has an entry to Sync Pocket Access but the Pocket PC has no Pocket Access installed so what does it do Because I have an MDB File (Data + UI), which i also want to use on a PDA (recipe Database ;-) ). Is this possible in a simple way or must I write an Application one the PDA which use the CDB File Regards Norbert There has never been a Pocket Access a ...Show All
Garthower Connecting to Pocket PC
Hello, Does anyone know how to connect to a Pocket PC device trough the activesync connection from a desktop pc I will develop an application which will work on both sides (desktop and pocket pc) so I would like to know how can I establish a connection between these two applications. Thank you in advance. Tiago Nobrega You can use either Sockets or RAPI. OpenNETCF has the library: http://www.opennetcf.org/PermaLink.aspx g ...Show All
zahid.masood No Symbols Loaded when loading native DLL on windows mobile 5 device.
Hello, I'm trying to debug a native DLL running on a Windows Mobile 5 device but it keeps saying "No symbols loaded". Here's a list of checks I've made: - the project (as well as all other projects in the solution) is set to debug. - Properties > Configuration properties > C/C++ > Debug Information Format = /Zi. - tools>options>debugging>symbols are set to all folders that have a *.pdb file in it. - I c ...Show All
RJoub CeMAPI example...
Hi everyone, I’d like to start working with CeMAPI under Windows Mobile 2003, is there any docs about it, some links that points me to the right direction I found some docs in msdn, but it shows only how to start and it’s for PPC2002 using ActiveSync service, I’d like to work with a POP3 account in the WM2003. Is it possible does anyone have already made some application send and receive messages is there some examples I’ve created the POP3 acc ...Show All
