Answer Questions
voguy Font settings for textbox in VS2005 IDE
Hi all, I am working in VS2005 in unmanaged c++ and I wanted to change the font of a textbox. I can probably work out how to do it by code but I am lazy and I just want to do it through the IDE. Is this possible I noticed there are font controls on the dialog box but none for the textbox on the dialog box. Even when I change the font on the dialog box the font still doesn't change in the text boxes so I guess that's a no go :( TIA, ...Show All
SPeddi Is there Speech Recognition for Windows Mobile 5.0?
Hello, I am wondering if there is sdk for windows mobile 5.0 that uses speech recognition to interface with an stand alone application installed on the device Thanks in advance. John Ken, I think shameless plugs are good, providing the product works as well :). I have filled out the contact us form to see if I could work on the beta as well. Thanks for the input. John ...Show All
water4d DirectPush error: 0x8502013 through Standalone Mobile5 Emulator...
Hello! I have ActiveSync working through the Mobile5 standalone emulator via the DMA connection/Virtual connection. Everything is syncing correctly (i.e. Tasks, GAL lookup, etc.) with Exchange 2003 sp2. However, I'm having problems with the DirectPush configuration. Here's the error. Support code: 0x85020013 Your current sync schedule requires a cellular data connection. Please set up a cellular data connection..... I guess it makes ...Show All
Graeme connection string error
[code] Dim rdaOleDBConnectString As String = "Data Source=WINWIN;Initial Catalog=HOME; " & _ "User Id=<username>;Password = <password>" [/code] Error Message = A required property is not specified. [ Property name = SubscriberConnectionString ] can anyone tell me what is the error by the way what is DATA source and Initial ...Show All
DGVA Visual Studio 2005 - Cross compiling - BREW
Hello. I've been charged with developing a build system for our (ahem) BREW projects. This involves building native x86 versions of our software (C++) for the BREW emulator, and cross-compiling (with ADS ARM) for the target. Now, because Qualcomm and Microsoft compete in this area, and also due to the generally conservative nature of the handset guys, official BREW support has been lmiited to some add-ins for Visual Studio 6 and some auto- ...Show All
Adam M Porting WORKING MFC Application and depricated classes
I am trying rather unsuccessfully to port a WORKING eVC4 MFC application to VS2005 under the Mobile 5.0 SDK. It would appear that microsoft has dropped some classes from support in the latest version of MFC. The two that are hitting me the hardest right now are CSplitterWnd and CEditView though I assume the CDumpContext is going to come around to be pretty troublesome as well. Are there replacement classes that we are supposed to use, or a ...Show All
SirTom Treeview Selected Nodes
Since there is no click event for the Treeview control in CF 1.1, is there a way to determine if any node is selected When I test treeBuilding.SelectedNode.Index to see if any index is selected, and nothing is selected, I get the following message: An unhandled exception of type 'System.NullReferenceException' occurred in prjRoofAssessment.exe Is there way to test for this being null, or is there another property to test to determine that NO ...Show All
KamranB Playing sounds
HI im writting a new program and i need to be able to play sound files. Mp3 files prefered but i can use wave files or anything else that works. Forgetting to post probably ill put it in my sig. I use vb.net 2005 for smartphone 2003 Thanks all To stop the sound just Dim MySound as New Sound("") with no file name then call MySound.Play and it will stop. For those of you that would like to know :) ...Show All
twoot22 Disable Cert Check on WM5
I am trying to ActiveSync over SSL, and can't get it to work. I have a feeling its because of the cert check like in PPC 03. I tried to run the same util in cradle mode, but it errors out. Does anyone know the actual registry key added/modified to disable cert checking on WM5 TIA Thanks for the hint. I got .crt files when I got my "cheap" certificate for the server. It seems that these were the wrong format. ...Show All
Justin P Error for selecting file which doesnt exist in c#
Hi How do you go about validating a number which the user enters to ensure that it actually exists in the database. I have a program set up which allows the user to search by number. When they enter the number i want the program to check whether the file exists in the database. If the number does not exist then display an error message to the user. Thanks in advance How to do that depends on what e ...Show All
ESTAN form paint event in C#
I have a thread in C# code that changes the currIndx int value every 5 seconds. But the line on my form remains the same. It is supposed to move every 5 seconds. The messagebox displays the right values but the same is not reflected for the line coordinates. private void Form1_Paint( object sender, System.Windows.Forms. PaintEventArgs e) { Pen skyBluePen = new Pen ( Color .Blue); skyBluePen.Width = 1.5F; Mes ...Show All
Jason T Primarily Care find out cursor's position in textbox
how can I find out what the cursor's position in a textbox is i've created a pop-up context menu, and of of the options is PASTE... i want to paste the text i've copied in a custom clipboard to the current position of the cursor... should I use the textBox1.Text.Insert (bla-bla-bla) option if yes, how Use TextBox.SelectionStart() and TextBox.SelectionLength() you can find out the caret's position by tex ...Show All
KevinRansom PPC2003 Device Emulator can't find local web site.
Hello, I'm trying to get the PPC2003 Device emulator to browse to my local mobile web site I created, No luck. I've installed the Virtual Network Services Driver, configured the device. It connects to the internet just fine. I can ping the device emulator just fine. When I enter in localhost it goes to the CE Web Server on the device, which I can understand, however I've edit my host file on my PC and then entered those URLs, no ...Show All
lachlanj Hyperlinks in Pocket Outlook
Hello all, I just have a question about how Pocket outlook generates a hyperlink. If I sync a message containing the following: file://\Windows\Test.htm when I click on the link in the body of the message, nothing will happen. If I change this link to be either: file://\\Windows\Test.htm or file://Windows\Test.htm It will launch Internet Explorer, but I will always get the error message that says "The Network Path was n ...Show All
rblaco Problem with Smartphone WM5 connecting to the Internet on Standalone Device Emulator
To anyone out that can help, I cannot get the Smartphone WM5 connecting to the Internet but I can with the Pocket PC WM5 emulator! What do I need to configure on the Smartphone WM5 to get network connectivity On both emulators, in the Config the option "Enable NE2000..." is checked - so I'm not sure what I need to do. Any help would be greatly appreciated... ps. I do not have VS 2005 installed. Chris ...Show All
