Answer Questions
QbProg how to automatically insert text at caret position
how can I automatically insert some text at the caret position in the TextBox (rephrased: why doesn't textBox.Text.Insert(textBox.SelectionStart,some string) work -- what's wrong with the declaration ) silly me :) thanks It's a function : TextBox.Text = TextBox.Text.Insert(Integer, String) ...Show All
Erik_MSFT Registaration of activex failed in wince5.0
hi I have written an activex which i need to register on Pocket PC 2005 emulator. I am using Visual Studio 2005 beta as the development environment. I used the regsvrce.exe (the arm processor version) to register the activex. but it just says dllregisterserver failed... can anyone give me any pointers in this regard thanks in advance!!! Hi, Given that the registation entry point is getting hit ...Show All
MattK_r Compensating for Deprecated classes Document View VS Spliter Window
I have a legasy project that was written using a splitter window as its main window. It has 3 differnt views. Basically on top are somethgin akin to a directory tree list on the left with a file list on the right, and underneath it has a log message view. Apparently some standard says that this is not the correct methodology for presenting data on Mobile 5.0 and thus MFC will no longer support this. This leaves me with the option of rewriting ...Show All
G. Mustafa Debugging of eVC++ 4.0 application on WinMobile 5.0 using VS2005 dummy project
Hi Friends, I am doing following steps- 1) Install eVC 4.0 SP4 and Visual Studio 2005 on the same machine. 2) Build the eVC 4.0 MFC project and copy the executable to the appropriate location on the device using Remote File Viewer from Visual Studio 2005. 3) Create a dummy project on Visual Studio 2005 (this must be an executable project) for the correct WM 5.0 platform. 4) In VS 2005, open the project propert ...Show All
Mohamed Raafat Localization in VS2005
I'm working on a project that i started with VS 2005 Beta2 few months ago, the target platform is a Windows Mobile 5.0. Now i have changed to Visual Studio 2005 Team edition, and i have a strange problem with string resources. Well, i yet don't have a actual device to test this, but i don't think that's an issue... some info: I have created a basic string localization, using a resource manager which loaded a resource file, lets say ...Show All
SFrench Keyboard driver modes - How would one implement two diff behavior?
Hi, My WM2005 device has a sliding alpha-numeric keyboard. When that keyboard is open on the WM2005 Today screen, the keyboard enters a "numlock" mode. This is where some overloaded keys that act as the phone’s dial-pad only output numbers, not characters ( so a user can initiate a call from the Today screen ). When an app such as Pocket Word has the focus however, the keyboard functions “normally”, meaning all keys output ...Show All
SusanHX How to use SSL&AD in PocketPC application
Could somebody kindly give me some information about :how to develop PocketPC application using SSL&AD(Active Directory) I have some application based on PocketPC,which using GPRS (Wireless in China),My customer ask me using SSL & AD for security. I have no experience about SSL&AD on PPC development. Help! Any advice will be appreciated,Thanks ! Hi fanzhen, If you're asking about talking to the AD, Pocket PC and Smartphon ...Show All
quantum_csfb Display a RTF file with InkX
I don’t know if it’s possible to open and show a .rtf file with InkX. I’ve tried with the example of http://www.opennetcf.org/Forums/topic.asp TOPIC_ID=286&SearchTerms=Inkx,control but when I open a .rtf file it doesn’t show correctly, I need your help!! could you show me a code sample I don’t want to use Intelliprog’s richInk, and I’m using Visual Studio 2003 with c# building a PPC program. thanks ...Show All
asdfj Unwanted Anti-aliasing
Hi, I'm scaling an image on the x-axis (horizontally) using DrawImage(). Unfortunately the image also a little bit "blurry" along the y-axis, although the target image height is the same as the source image height, which means. G.DrawImage( AssetImage, new Rectangle(X, Y, EndWidth, AssetImage.Height), 0, 0, AssetImage.Width, AssetImage.Height, GraphicsUnit.Pixel, new ImageAttributes()); Here is the Prototype of DrawIm ...Show All
Darko01 Debuging EVC4 with microsoft device emulator 8....???
i am using EVC4 (EVC4.00.1610.0) to generate app. how can i instruct EVC to use "Microsoft Device Emulator 8.0.50215.35" for debuging insted of the emulator that came with PocketPC2003 SDK Easy! Launch the Device Emulator, then use the Device Emulator Manager app to cradle the emulator instance. Then configure eVC to debug/deploy over ActiveSync. Barry ...Show All
JGilbert How to handle Call interrupt
Hi Can i know how to handle call interrupt in a game developed using Visual Studio.Net2003 with C#.Net Waiting for valuable replies Thanking in advance Sinu.M Can you try to explain in more detail what you want What is creating the interrupt Other code A hardware device ya i will explain I created a shooting game in MotorolaMPX220(Smartphone).If ...Show All
McGordon Using mySQL Database with Smart Device Application
Hi everybody, I like to ask anyone who knows how to use mySQL database with Smart Device Application (.Net Compact Framework). I know you need web service to connect to mySQl or other databases, but from web service to and fro pass data to Smart Device Application or OpenNetCF Application, how is it done Dataset is seems not supported in OpenNETCF application. Advamced Thanks. den2005 ...Show All
CEstudent Installing MS. NET CF 2.0 on Treo 700w
I can't install the .Net Compact Framework on the Treo 700. I get the following error. Installation error. Stop all applications and processes, maximize available storage space, and run installation again. Support info: 4. I have nothing running and nothing is installed that didn't come with the phone. Here is the log file. 20/01/2006 15:20:58: Entered Install_Init(). First Call: Yes Previously Installed: No Installation folder is: '\Progr ...Show All
Jose San Juan installing .NET CF 2.0 on a Pocket PC
hi how do I install the CF 2.0 on a Pocket PC it's currently running Windows Mobile 2003 SE Sure why, not You can uninstall it should you have any problems. thanks!!, the link is for the redistributable for the pocketpc, although i cannot understand why it doesn't work with VS2005 installed, did you tried downloading the SDK Try what I see, thanks, do you ...Show All
Doc Bodkins Changing Either back or Forecolor of row in datagrid
Hi, How to change forecolor of row in a datagrid. I need to change the color based on some condition. I'm using VS 2003. Thanks! Hi, i 've posted this question in smart device general forum. i didn't get any ideas. so , posting again. Sorry. How to change fore/backcolor of row in a datagrid. I need to change the color based on some condition. I'm using VS 2003. Thanks! ...Show All
