Answer Questions
RajanikanthM VB Documentation Comments
In a VB project in VS2005, you can insert triple-tick documentation comments by typing three ticks ('), the comment character. When you do so, VS uses reflection to fill in the documentation outline, including the summary node and nodes for any parameters. An alternate way to do this is to right-click on the class/field/property/method declaration and choose "Insert Comment". However, I'm noticing that this does not work in s ...Show All
MaryJaneF Find upadate for visual studio 2005
I read the spy++ for WM 2005 is bugged and i also read that a CTP exist and fix taht bug. My question is where is that update Some updates are only provided to MSDN subscription holders - http://msdn.microsoft.com/subscriptions/ . I'm unsure about your particular case. Hi, The latest RC build (50727.26) has this fixed - if you are an MSDN subscriber you can download the RC bu ...Show All
Henry_L cell event of datagrid ?
I write a crosstab query, it be binded in a datagrid control. as shown: Company master bachelor -------------------------------------- companyA 40 38 companyB 65 67 ---------------------------------------- I want to do it : When I click one of cell, it will shown ...Show All
RajKS build cab files
Hello guyz, can any one plz help me, Im trying to create a cab file for my mobile application, but i could not find the build cab files in build menu plz help me. Regards. There is a CAB project (New Project => Other Project Types => Setup And Deployment => CAB Project) For more : Deploying .NET Compact Framework 2.0 Applications with .cab and .msi Files . Hope this helps a bit. You need to ad ...Show All
Michel Baladi Draw on top of picturebox?
Is it possible to draw on top of a picture box Here's my code so far: Pen blackPen = new Pen ( Color .Black, 3); // Create rectangle for ellipse. Rectangle rect = new Rectangle (0, 0, 200, 100); // Draw ellipse to screen. e.Graphics.DrawEllipse(blackPen, rect); but it prints behind the controls on my form. Is there some way to 'send to back' everything except my ellipse Please help Peter ...Show All
E.Jordan Error creating Smart Device app in VS.Net 2005
When I try to open a Smart Device form in Design mode, I get this error: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. Clicking on each error will take you to the line of code that caused it. Unable to cast COM object of type 'Microsoft.VisualStudio.DeviceConnectivity.Interop.ConManClass' to interface type ...Show All
DoReMeFaSo How can I set the System Colors in .NET Compact Framework?
Hello everybody, I am trying to implement day/night functionality by changing system colors on my hx4700. The following code does not work: ======================================================== [DllImport( "coredll.dll" , SetLastError = true )] public static extern int GetSysColor( int nIndex); [DllImport( "coredll.dll" , SetLastError = true )] public static extern bool SetSysColors( int cElements, Int32[] lpaElement ...Show All
oshea00 VS2005 Beta2 and Pocket PC 2003
I have VS2005 Beta2 installed. I am trying to develop a native C++ application for Pocket PC 2003. I use ActiveSync 3.8 I get the error "Connection failed. The current version of ActiveSync is not supported. Install the latest version from www.microsoft.com". Could someone help me with resolving this problem. Thanks -Anthony I don't see the activesync 4.0. Could some one please point me at it ...Show All
Martin Thorsen - MSFT Can't append menu items to command bar menu after migration from EVC4
Hi I've migrated my project from EVC4 to VS2005. It's targeting Pocket PC 2003. I'm trying to append menus to a CCommandBar like this: CMenu *menu = AfxGetMainWnd()->GetMenu(); CMenu *submenu = menu->GetSubmenu(0); submenu->InsertMenu(0, MF_BYPOSITION, 100100, L"test"); AfxGetMainWnd()->DrawMenuBar(); The function doesn't return any errors, and in fact the number of items returned by submenu()->GetMenuItemCount() increases b ...Show All
ssharan Socket c# programming on windows mobile 5.0
Hi please look at this link it my question based on c#! Thanks! Kin http://forums.microsoft.com/msdn/ShowPost.aspx postid=299042&isthread=true&siteid=1&authhash=6dcb696aa96f08b031e59fda92f84b7173ab8be0&ticks=632779917540143020 thanks! It's not that typical for GPRS to allow anything but outgoing connections on few selected ports (e.g. HTTP, IMAP/SMTP/POP3) port and even in these cases you might have to ...Show All
Ryan Dawson export VS 2005 project to GNUMakeFile
How do I export VS2005 project file (a pocket pc application) to GNUMakefile. I require this to complie project from command prompt. Any inputs are appreciated and thanks in advance. -Seemit Command line compilation is supported for NETCF V2 and is described in VS documentation. You'd need to create make file for particular make utility manually. Please see this for command lines to use: http://msdn2.mic ...Show All
PcMax Splitter click event
the compact framework does not support the click event for slitters. I need to know when this is clicked because I am doing my own dynamic resizing of a custom control that I made. I am not trying to change the behavior of the splitter, I just need to temporarily suspent my dynamic resizing while the splitter is in use because it is causing the splitter to behave strangely. Is there a way to know when the splitter is being clicked/touched ...Show All
Tomas Hellström VS.NET 2005 cannot deploy any WinApp to PPC03
I use VS.net 2005 standard edition . I try to deploy a simple Device Application (1.0) VB or VC# to my pocket pc 2003 which is a Dell Axim X5 with Win CE 4.20.1081 build 13100 . It is possible to run the app using whatever emulator (although i had a problem with the simple PPC03SE emulator at first) . It is also possible to manually transfer the simple *.exe file or even *.cab file using the explorer through active sync 4 ...Show All
Julian Jewel Does cefdbk@microsoft.com work?
Hi Has anyone had any luck contacting the CE team through the cefdbk@microsoft.com email address I found this on the Microsoft site as the address to use to submit bug reports but have had no response or acknowledgement to my emails. I'm especially interested in getting some feedback on the crash bug we've found (described in my last post on http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=150144&SiteID=1 ) Is there a bette ...Show All
TheChemist how to remove "+" before a tree node
hi, My project is built on windows mobile 5.0 pocket pc,vs2005.I use the following code insert a tree node: TVINSERTSTRUCT InsertStruct; InsertStruct.hParent = hParent; InsertStruct.hInsertAfter = TVI_LAST; InsertStruct.item.mask = TVIF_TEXT |TVIF_IMAGE |TVIF_CHILDREN; &n ...Show All
