-
- 2nd try: What DLL are wave routines in?
by Frank Miller
- 14 Replies
- Last post
by Ilya Tumanov
- I'm having trouble getting access to some wave routines: I have been using these routines to access sound under Windows XP using the winmm.dll DLL. I would like to know which DLL these routines are in under WM5 (if at all) [DllImport(DLL)] public static extern int waveOutGetNumDevs(); [DllImport(DLL)] public static extern int waveOutPrepareHeader(IntPtr hWaveOut, ref WaveHdr lpWaveOut
-
- Problem to extend menu in dial-pad of PPC, bug???
by ShawnChen
- 6 Replies
- Last post
by elfleda
- Hi! I meet a problem when extending menu in dial-pad of PPC when I follow the steps described in AKU's help doc of Windows Mobile 6 Professional, in section of "Phone Canvas Customization->Extending Menus in Phone Canvas Dialogs":
1. Add the folling registy key: HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Extensions\ContextMenus\Phone
2. Add a value under the upper registy key:
-
- Detect wifi connection
by Stut
- 4 Replies
- Last post
by Qiuwei
- I'm developing a CFv2 application that needs to know whether it's got a wifi or wired connection or not. It's usually going to be transferring large files and therefore needs to ignore GRPS connections. I have it so it detects whether there's any sort of connection but I can't figure out how to tell what type of connection it is. Thanks, Stut
-
- Read from fluout page
by YasminD
- 1 Replies
- Last post
by Jonathan Abbott
- Hi all,
I have more than flyout html page, i need to read and save every html element's value in them after i hide the flyout , i use System.Gadget.Flyout.document in onHide flyout event, but i need an object for every html flyout page, any help
another problem that i need to fill these html elements with values, if i open the first flyout, the data in it is true, but when i open another
-
- Pocket PC application Development Strategy
by SSKN
- 2 Replies
- Last post
by SSKN
- Hi,
I am searching for a solution for connecting Pocket PC application to Desktop MS Access DB. Currently my Palm Device application communicates with Desktop MS Access DB via custom conduit using HotSync Manager.
Now I am planning to develop same application for PPC 2003 / Windows Mobile 5.0 which should communicate with existing Desktop MS Access DB. I have no clue, where to start with.
-
- gadget title color
by Kambyses
- 0 Replies
- Last post
by Kambyses
- is there a way to change gadget title color in live.com. the default color blue is fine, but once its clicked it turns purple which is just nasty. can i set the gadget title color in css file
(this is second post, cause the first one got lost. sry if later turns out i posted it twice)
-
- keydown and picture image change problem
by oldSAP
- 1 Replies
- Last post
by Christopher Fairbairn
- Hi, i'm creating a smartphone application that has a picturebox, and the image on it changes whenever the focus is set to a linklabel control. i have this code:
Code Block
AddHandler Me.KeyDown, AddressOf Form1_KeyDown ... Private Sub Form1_KeyDown(ByVal sender As Object, _ ByVal e As KeyEventArgs) Handles MyBase.KeyDown If LinkLabel1.Focused = False Then Dim bmp As Bi
-
- Custom Data Files
by Apollo Strong
- 3 Replies
- Last post
by Christopher Fairbairn
- System: Visual Studio 2005 + Windows Mobile SDK 6
I built and deployed an app successfully to the emulator. However, I have no idea how to also deploy a ".txt" or a ".dat" file along with my C# executable to the emulator. The idea is that my app will read this app.dat files for some operational information.
Please help.
Thanks,
C
-
- Multi-Threaded saving data in the background.
by steve1_rm
- 5 Replies
- Last post
by Ilya Tumanov
- Hello, VS 2005 Windows Mobile 6.0 I have an application that get data from a web service. This gets done in the main UI thread, as the application cannot move on until this is finished. However, once the data has been loaded into the dataset, I want to save the contents of the tables in XML on the PDA device itself. It is this that I want to run in the background, so that this form will hide and
-
- What is the best way to handle mouse in and out my gadget
by nguyentanbao
- 2 Replies
- Last post
by nguyentanbao
- Hi, Currently, I get stuck with this problem. What is the best way to detect mouse in and mouse out on live space gadget Inside the gadget, there are many children elements but I only need to know when mouse is out of my gadget and when mouse gets in. Thanks, Bao Nguyen
-
- Installing VMNet
by Varx
- 7 Replies
- Last post
by Mohit Gogia
- Hi, Searched the forum but can't find an answer to what is probably a simple problem. I am trying to run the Standalone Device Emulator 1.0. It requires installation of the VMNet device emulator. I installed the driver, it shows up in the Add/Remove program list, but it doesn't appear in the network connections. When I run the emulator, I don't have an option to connect to VMNet, so it appears the
-
- CSR BlueTooth (Serial Interface)
by snakeq
- 3 Replies
- Last post
by Michael Koster
- I am going to add a bluetooth module (CSR Serial Interface) to my project. My project os is WINCE 5 (Platform builder 5). I add the follow item (from platform builder 5) to my WINCE image,
1) Bluetooth HID - Keyboard
2) Bluetooth HS/HF and Audio Gateway Service
3) Bluetooth Stack with Integrated CSR Chipset Driver
However, when I run the program, bluetooth manager from control panel of
-
- Is it legal?
by Le Sage
- 8 Replies
- Last post
by Zandoná
- Hey guys! I found a way to use the WM6 ROMs of the recent SDK with the recent Microsoft Device Emulator v2 without Visual Studio 2005 installed by extracting them from the SDK's MSI file. Although it was previously said on this forum that these ROMs will be released very soon in a standalone non VS05-needing version, I would like to know if my method is legal, & whether or not I can provide a
-
- can not load dll under VS2005
by Bill.Kan
- 6 Replies
- Last post
by Bill.Kan
- I`m porting a dll (phoneDlg.dll) from PlatformBuilder 5.0 to VS2005. The dll is a common dll used by handset system and load on system booting. I create a solution under VS2005, create a project named phoneDlgTest.dll and copy all the sourcecode of phoneDlg.dll which under PB. I can compile it successfully, but can not LoadLibrary(phoneDlgTest.dll) when i run test program. Even after rename the or
-
- "Unknown Publisher" message question
by Harry123
- 1 Replies
- Last post
by João Paulo Figueira
- Hi, I have an app written using eVC4. I have placed a shortcut to the exe in my WM5 devices Startup folder so that each time a soft reset is done the program will launch.
My problem is that each time a soft reset is done it gives me the "this program is from an unknown publisher, Running it can possibly harm your computer..." message which I dont want!
It only askes me this once a
-
- Adding Picture box at runtime
by GJohnston
- 1 Replies
- Last post
by Christopher Fairbairn
- I'm trying to add a Picture box at runtime for an unknown number of files...everything here looks like it works when i single step through it, the variables are correct and I get no errors...however the picture boxes don't actually ever get added to the form (the form it should be added to is a tab [tbReview]). I'm guessing that Im missing the statement that actually envokes the control I setup bu
-
- remote database connection from pocket pc
by aaryab
- 7 Replies
- Last post
by Ilya Tumanov
- hi, currently i am developing a pocket pc application which should connect to an adesso database on a remote computer and retrieve data from the database on it.I am developing this application with C# on Windows CE pocket pc but yet i could not achieve to connect to database and access data.So if someone knows how to come over database connection problem please tell me.All i know is that compact f
-
- Sliiiiiide
by someonerandom
- 4 Replies
- Last post
by someonerandom
- How can I use vb .net cf to slide an imagebox across the screen (X axis, no Y axis involved, just horizontal sliding) For example, from when MOUSEDOWN occurred, the imagebox stays under the stylus at the horizontal axis(but doesn't follow on vertical axis) until MOUSEUP occurred...
-
- Can some one direct me to an example of XML parsing on Windows Mobile using VB?
by Subharjun
- 1 Replies
- Last post
by Ilya Tumanov
- Hi,
I am trying to write an application on Windows Mobile 6 using VB. I need to read and write XML files. Can some one direct me to an example program or guide me how to do that
Thanks,
Subharjun
-
- IImagingFactory CreateImageFromBuffer Issue
by jamie_cole
- 1 Replies
- Last post
by Andy Dadi [MS]
- Hi,
I am new to this platform and need to develop an application, a part of
which requires to get image data from a remote server over HTTP and
then display it. Since the data would be received as a buffer, I came
across the IImagingFactory::CreateImageFromBuffer().
For initial tests, I tried passing it an image data buffer
loaded from a locally stored image file, however these started
-
- Dll Won't register
by JGiers
- 3 Replies
- Last post
by JGiers
- I wrote a gadget that uses a C++ dll as an ActiveX object. The dll was written in VS2005 on an XP pro machine using Bruce Williams tutorial as a guide. It registers fine in XP (using regsvr32 and manually registering it in my gadget) and when I open my gadget.html in IE it works as it should. When I move the gadget over to my shiny new vista machine (Business edition) the DLL can't register. I can
-
- CE Development Support Under Vista is lacking
by ezvest
- 5 Replies
- Last post
by ezvest
- I have finally completed a fairly painful migration from Windows XP Medial Edition to Vista Home Premium on my desktop/software development computer. I encountered the expected problems of obtaining BIOS and device driver and application patches in order to get my computer running without problems.
Ironically the only products I could not update or work around were the Microsoft Embedded Visual
-
- Failed to open VPC Network driver Vista Enterprise RTM
by John123
- 4 Replies
- Last post
by Mohit Gogia
- Hello,
I have just upgraded to Vista Enterprise RTM and now when I try to open WM 5.0 device emulater (Selecting connect) I get the message below. Is there a fix out yet I did install the windows mobile device center, as well as the Virtual Machine Network Driver for Microsoft Device Emulator ( http://www.microsoft.com/downloads/details.aspx FamilyID=dc8332d6-565f-4a57-be8c-1d4718d3af65&di
-
- CAB file
by Steve Waring
- 5 Replies
- Last post
by Andy E
- My web hosting site does not have the MIME for gadgets, consequently they have to be downloaded and renamed from .zip files.
I thought I would try using a CAB file instead.
I don't have VS on my Vista machine, but I have VS .NET (the original pre 2003 one) on an XP machine.
I tried using the instructions at the bottom of http://www.codeproject.com/gadgets/gadgettips.asp which
-
- background image with ticker
by sanjay6036
- 4 Replies
- Last post
by sanjay6036
- Hi all, i am scrolling the text ..my text(ticker) is scrolling well.Now i am using background image .i draw image in paint mathod .. case WM_PAINT : { PAINTSTRUCT ps; HDC hDC_Dc = NULL; BITMAP bm,bmHead; HDC hdc; RECT rcHead; GetClientRect(hwndMain,&rcHead); hdc = BeginPaint( hwndMain,&ps); RECT rcTitle; LRESULT lr; TCHA