Answer Questions
DaveMcL Moving between Tabs - On click
Development - VS2003 (VB.NET) Device - Symbol MC70 I have a form with three tabs. Each tab contains a listview (Detail view). When I click from one tab to another I would like the focus to be set on the first item in the listview of that tab. When I use a function key on my device to move from one tab to another I can keep the focus on the listview by using the code below within 'SelectedIndexChanged'. But when I use the stylus to click from one tab to another, the focus is no longer on the listview. How can I set focus to the relevant listview on clicking of a tab If TabControl1.SelectedIndex = TabControl1.TabPages.IndexOf(tabHistory) Then lstHistory.Items(0).Selected = True lstHistory.Items(0).Focused = True lstHist ...Show All
TMF batch file support
Hi, We are are using sql server mobile as database for our application. We need to install sql server mobile in the device. To do that we need to copy 3 files to the device as shown below( both for pocket pc and smart phone device) and the through the file explorer click on all the files sqlce30.dev.ENU.ppc.wce5.armv4i.CAB sqlce30.ppc.wce5.armv4i.CAB sqlce30.repl.ppc.wce5.armv4i.CAB (for Pocket PC) or sqlce30.dev.ENU.phone.wce5.armv4i.CAB sqlce30.phone.wce5.armv4i.CAB sqlce30.repl.phone.wce5.armv4i.CAB .Can we write a cab file which will run or install the contents with a single click.Is the batch file concept supported in windows mobile Thank's & Regard's Prathap.K.H Hi Check the Channel 9 Wiki a ...Show All
N B Icon problem
Hi all, I have been on this problem for ages! Im trying to create an icon yet am getting some errors. I think shows that the problem lies because I use the Compact Framework. I have read that the Compact Framework only supports the Icon constructors that accept Stream objects. Therefore, I need to create a Stream object with the file name that I wish to open and pass this to the Icon constructor instead. Can anyone guide me on how to code this As I am new to System.IO.File & FileStream classes as well as the Icon class. The code I have is shown below.. Thanks! K9. //Code Begin VectorStyle Style = new VectorStyle ( new IVertexStyle [] { new IconVertexStyle ( new Icon (SAMPLE_DATA_DIR + "..\\ ...Show All
Lee Copestake How to use SmsSetMessageNotification
Hello - Can any one help me how to use SmsSetMessageNotification for to invoke my application (or a dll) to process SMS message to see the content type (like simple text or binary). Thanks, Ramana This forum is primarily monitored by Visual Studio for devices group. Please check this link for more appropriate forum for this type of queries. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Thanks Srikanth Bogadapati: ...Show All
Kobingo Migrating Resources from eVC 3.0
Hello, I am in the (hopefully) final stages of porting an eVC 3.0 MFC application over to Visual Studio 2005. The application is fairly complex but after about 20 hours of work I am now able to compile, link and deploy the application successfully. My problem is now with resources -- they don't seem be loading properly. None of my dialogs will load (DoModal() always returns -1) and attempts to load from the string table fail -- a debug ASSERT is raised. Strangely enough, the main form appears to load fine. I have spent considerable time searching for solutions to this, but most of the information on migrating resources deals with problems that occur before successful compilation. My resources compiled immediately -- I didn't chang ...Show All
abhas 2d graphic library
hi, i need a commercial graphics library. What is your suggestions baris hello, check the opennetcf class library at opennetcf.org it contains a free class library for 2d drawing also there used to be a free good class library for 2d drawing at www.XrossOne.net but i don't know why the website is down, may be it works agian later. ...Show All
MFZ Interface coherence
I would like to know how can i implement a sidebar control for a smart content with the same style (color & control) of the image editor of wlw! Thanks, Fulvio As an afterthought, if you check out my most recent blog entry at http://scottisafooldev.spaces.live.com you will see what I mean. The side bar for my Feed Reader plugin is just using basic C# components in it. In my Plugin I have mimicked the interface. http://www.codeplex.com/Wiki/View.aspx ProjectName=CSGalleryPluginWLW Feel free to download the sources from CodePlex. When you add a sidebar component (just a user control in Visual Studio), the sidebar will automatically take on the ...Show All
Bloom326984 Multi-Language support in C#
Hi, I have developed SmartDeviceApplication output of which is an .exe in C#.I want that exe to support multiple language.can anyone help me in this regard to how to do it.Wheather i need to add a new resx or do i have to create a dll I want to support basically both chinese and english depending on the user requirment. Hi Ahmed, Thanks very much 4 u r support..I installed the chinese emulator and its working.But when i give chinese word inside a label it is showing boxes before compiling,but when it compiles it shows correctly. One more query! Now i am usi ...Show All
Jon50 DateTimePicker won't print AM/PM when locale is set to Swedish
I have to set the locale to en-US for my DateTimePicker to respond to the "tt" in my CustomFormat string. Otherwise it doesn't print any AM/PM. The user has to be able to change the lanuage in the application. Is there any way to make a DateTimePicker control respond to the "tt" part of my CustomFormat string without changing the global locale of the device from Swedish tt, tt (plus any number of additional "t" specifiers) Represents the A.M./P.M. designator as defined in the current System.Globalization.DateTimeFormatInfo.AMDesignator or System.Globalization.DateTimeFormatInfo.PMDesignator property. The A.M. designator is used if the hour in the tim ...Show All
David S. Anderson Does CF 2.0 support app.config?
Hi all, I would like my application to use the XML app.config file, but can't get the namespace's I require. Doesn't CF 2.0 support this NETCF V2 supports configuration file for it's own needs. Your custom entries are up to you to process. That means you should open this file like any other XML document (e.g. using DOM) and process it using normal XML functions. Sorry, Ilya, i'm a bit lost by what you say. If in my Solution I have a file app.config with the following XML data... < xml version="1.0" encoding="utf-8" > <configuration> <appSettings> <add key="WasteManagement" value="TRUE" /> <add key="PerformanceMeasure" value=&quo ...Show All
Ilia Setting TAB Order
Hai, I want to develop a smartphone 2003 application in Visual studio 2005 . During the development i found that the tab order setting is disabled in the menu View ->Smartphone Taborder , also there is no tab index propery found in the controls . In VS 2003 smart phone tab order can be set without any difficulty. So how can i do this with VS2005 .. PLz Help me Thanks in advance Ratheesh I believe you're mistaken, there's no way to set tab order in VS 2003 either. You see, on NETCF V1 there's no runtime property to set tab orders, so it’s determined by the order in which controls have been added to the form. You can read all about it here: http://groups.google.com/group/microsoft.public.dotnet.framework.comp ...Show All
vgvKarthik Open Outlook in Pocket ready to send an email
Hi, i need to know how to do this: In my appliaction i have the email of a person and a text to send to that person. Throught a button i want to open Outlook, ready to send the email to that person with that text. Does anyone know how can i do this Thanks. Try using tmail.exe on all OSs after PPC2000 (it's pmail before that. The command would be: string exeName = tmail.exe string args = "-to \"user@somewhere\" -body \"a message\""; You can read more about the tmail args here: http://www.nsbasic.com/ce/info/technotes/TN32.htm If you need help sending these to a process just holler and I can post some code for you. Hi, try out this. -attac ...Show All
P.H. how to add a video plug-in in Messanger Live?
Hi, everybody I 'm not familiar with Messager Live develpoment, but now I have a small task to add a video plug-in in the Messager Live. 1. This plug-in can be shown at the current position for advertizing, and display video, such as TV program, for the user. 2. The viedo program and source codes are on my hand, but I'm not sure how to add it in Messager Live as a plug-in. 3. Shall I do it by Active SDK or add-in SDK If it so, what shall I do Thanks a lot! hanks 2006-09-02 OK, thanks a lot! I'll not advertise anything just want to add a video in MSN. It seems that when using Activity SDK,the video can only be shown in the user's conversation window during the conversation; what's more, if I want to sh ...Show All
BLiTZWiNG Running a SQL Application
I am creating an application that accesses a SQL database and everything works fine on the emulator, but when I deploy I am missing a lot of the DLLs. Can someone please inform me what I need to install on the PocketPC I have been searching for a SQL Mobile that goes on the pda but everyone one that I have downloaded only installs on a PC. I am runnign Windows Mobile 2003 SE. Links to download the program would be greatly appreciated even if I have to buy the license to download. If there is a trial version for Pocket PC that would be great also....If there is anything else I need please let me know. Many thanks, Tbot I went to the location you mentioned and there were no cab files there directly but I found some in the subfol ...Show All
Fille FTP over SSL
Hi, I need to download/upload files to ftp server with ssl. Could you know how to do this I can easily connect to ftp without ssl using CSocket, but how can I do it with ssl Thanks. Huge thanks. I've downloaded Rebex SDK and it works well =). All this SDKs are for CF. Do you know any for eVC Some of these SDKs support COM interface (implement an ActiveX control). That's what you want to use with eVC I'm afraid it's not straightforward. IP*Works client does this (CF SDK available). There is also Rebex SDK and SecureBlackBox from Eldos . Xceed has a CF component. None of them are free. ...Show All
