-
- memory allocation limits (WM6) ?
by Hao Zhuang
- 4 Replies
- Last post
by Christopher Fairbairn
- hello,
i wonder in Windows Mobile 6, how do i find out the memory allocation limits for the devices. in other words, if i use LocalAlloc(..., NumOfBytes), what's the MIN value of NumOfBytes that will guarantee that LocalAlloc() returns NULL
i have a HTC X7501 with very large memory (at least i have 100MB free). but if i just allocate a few 5MB from the heap in a row, malloc() just
-
- Problem with adding gadget to gallery.live.com
by kurnulli
- 3 Replies
- Last post
by Dzugaru
- How long should i wait till my gadget will be approved.. I send it 1 day ago but it's still not approved... and no comment from live.com wasn't sent. I'd like to take part in russian microsoft gadget competition and it's nessary to register my gadget till 20 th of october. I've got rather simple but funny gadget and i'm sure that there is no bags in it.
-
- Sidebar Gadget Submission Rejection - Why?
by Pixelsyndicate
- 8 Replies
- Last post
by Pixelsyndicate
- Anyone know how one would determine why a Sidebar Gadget Submission through http://gallery.live.com/ would have been rejected; or how I might know why it was rejected
I tested it fully with Vista Ultimate... I have my manifest, icons, defaults, its COOL and best of all, its one of very few IM and SPACES themed Sidebar Gadgets I have seen available.
I have posted it on my own
-
- <form> in Gadget
by HigH_HawK
- 3 Replies
- Last post
by kmdxb
- Hello, I have created a little Gadget including a text input field and a submit input field (button) within a <form> TAG. Now if you enter a word into the text input field and press the submit input field (button) it should reffer you to the page you have entered in the action var (<form action="http://www.website.com") and show you the result, my problem is that if I click on t
-
- NETCF2.0 SP2 ??NETCFv2.wce.armv4i.cab
by Immanuel2005
- 3 Replies
- Last post
by Immanuel2005
- I have download NetCF2.0 SP2 and installed
my device is wince4.2 and the CPU is armv4i
My application programe is coded by vs2005,when I download it to my device,it cannt work
I read the forum before.
I know I need NETCFv2.wce.armv4i.cab ,but I cannot find it,(only can find other CPU's cab)
I want to know
does the NetCF2.0 SP2 have NETCFv2.wm.armv4i.cab
if no ,how can I do it
-
- WM6 Standard: Closing form with webbroser control terminates complete application
by Bernhard K&#38;&am
- 2 Replies
- Last post
by Ilya Tumanov
- Hi, i have a nasty problem with a Smartphone-Application for WM6 using the .NET Framework 2.0, VB.NET and its webbrowser-control. The webbrowser-control is located in a sub-form that is called from the applications main form. When i close this sub-form with me.close() the whole application terminates without firing a closing-Event in the still open main form. To reproduce this behaviour:
Cre
-
- window to watch device while running
by KitWest
- 2 Replies
- Last post
by KitWest
- Rory Blyth showed what was happening on his device with a window during his presentation at http://msdn.microsoft.com/msdntv/episode.aspx xml=episodes/en/20060907MobileRB/manifest.xml . How can I do the same (I already know how to run the emulator, but it's slower, and doesn't have the barcode scanner.)
Thanks.
-
- regarding TextBox_KeyDown event in windows Mobile 6
by mohasad
- 1 Replies
- Last post
by ScubaSteve20001
- hi all , I have maintained a single build for all the versions of windows mobile(i.e. 2003 , 5.0 , 6.0). I have developed my application in .Net Compact Framework 1.0 . i have used Textbox and defined TextBox_KeyDown to handle the events in Texbox . but when running my application in windows mobile 6 emulators , if i press "Enter" key , when texbox is in focus , no events i am receivin
-
- editing a datagrid
by Roastie
- 1 Replies
- Last post
by Ilya Tumanov
- Hi there i am having trouble editing a datagrid in the .net compact framework. i am tring to set a column in a specfic row in the datagrid.i want it to equal a text field , this would change everythime a new value is entered in the text field. int index = deliveryDataGrid.CurrentRowIndex; dtItems.Rows[index]["DeliveredQuantity"] = aQtyTB.Text; dtItems.Rows[index
-
- Signing
by StuartLodge
- 2 Replies
- Last post
by StuartLodge
- This blog entry - http://blogs.msdn.com/windowsmobile/archive/2005/12/17/security-model-faq.aspx - says you can configure Visual Studio to automaticallty sign your modules. Is there a way to really make it do this by default - or do I have to set it up in every set of project settings - I have a fairly big solution with a lot of projects and I don't want to have to mainly set the properties on eac
-
- HTTP Compression?
by LeeroyB
- 4 Replies
- Last post
by Finkster
- Hello.
The summary of my question : what do I need to do in VS2005 / CF 2.0 SP 1 to enable HTTP compression, if anything
The details:
I have a large Windows Mobile 5 client which I have developed over the last year. It is starting to be used more widely now and we are noticing the huge ammount of XML data it sends / receives to its matching XML web service. I want to turn on HTTP
-
- Insert new data in DataGrid which is bound to a OLite database table.
by Urbon
- 6 Replies
- Last post
by Ilya Tumanov
- Hi,
I am working with VS.net 2005(SP2) and CF 2.0 to develop appliaction forms to use in Pocket PC 2003.
I have a form (CF2.0, Pocket PC 2003) with a datagrid which is displaying one of the table's data from datasource( Oracle/Oracle Lite database). User should be able to insert new row of data/delete/ change in datasource through datagrid in a pocket PC. I need coding help here.
-
- How to simulate a Form POST request with content-type "multipart/form-data"?
by misterbojangles
- 1 Replies
- Last post
by fdsfsddfsdfsdfas
- Hello everyone, I would like to implement a C++ application for Windows Mobile 5.0 that uploads a local image file via HTTP Post request to a server. Precisely, I have a HTML web form for file upload I would like to "feed" with my C++ function call. When trying to simulate the HTTP request I fail with a server error "bad content body". I guess there is something wrong with the
-
- .Net CompactFramework 2.0 data question
by RFID_person
- 3 Replies
- Last post
by Ilya Tumanov
- Hi everyone,
Does the .Net CompactFramework 2.0 support the System.Data.Odbc namespace I'm using VS 2005 for a CE 5.0 project and I need to connect to a database via ODBC.
Thanks in advance,
Dave
-
- EDB reading problem.
by Salman Maredia
- 1 Replies
- Last post
by Saravanan V V
- Hi,
I am newbie. try to learn EDB here the code that write in the database and then tries to read that stuff.
static bool WriteRecords( void )
{
CEOID oid = NULL;
CEGUID guidVol = {0,};
BOOL fOK = true ;
HANDLE h = INVALID_HANDLE_VALUE;
SORTORDERSPECEX s = {2, 1, 0, 0, 0, , { 0 } };
CEDBASEINFOEX info = { 2, 0, (CEDB_VALIDNAME | CEDB_VALIDTYPE | CEDB_VALIDS
-
- Customize PDA Calendar
by Hennesey
- 1 Replies
- Last post
by timg_msft
- Hello all,
in Outlook there is a possibility to develop add-ins and generate user defined forms e.g. "my appointment".
Is there also the same possibility on the PDA Outlook and Calendar
Thanks in advance.
Best regards
-
- problem running program for WinCE/mobile (.NETCF) on PC
by ogurec
- 2 Replies
- Last post
by ogurec
- Hi, i'm working on a small application for PocketPc/WindowsCE/WindowsXp using vs2005 and .NETCF v2.0 i need to invoke SIP on some of application forms (but only if platform is WinCE or PPC), i do this as follows
Code Snippet
'declare SIP for global use Public pSIP As New Microsoft.WindowsCE.Forms.InputPanel 'hide SIP if visible
Sub HideSIP()
If PocketPCSoftKeyboard.Enabled = T
-
- Bug #53(?): Horizontal scrolling bug
by Andy E
- 6 Replies
- Last post
by Andy E
- I intended to post this bug a while back - I do most of my dev work on a laptop so I can take it home with me and I've only been able to reproduce it on laptops.
When you have horizontal scrolling enabled on a laptop touchpad, and you scroll right on a gadget, the window will scroll. It doesn't seem to happen on all gadgets and I'm not sure what causes it, but I've tried numerous methods to fin
-
- Streaming Data from a Web Service
by Finkster
- 14 Replies
- Last post
by Finkster
- I am consuming a web service on a handheld that is parsing an XML file. The XML represents table/row/column information which is applied to a SQLCE database. The problem I am now encountering is an OutOfMemory exception because the XML is being loaded into a String object.
The error is being caused because the XML is exceeding the available RAM on the device before all of the data is
-
- BSP Cloning error
by mikeh569731
- 3 Replies
- Last post
by Michael Koster
- Hello...
I am trying to clone an existing BSP in Windows CE 6.0. I am using the Clone BSP from Platform Builder for CE 6.0 tool in Visual Studion 2005. I am using the existing BSP (Aruba Baord: ARMV4I) that comes with Windows CE 6.0. After I fill out the Clone BSP form, I get the following:
"Object reference not set to an instance of an object."
The folders are created with the
-
- how can i display all the text in a listviewitem?
by tbmvp
- 7 Replies
- Last post
by Rajat Solanky (MCSE, MCSD)
- Hi, i got confused with the property "text" of a listviewitem. When i add a listviewitem to the listview control with the "text" property such as the "10:00 PM wake up" string, the item in the listview control only display the front part "10:00 PM", and which instead of the string"wake up" is a ellipsis in runtime. Then, the next time i start the a
-
- How to depoly Gadgets to users in active directory domain
by MSUadmin
- 3 Replies
- Last post
by MSUadmin
- In the past with Windows XP we used active desktop and group policies to deploy information to users in our domain. Now with Vista the active desktop option is unavailable, so I would like to use gadgets to deploy this information. My question is how can I deploy gadgets to my domain users Is there a way I can 'force' gadgets to be deployed to users
-
- Smart Device CAB Project - Creating Shortcut With Parameters
by arturm
- 7 Replies
- Last post
by arturm
- Hello,
Smart Device CAB Project allows you to create shortcuts (in FileSystem View). Is there a way to create a shortcut which would start an application with command line parameters
Thanks,
-
- Distribution rights for pimstore.tlb?
by coltsith
- 2 Replies
- Last post
by coltsith
- Hi, Can anyone tell me what the distribution rights are for the pimstore.tlb and Interop.PocketOutlook.dll files talked about in this article: http://msdn2.microsoft.com/en-us/library/aa446497.aspx#com_interop_topic4 I'm assuming that since it's an official MSDN article, that the rights are the same as the .Net Compact Framework, but I'd just like to be sure. Thanks
-
- Astoria on Orcas Beta 2
by Kevin Hoffman
- 14 Replies
- Last post
by Jamie Thomson
- Given that Astoria is not coupled directly with Orcas - when can I get an install of Astoria for the Beta 2 release of Visual Studio Orcas ... or, better yet, can I just use the Beta 1 install on the new release
Bottom line is that Astoria represents 90% of my interest in Orcas right now, and my Beta 2 install will sit idle and collect dust until I can install Astoria on it.