Answer Questions
BuiAnhTin Datagrid Cell Alignment
HI All, I am working on one project where i have used the DataGrid and i am showing some data in it from different tables. so i am not able to show that data in proper format or in cell alignment like i want to show the Price value in Right alignment Pl help Thanks NETCF's DataGrid does not support formatting and/or alignment, sorry If it's required, please consider using 3rd party grid like contr ...Show All
Rathish P S Transparent Shapes?
I'm trying to make the shapes I draw on top of picture semitransparent. Here's what I've got: //create rectangle Rectangle rect = new Rectangle (0, 0, this .pictureBox1.Width, this .pictureBox1.Height); //draw ellipse e.Graphics.FillEllipse( new SolidBrush ( Color .FromArgb(50,255,255,255)),rect); ***I get the following error: Error 2 No overload for method 'FromArgb' takes '4' arguments. Does the function not work ...Show All
rebelR State and Notification Broker
Hey folks, I am using WM 5.0 & CF 2.0 so I am up to date with that. The State & Notification Broker is great but can I do the following: 1) Can I get a notification when a certain contact property changes, for example, when the Customer ID changes, or some other property of interest changes... 2) If I subscribe to a notification (say, to be notified every day at 12:01 am) - I want my application to execute (even if it's curre ...Show All
kbabaria HTTP & SMS
Hello all, hope you're doing fine, i would like to send and receive files using HTTP protocol and send/recieve SMS in VC#. If anyone can help, Thanks in advance Hello everyone! Anyone knows how to download/upload files using HTTP Anyone has any idea on how to upload a file to an HTTP server for sms with vc# read the article at: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html ...Show All
ETJorg bluetooth XP
I need to know where to find the the actual values for the following GUID for MS Bluetooth Stack using socket programming. GUID_L2CAP_Event_Info GUID_HCI_Event_Info GUID_Radio_In_Range GUID_Radio_Out_Of_Range It would be nice to find the header files for the Bluetooth SDK. see tanuki i am not any professional developer but i can help u with that header file the header file comes in the Platfrom SDK of the Windows u can download the ful ...Show All
Ajit Godbharle Full Screen Property Sheet
Hello, I am having grave difficulty migrating my CE.NET code to WM5.0. In particular, displaying my Property Sheets, which need to be full screen. The problem is that the tab control for the sheet is not at the bottom most of the screen - there is an empty space below it the height to of a menubar. Is it not possible to create a propertysheet in WM5.0 (or pocketpc's in general) that take up the ENTIRE screen ...Show All
nwv smart device project creation failed!
Hi all, I'm using VS2005 Team Edition and WM5 Smartphone SDK. The problem is I cannot create any smart device project, but I can open existing solutions. I've reinstalled the SDK and ActiveSync, But the problem still exist. So how to solve this kind of problem Thanks doyoucy THIS HELPED ME: FROM http://icodemonkey.spaces.live.com/ Project Creation failed. After installing IE7 Beta 2 I've had a problem cr ...Show All
gogliogi ListBox multi selection - Why is it missing from the CF?
I have an application that I've ported over from embedded VB to VB.NET under the compact framework and have discovered that I can no longer have a multiple selection listbox. Why was this functionality taken out Is there an equivalent functionality with some othe control I've looked at the ListView but it just doesn't deliver the same simplicity as a multi selection listbox. I'm working Lis ...Show All
JimLamb Trouble with DataGridTableStyle under 2.0
Lets say I have a DataTable with 5 columns and I am only interested in displaying 3 of those 5 columns in my DataGrid. I add a tablestyle to the datagrid and then add 5 column styles to it's GridColumnStyles collection. I configure the desired style properties for each of the five columns being careful to assign a width of "0" to the columns which mapped to the column names which i wished to hide. The problem is that ...Show All
Nedrum termination
I'm developing an application with several modeless forms. The project starts in SUB MAIN which calls the first form. Each form closes itself and starts the next form. All that works except I can't get the application to terminate properly. Is there a single call I can use from within the last form to execute that terminates the application Is there any other way I can do it Thanks for the speedy reply. ap ...Show All
William Kirchhoff Uhm, what?
I am trying to use a Custom Build Rule to build assembler files, much as described by Jeff Abraham and I am kind of running into the same problem. The rules files only differ on the extension used and some quoting practicalities. I don't agree with Jeff's analysis of what is going on however: An unfortunate side effect of this build rule is that you end up deploying the .obj produced, because it becomes a project output As far as I can see it ...Show All
Obscurity CenterWindow() no longer works on WM5 ?
Hi all, I want to display a model dialog and center it, I used CenterWindow() inside OnInitDialog function to position the window successfully on eVC++3.0 MFC application. When I did the same to a WM5 fresh new MFC project, it did not work out. I have to manually set the X-Pos and Y-Pos in resource to make it center on screen. Is there any better method to center a dialog on screen Hi, ...Show All
Bheki Errors during installation of some cabs ?
When I tried to install SPB_PocketPlus3_en.arm.cab to emulator of WM 5 I got an error " SPB_PocketPlus3_en.arm.cab cannot be opened. Either it is not signed with a trusted certificate, or one of its components cannot found. Yiu might need to reinstall or restore this file". The same error I got with resco explorer cab. What is wrong alekz wrote: I don't have any actual device ;-). I am curren ...Show All
Skaladar CF/VS2005 DataGrid Datasource not really working as other controls do.
First of all, this is Compact Framework, Visual Studio 2005 July CTP. My databindings is setup like this. I got class full of all sorts of properties. strings, ints, and DataTables. This is added as a project data source so I can drag stuff across to the designer. This created a BindingSource object. All form fields (including 2 data grids) have bindings through this BindingSource. The datasource of thi ...Show All
NaUmI Cannot add multiple menu items _and_ treeview hung
Thanks :) another Q if you don't mind, how many menuitems does the .NET 1.1 support if i add an 8th item, or there abouts, it throws me a null reference exception when it's loading the form (or some other exception) but as soon as i take it out, it's fine! it also appears that if i delete a couple of menu items and add a new menu item, it will still throw the null reference exception :( so I can't really add/remove and add a menu item on my ...Show All
