Answer Questions
German Horacio Listbox Horizontal Scrollbar
Hi guys, I've been trying to have a horizontal scrollbar for my listbox, and I came across this C# code at http://blog.opennetcf.org/ayakhnin/CategoryView.aspx category=ListBox%20extender and tried to convert it to VB.Net. Can someone help me out with this I've errors on underlined line of code which I can't figure out what's wrong with it. Thanks in advance. Imports System Imports System.Windows.Forms ...Show All
Thomas Wolfram MVP time.h for pocket pc in vs 2005
Hi, I want to use strftime for my program in pocket pc 2003se. I write a code like below: time_t vtime; time(&vtime); today = localtime(&vtime); char tmpbuf[128]; strftime(tmpbuf,128, "Today is %A, day %d of %B in the year %Y.\n",today); i included "time.h" when i compile, i met the error: Link2019: unresolved external sysmbol strftime .... Can you show me how to get sys ...Show All
Viperious .Net CF 2.0 How to Add Prerequisites (.net cf 2.0 . SqlClinet , Sql CE 2.0)in Setup(.msi )
Hi , I’m working in .Net CF 2.0, after completing my application development I created .msi setup file for my project it’s working fine. But now I wanted to check whether .NET 2.0 and Sql CE 2.0 is available in PDA if it is there I wanted to install my application and if not I have to install both First and then I wanted install my application. How can I do it If i wanted to check Registry entry Before_installation event which key and value I ...Show All
Night Dev GSM Network parameter information
Hi all, Can somebody tell me what API's needs to be used for accessing GSM Network information in smartphone. I am basically looking for following pieces of information using an API call. Current network MCC (Mobile country code) Current network MNC (Mobile Network code) Current network LAC (Location area code) IMSI of current SIM Also, How my application can stay notified of the changes in any of these parameters. The locati ...Show All
yuvin Pocket PC and Merge Replication on SQL 2000
Thanks in advance for advice. My company is trying to start developing on Pocket PC Palm Devices with Visual Studio 2003 and I am having a little trouble. I am trying to set up the merge replication on SQL 2000 and make my emulator sync and I cannot seem to get this to work properly. If anyone has any links or advice on where to go to get a better understanding of how this works i would greatly appreciate it. Thanks Again Trent Jackson ...Show All
rpd How to build Visual Studio 2005 Smart Device CAB files?
Most of my apps are written in VB.NET. I have been convert all my apps over to VS 2005 from VS 2003. I have a lot of Smart Device Programs I have also converted over. Now this is my issue in VS 2003 under the build menu you had Build CAB Files. This would very fast and easy create all your CAB files. In VS 2005 I no longer see that option so how do I do this in this new version There's a separate project for a CAB in VS 2005. Please see t ...Show All
TokyoAnt Data security
Hi All, I have a file (around 6 Mb) that will be loaded into customer's machine and currently I somehow secure it by MANUALLY manipulating the information inside the file. I read somewhere in MSDN magazine that they strictly recommend not to write our own cryptographic function which is why I re-consider my approach. The reason I didn't use those sophisticated algorithms that are provided by .NET is because I have no idea on where to store ...Show All
FONTANA Guillaume Native Exception Error - 0xc0000005
I am running the following code - which takes the data from an XML file and updates a SQL Mobile table - it seems to consistenly throw a native exception error (ExceptionCode: 0xc0000005) Here is the code: #region DataRefreshFromXML public void RefreshDataFromXML() { if ( File .Exists(appPath + @"\data\HandheldInventory.xml" )) try { DataSet ds = new DataSet (); ds.ReadXml(appPath + @" ...Show All
Runying Mao [C++] [MAPI] How to force mail sendind ?
My question is how, in the soft, flush an outlook account. I can create a email "ready to be send" but if i want it to be send immediatly how i do 1- Create an email :i know how to do that 2- Send the email :i don't know as my email is marked "ready to be send" i want to send immediatly without user intervention See http://forums.microsoft.com/msdn/ShowPost.aspx PostID=66330 ...Show All
WillSmith Focus problem!
Hello. Im making a smartphone program for Windows Mobile 5.0 using C#. In this program there is a form. I open other forms on it as a dialog: using(MyForm form = new MyForm()) { form.ShowDialog(); } Here is my problem: when i have opened a dialog on the main form, and press end button(red phone), program losts its focus as it should. But when i give the focus back to my program by pressing its icon, program acts veird: ...Show All
Bar?? Soner U?akl? Adjust code warnings?
I'm getting 2 warnings by the linker when I compile: a.obj : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x0000225C b.obj : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x0003908C Are there any specific limitations regarding the size of object files I know both are large source files but nothing out of the ordinary. Maybe I'm missing a flag of some kind for compilation Thanks in advance. -- He ...Show All
CraigCody Not enough storage is available to complete this operation
Folks, I'm trying to play a media file on PPC 5.0 emulator and I get the following error message "Not enough storage is available to complete this operation". Does it really mean that it doesn't have enough memory If so how can I increase the memory for the emulator When I did google for the same message I found this page http://www.microsoft.com/windows/windowsmedia/player/faq.aspx#3_12 which indicates that the file might be corrup ...Show All
ChrisSd How to get contact name by number?
Take the emulator's number for example. I save the number 4250010001 as a contact named "Self". How can i get "Self" by the number "4250010001" And how can i get "Self" by "+14250010001" How to match them If I saved "+14250010001" as the number, can I use the number with brackets I mean one number has several formats, such as "+1 ...Show All
Edward_EG Compact Framework 2.0 & Windows Mobile 5.0 NotSupportedException
I have recently starting developing with VS2005, Windows Mobile 5.0 and the CF 2.0. I have noticed that recently I am receiving a NotSupportedException whilst trying to change the text of a textbox from a background thread. I used to get a detailed exception telling me not to update the textbox from a background thread. The only difference these days is that I am developing for Windows Mobile. Is there something I am doing wrong My App se ...Show All
Jared Turner can any one knows how to get wmp.dll for PocketPC
Hi , I have a HP iPaq rx 3700 PDA with WM2003SE OS. I have WMP10M in my PDA, but i didn't found wmp.dll in PDA. can any one knows how to get wmp.dll for PocketPC WMP10M version and how to register wmp.dll ( or any dll ) in PocketPC registery. thanks and regards satish. Hi Satish, I hope you can find the answer for this discussed here http://forums.m ...Show All
