Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet compact framework > march 2005 > threads for friday march 18

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

TextBox behavior
Posted by Glyn Meek at 3/18/2005 9:28:50 PM
When one uses Pocket Word, the 'Cut&Paste' feature is implemented by 1) Selecting a portion of text 2) Using 'tap&hold' to display a context menu, from which one then selects the cut, paste or copy etc. function. When trying to implement a similar scheme in our code, we have used a text b...more >>

Screenshot
Posted by David Pope at 3/18/2005 9:19:09 PM
Can someone point me in the right direction on how to capture a screen shot on a mobile device and saving it as a bitmap or jpg file? Thanks, david ...more >>

Delegate.DynamicInvoke workaround
Posted by Star_Screamer at 3/18/2005 6:31:06 PM
I have some code, that relies on DynamicInvoke of a delegate. I see that this isn't supported on CF.NET. I found online that: Brian Smith [MSFT] (VIP) A generic mechanism that should work is: del.GetType().GetMethod("Invoke").Invoke(del, params)); However, when I do this, I get an "In...more >>

Using Network on Pocket Pc Emulator
Posted by Greg at 3/18/2005 6:13:02 PM
How do I use the Pocket PC emulator to test a program that needs access to the internet throught a Wireless network card or just a network card to transfer a file?...more >>

Deleting Call Hisoty entried in PPCPE
Posted by Mustafa Rabie at 3/18/2005 6:04:01 PM
Hi all, I am writing an application that would gather info from the call log history, and then i want it to delete the entries. I am using the Phone class that came with the SendSMS c# sample project. I can collect the data but there's no API that deletes the entries, can someone point me to...more >>

Draw Text with an Underscore?
Posted by josepk NO[at]SPAM hotmail.com at 3/18/2005 5:32:15 PM
Hello, Simple question but I'm not sure how to accomplish it - I'd like to draw text on a form where a particular letter in the text has an underscore underneath it. How do I draw an underscore "_" character underneath another text character? Thanks, Joe ...more >>

How to keep app in Foreground
Posted by Tim Johnson at 3/18/2005 4:52:30 PM
I've got an app with a main form, from which it launches a 2nd form. If the user brings up another app from the Start menu at that point, like Contacts, then "restarts" my app from the Start menu, it brings my app to the foreground on the 2nd form. So far so good. But then he closes my 2nd ...more >>

Creating Context Help for Compact Framework Applications
Posted by Nathan Mellor at 3/18/2005 4:37:54 PM
I seem to have lost the links I had on adding context help to a .net compact framework application on Pocket PC. I found a few for the Pocket PC in general. Does anyone have a link to the right article? Nathan ...more >>



Pocket PC app written in VB.NET doesn't display in "Running Programs"
Posted by Pat Reddy at 3/18/2005 2:48:34 PM
I have written 2 applications in VB.NET to run in Pocket PC 2003. Each runs fine independantly of the other, but when I have application A running and I attempt to start application B, A dissappears without a trace and B seems to not start at all. Neither shows up under "Running Programs" but ...more >>

Hiding the SIP button
Posted by Nathan Mellor at 3/18/2005 2:42:47 PM
The main form of my application doesn't need the SIP button for any input. I'd like to disable it rather than put a bunch of dynamic resizing into the form to satisfy Mobile2Market requirements. I was given this link to a method call that might help me. http://wiki.opennetcf.org/ow.asp?Com...more >>

Application directory
Posted by Felix González at 3/18/2005 1:16:36 PM
Hi, How can I know the directory of the application? I need a configuration file, and I´d like have this file in the same directory of exe. thanks ...more >>

Open .NET CF CVS DataAdapter
Posted by Sérgio at 3/18/2005 1:04:30 PM
Writing a CVS is very, before I find out about this CVSDataAdapter I already did that. But I need to update my local SqlCe database reading a CVS file. Is that possible using CVSDataAdapter? Could some one provide a example to me? Thanks ...more >>

application directory
Posted by Felix González at 3/18/2005 1:01:33 PM
Hi, How to know the application directory in .NET? thanks ...more >>

datagrid tablestyles and integer columns
Posted by Markus at 3/18/2005 11:59:04 AM
Hi there, i know you find a lot about dt styles here, but i´ve got to come up with another problem. i want to correct the size of "ID" column (non text format). here´s the code: adap.fill(ds, "myTab"); dataGrid1.datasource = ds.tables["myTab"]; DataGridTableStyle tabStyle = new DataG...more >>

Mobile Application installer problem...
Posted by HardBap at 3/18/2005 11:53:35 AM
I've created an installer using the instructions found here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfdeployment.asp Everything works fine except for one thing. The application always installs as "My Company TheProjectName". How do I change this to...more >>

2003SE's emulater use WebService meet error
Posted by Richard at 3/18/2005 11:27:58 AM
Hello, I meet some problem when i use the CH SP 2003 SE Emulator. I have bulid a simple webservice that contains only the helloworld method. I alse write a simple app to contact with the service.On the form i add a textbox to get the return value of the webService. code like this: try { ...more >>

Assembly Update
Posted by Saurabh at 3/18/2005 10:41:19 AM
Hi, I have some queries: 1. If I have an assembly file say as1 and I want to update it by another assembly file as2. Is it possible , if yes , kindly tell me. Can this be done for .NET CF assemblies programatticaly by using some app. on say, Pocket PC. 2. Can we call managed code from unmanage...more >>

Nothing shutsdown my application!
Posted by Pat Reddy at 3/18/2005 9:49:32 AM
I have a relatively simple single threaded application written in VB.NET. When I close the application I loop through all open forms and close them, like this basically dim f as Form for each f in forms f.close() Next I heard this was better than using Application.Exit. But, rega...more >>

DataTable-Events like RowChanging or RowChanged doesn't work
Posted by Johanna via DotNetMonster.com at 3/18/2005 9:05:37 AM
Hello, I have a problem with DataTable-Events like RowChanging or RowChanged. How can I raise this events in the .NET Compact Framework? It simply doesn't work. Regards, Joahnna. -- Message posted via http://www.dotnetmonster.com...more >>

OpenNetCF expectation
Posted by Glyn Meek at 3/18/2005 5:12:39 AM
Forgive me for being dumb, but when I downloaded the 1.2 version of the OpenNetCF binaries, I expected to have a number of .dll routines to which I could 'link', but all I have is the .cs source. Are my expectations wrong here, in that I need to actually compile the routines myself? By t...more >>

Clipboard
Posted by Glyn Meek at 3/18/2005 4:48:35 AM
Are the clipboard functions GetDataObject and SetDataObject available under CF? Imports System.Windows.Forms.Clipboard doesn't get recognized! ...more >>

copy datatable
Posted by Sitar at 3/18/2005 4:35:02 AM
Hi, In my quest for performance, I come up with another question... There is no DataTable.Copy() with CF and I need to do that. So I came up with my own implementation which is as follow: public static DataTable DataTableCopy(DataTable dtOriginal) { DataTable dtCopy = dtOriginal.Clone();...more >>

VScrollBar..?
Posted by Wong CS at 3/18/2005 2:31:36 AM
my label has excessive item. Can i used it for my VScrollBar invoke into that label..?? I dunno how to achieve it.. kindly to advice. thanks ...more >>

Game development for a XDA (Pocket PC with Windows Mobile)
Posted by DaRue at 3/18/2005 12:41:03 AM
Hello, I am a student who needs to develop a game for an XDA. I´d like to create one where you need to walk through some floors and enter different rooms. (walk through floors maybe like 1st Person shooter). I have Visual Szudio .Net Professional and I would like a tool which can draw these...more >>

ColumnChanging e.ProposedValue Bug
Posted by clive NO[at]SPAM bluebottle.com at 3/18/2005 12:16:53 AM
Hi everyone, I've had this problem with the CF for some time now, and I thought I'd let the public know about it, in the hopes that it doesn't bother other people as much as it bothered me! It happens when you have a ColumnChanging event listener, that during the event, changes the value of...more >>

Posting images
Posted by Muffin at 3/18/2005 12:11:03 AM
Hi... I'm looking for a way to post a jpeg-image (which I have stored as a file, and also shown in a picturebox) from my smartphone-application to a webserver. I use VB. --Muffin...more >>


DevelopmentNow Blog