Answer Questions
soulfhd how to display index is number for datagrid ?
how to display index is number for datagrid it ' same as excel such as 1,2,3,4,5,6 exemple: A B C D 1 2 3 4 5 6 7 Help me please ! Thak you You can add a column which contains an index. You can not do that. But you can add an extra column to the data source if you don't have it already. It is a datatable derived fr ...Show All
GROTH NumericUpDown only work with Int16 values
Visual Studio 2005 (not a beta version) Somehow I can only use Int16 values in CF NumericUpDown. On the desktop I can use any values. If I input 100000 in the NummericUpDown1 then the Textbox1 recives the value of -31072. Any value input in NumericUpDown, that is greater than MaxInt16 will convert to an Int16 value. Am I missing something here I MSDN help I can only find that NumericUpDown should support Int32. ...Show All
cevans Making a telephone dial in Pocket PC 2003 SE using C# 2.0
Hi. How can I make a telephone dial in Pocket PC 2003SE Phone Edition In Pocket PC 2005, the Microsoft.WindowsMobile.Telephony.Phone -class is used to start a dial. But when creating Pocket PC 2003 project, i cannot add a reference to that namespace. Can someone provide me some examples how to start a dial in PPC2003 And another question, is there a way to programmatically determine (using C# or P/Invoke) if the Pocket PC is a Phone Edition de ...Show All
KyrinComaBlack Unable to copy file "obj\Debug\MyApp.exe" to "bin\Debug\MyApp.exe". Could not find file 'obj\Debug\MyApp.exe'
After running my project in the SmartPhone emulator, I am unable to compile my project. And I haven't changed a line of code! Thanks for your help, Joseph Geretz ------ Build started: Project: SmartGammon, Configuration: Debug Any CPU ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(2274,9): error MSB3021: Unable to copy file "obj\Debug\MyApp.exe" to "bin\Debug\MyApp.exe". Could not find file 'obj\Debug\MyApp.exe'. ...Show All
rfb Bringing Application Back to the Foreground
Hi All, I have an applicaiton that is running in the background. It is constantly looking at if there are any new messages to display. Now if a new message arrives ths APPLICATION must come to the foreground. What would be the best way to achieve this Thanks VG Hi, To bring a window to the foreground you can do something like this: form1.Visible = true; form1.Refresh(); Hope this helps ...Show All
LalitSRana CF2.0 Throws exception in Marshal.PtrToStruture method
I created new project in VS2005 and copied my existing code for PPC 2003 devices. The same code runs perfect in VS2003 for the same PPC2003 device. Now when I run the same applicaiton in PPC2005, it throws 'Argument Exception' in Marshal.PtrToStructure method call. I use InteropServices adn this P/Invoke method call in my code to find the permenant storage card name in the device. I have copied the code that is involved in the error here. It i ...Show All
GreatEscape Create DLL in VS2003 for a Pocket PC
how can I create a DLL in 2003 for a Pocket PC Anyone got a link/tutorial on this Please note I don't have visual c++ embedded. Thanks Is it a native or managed If it's a native you can use eVC++ 4 or VS2005. ...Show All
Jonas Holm USB CDROM on Windows Mobile 5.0?
Does anyone know if it is possible to connect a USB CDROM to a PDA running windows mobile 5.0 I can see it supports ATAPI drivers for a CDROM (but that's not via USB) Not sure for a CDROM mass storage device Thanks Chunda This forum is dedicated to device emulator. Please post to relevant news group instead: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All
Ed Abshire VS 2005 and Smart Device installation problem
I have a weird problem with my VS 2005 and Smart Device SDK installation. I'm using the DVDs from the Windows Mobile 5.0 Developer Evaluation Kit given away at the recent MEDC. I want to successfully install the Pocket PC and Smartphone SDKs and compare the IDE etc with that of evC 4.0. I appear to have successfully installed VS2005 however the Smart device SDKs do not appear to installed correctly at all even though I did install them. There s ...Show All
zhoang Derived ComboBox Designer/Component Error
I am using VS 2005 Beta 2 for a PocketPC 2003 VB project, developing with a physical device. I am trying to derive my own ComboBox control, and then drag it onto a form. My code for the derived ComboBox is simple so far, the class just inherits from ComboBox and provides a default constructor which calls MyBase.New(). My problem is in using the designer. I can see my new component in the toolbox, however when I drag it onto the form I get the fo ...Show All
Jochen Kalmbach -MVP- the menu in CPropertysheet with vs8 ???
Hi all, In evc4, when i want to create a property sheet with menubar and minimize button. I can create my own class derived from CPropertySheet, example like that: BOOL CMyPropertySheet::OnInitDialog() { BOOL bResult = CPropertySheet::OnInitDialog(); // TODO: Add your specialized code here // Remove (hide) the OK button SHDoneButton(m_hWnd, SHDB_HIDE); // Create the command ...Show All
THNQDigital Newbie with VB^ to .NET problem revisited
First, thanks to Paula for putting me on the right track to I hope eventually getting a solution to my original problem. Here is the code that is throwing me for a loop.... ReDim aryVin(2) aryVin = brReader.ReadBytes(2) SizeVIN = (aryVin(0) + aryVin(1) * 256) - 4 RecNumber3 = SizeVIN + 3 Numbytes = RecNumber3 - 4 + 1 A = "" ReDim aryVin(Numbytes - 1) aryVin = brReader.ReadBytes( ...Show All
Havoc Problem debugging simple application
I'm having no luck getting my application to run on a Windows Mobile 5.0 device, so I thought I would try to create a simple project and test it out to narrow the error. Using the "New project" wizard, I select "Visual C++ | Smart Device | Win32 Smart Device Project". I then remove the "Pocket PC 2003" SDK and add "Windows Mobile 5.0 Pocket PC SDK". Finally, I select "Windows application" as t ...Show All
devl42 ARMV4 vs. ARMV4I
Hello We have compiled our software for ARM4V - is it necessary the rebuild the applications for ARM4VI Most appl works - 1 application has performance problems - is this perhaps the reason Thanks Thank you ARMV4I should be able to run ARMV4 binaries, performance difference is usually negligible. Performance issues you see are probably due to something else. However, it wort ...Show All
dmee Migrate the project in visual basic.net ( sql ce-windows ce ) to visual basic 2005 (mobile)
Hi !! I need to know how i can migrate the project, (i need to know each path).. beacuse i trated to make in the visual express but i didn't have the correct solution ( I can't open the project with the extension .vdbproj) Tahnks The Express editions don't support device development. You'll need atleast a Standard edition of Visual Studio ...Show All
