-
- Blank dialogs in settings when navigating using links
by Sondre - MSFT Regional Directo
- 4 Replies
- Last post
by Andy E
- On my settings dialog I have some normal HTML anchor tags that links between a read me page, shortcuts page, and the settings page. But the problem is that the new pages renders and then suddenly turns blank. The content re-appears if I click the dialog once.
Made a recording of this behavior, maybe someone can take a look and see if this is a known issue, if there is some workaround, or if
-
- how to monitor the amount of free space currently in the object store?
by Tsry
- 0 Replies
- Last post
by Tsry
- Hi, I am looking for the best way to monitor the amount of free space currently in the object store. I know the function "GetDiskFreeSpaceEx" can return available object store space. ------------------------------------------------------------------------------------------- The following table shows the named values for the HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\LowMem registry key.
-
- Visual inheritance is currently disabled - Designer Bug?
by dfaivre
- 4 Replies
- Last post
by dfaivre
- I have a WM 5.0 project that uses the MS paterns and practices framework as a base. There is a base form, that inherits only from System.Windows.Forms.Form. It contains no controls or P/Invokes. When any other form is opened that has inherited from the base form, it shows the error: Visual inheritance is currently disabled because the base class references a device-specific component or contains P
-
- Notification supported img types?
by cablehead
- 1 Replies
- Last post
by AlexFeinman
- Anyone know what they are
-
- when i press Enter in my sidbar gadgets textfield
by humbroll
- 2 Replies
- Last post
by Jonathan Abbott
- when i press Enter in my gadgets textfield
i add the code that controll key event .. below.
if(event.keyCode == 13){ //do something.. }
gadget is reduction to... width : 1cm height : 3cm...
so. i try some add code below..
<input type=text onkeypress="btpress()" onsubmit="return false;">
add "onsubmit="return false;"" code..
-
- File conversion problem
by davros51
- 7 Replies
- Last post
by Ilya Tumanov
- I have an app on the PPC that receives an XML file from a laptop wirelessly. Inside the XML file is a node containing a string which was a binary file now converted to base 64. I have to convert the data received from the laptop into ascii so it can be read into an XML document. This is where I believe the problem lies. Since I just converted the XML file to ascii, doesn't this mean the data node
-
- Passing data between layers in SOA model / smart client application
by NellaiMani
- 4 Replies
- Last post
by NellaiMani
- Hello there,
We are developing an application in .NET Smart Client application which connects to a WCF service and then to the data access layer. The issue we have here is on the type of data which can be passed between the client side and web service.
1. Can it be a dataset (No!), custom entity or XML or anything else
Which is the best one
2. Ofcourse , a dataset can't be
-
- Microsoft Clock Sidebar Gadget with Sweep Second Hand?
by KULTUhR.net
- 12 Replies
- Last post
by ToddOs
- Looking at the standard Microsoft Clock Sidebar Gadget, I was wondering whether it would be possible to change the jumping second-hand into a sweep second-hand, i.e. one that moves smoothly like an old mechanical clock or mechanical wrist watch. I looked into the code but had to give up after about two hours of trying. Anyone knoews hoe to do that Thanks!
-
- CompactFramework Supported DataBase
by windows_mss
- 3 Replies
- Last post
by EntitySpaces
- hi,
im newbie to Compact Framework, one clarification what are all the database
supported by the compact framework v1.1 ,
Thanks in Advance,
-
- Detecting Back Key Press in Smart Phone applications
by m2abhi25
- 4 Replies
- Last post
by m2abhi25
- Hi all, I have an application developed in .Net CF 2.0 using WM 6.0 sdk. I want to detect whenever the "Back" key is pressed. As smart phone does not support this functionality for some kind of controls. I read several articles but still could not find a satisfactory solution. Please tell me if you have any solution. Thanks in advance,
-
- Highlighting a row in DataGrid - Desktop code does not work
by RajL
- 2 Replies
- Last post
by RajL
- Hi,
I have code that highlights rows in a DataGrid based on the value of the Status column. The code works quite well on the Desktop. When the same code is executed on Windows Mobile 6 environment (I am using emulator to test) it does not work. See code below.
I am installing custom control DataGridColorTextBoxColumn for table styles derived from DataGridTextBoxColumn that overrides
-
- captureing richink link click
by Nathan Franklin
- 10 Replies
- Last post
by Nathan Franklin
- Hello Guys,
I am trying to catch a link click from the richink api. I have hooked the window to spy the messages coming through.
When I click on some text or select some text (not nessicerily a link) the following messages are received from the control,
WM_ LBUTTONUP, message 273 ( ) WM_ LBUTTONDOWN.
How can I capture the link click and also retrieve where the link is
-
- problems with the css file
by albidochon
- 6 Replies
- Last post
by albidochon
- hi, everybody
First, i want to thank everybody here, because i 've build my first gadget all in java because of the help and the posts here...
Not so easy.....
I still get a problem because of the CSS file, it looks like the js file don't care of this file, although i declare the className and the Id in my css file, and i red the explanations for this in the sdk.
i had to join in the j
-
- Hiding grid columns in a datagrid.
by steve1_rm
- 7 Replies
- Last post
by Ilya Tumanov
- Hello, VS 2005 WM 6.0 I am using the following code to hide the grid columns. As I have a lot of grid columns to hide, it is showing a thick bold line where the grid column would be. I wanted to make the columns totally invisble by setting the width to 0. However, I am wondering if there is a better method as the customer doesn't like having the thick bold line, as you can see there are some there
-
- Multiline TabControl
by Nathan Franklin
- 2 Replies
- Last post
by Nathan Franklin
- Hello,
Just wandering if anyone would know how to make a TabControl with a Multiline property
Thanks
-
- Error System.MissingMethodException when using a DLL
by luis_ss
- 11 Replies
- Last post
by Christopher Fairbairn
- Hello all,
I am developing an application for a PDA using C# for Windows Mobile 5.0 for Pocket PC.
I have written a DLL using C++ and I call a function in a library like:
extern "C" __declspec(dllexport) int Inicio(arguments)
{
....
function_in_lib(arguments);
....
}
The DLL is compiled for Windows Mobile 5.0 Pocket PC and the libraries are i
-
- Console App using Thread.Sleep causes wait cursor.
by marnel47
- 2 Replies
- Last post
by marnel47
- I am building a console app that runs in the background and utilizes the following code System.Threading.Thread.CurrentThread.Sleep(Timeout.Infinite) to keep the application running so that it can run it's operations at given timer intervals. This works however, I have the application installed to the StartUp directory so it runs automatically, and when the device boots up I have a spinning wait c
-
- Another ActiveX/Com Question
by JGiers
- 5 Replies
- Last post
by JGiers
- I am trying to interface a gadget with a C++ function in a DLL that needs to send back multiple data values. If I were calling this function from within another C++ program, I would just use reference variables for the function to update, but I don't know how to do anything like that in javascript. I'm sure there's a simple way, but I'm pretty new to javascript, so any help would be great.
-
- created gadget. not in list.
by cwallace
- 6 Replies
- Last post
by joelz
- I built a BASIC gadget from the step by step process on the MS site...it is in the directory and all files are in place, however, it is not on the gadget list when I go to add gadget...
Do I have to go through an install process for the gadget and if so how would I do that Not sure what I missed.
Thanks,
Chris
-
- attachEvent issue in live gadget
by humbroll
- 10 Replies
- Last post
by humbroll
- var m_btGo = document.createElement("button"); m_btGo.name = p_pages .childNodes[M_LOC_ID].firstChild.nodeValue; m_btGo.attachEvent("onclick",onGoClick); m_btGo.innerHTML = "GO";
look above.
i have to throw argument to onGoClick method.
but i cant do that.
onGoClick method is below..
function onGoClick(m_id){ M_AJAXENGINE.openXHR("GET",&qu
-
- how to get IMEI no.?
by Rajat Solanky &#40;MCS
- 14 Replies
- Last post
by Rajat Solanky
- Hi theres, i am working with .net CF 2.0 for smart phone and pocket pc. i have applied lots of search to get the help and still i am being with the stuff, if any one know some stuff about that how to get IMEI no to mobile please guide me. with one condition that i need only logic how to get it, not need any dll, please concern my thoughts. thanks bye regards Rajat.
-
- error creating device projects with any templates in C++
by Joel555471
- 5 Replies
- Last post
by Joel
- Hi, I can't create device projects with any templates in Visual C++ following "Smart Device Walkthroughs" on the MSDN web page. I could do it for the walkthroughs that use Visual C# and Visual Basic, but not for C++.
Has someone know about this
Thanks
Joel
Before I posted:
I'm tring to do the "Walkthrough: Hello World: A COM Interop Example for Sma
-
- Back up information
by ELEV
- 4 Replies
- Last post
by ELEV
- I know that if you go to start > powertools > regedit, on your windows mobile 2003, you can export files to autoinstall so that if you ever have to cold-reboot your pocket pc it auto installs all the information so you don't have to do it again. This might sound simple but where do I go on the regedit to export the file so I can save the time date and ownerinformation on the today screen Th
-
- Application installation error
by jrl-jimbo
- 1 Replies
- Last post
by jrl-jimbo
- Hello,
I am using VB.Net 2005 to build applications for a Dell Axim X51v (Windows Mobile 5.0). This is not my first program written for this PPC and all have built and installed fine, until now. I last built a CAB file for this app about 2 months ago to supply to a customer for pre-view. I have now made all requested changes and am attempting to build the CAB for the final version, but it will
-
- Private dataTable As System.Data.DataTable not compiling
by Christopher John Anderson
- 3 Replies
- Last post
by Ilya Tumanov
- Im starting a device application for the first time
Im using the MS quickstart examples to get into database programming on a device.
http://samples.gotdotnet.com/quickstart/CompactFramework/
Im following the steps, (with cut and paste) and have sucessfully created databases and tables and connected to them. Im now moving onto datatable and the adding rows example.