| Thread | Last Post | Replies |
|
| tap-and-hold event | 16 Mar 2004 12:49 GMT | 1 |
I am trying to create a custom control using the .net framework sdk. I want a context menu to popup when the control is clicked. Right now, the context menu pops up only when the user taps and holds the stylus for a while. How do I make this happend when the control is clicked ...
|
| Biometrics | 16 Mar 2004 10:30 GMT | 5 |
I have an iPAQ 5550 with a fingerprint scanner. I have read about the HP Biometric Toolkit and how it is so nicely integrated with VS7. Drag and drop, Biometric project template, ... However, I feel really stupid. I have looked all over the HP site, the Microsoft site, ...
|
| Problems binding data to ListView Control | 16 Mar 2004 09:23 GMT | 3 |
Attached herewith part of my code for your references. My code is working fine in normal dotnet frameworks but it's giving me errors while I am applying the same way in Compact Framework. ListView1.Items.Clear()
|
| System.Diagnostics.Debug.Assert has stack trace; how do I get to it? | 16 Mar 2004 07:40 GMT | 1 |
I've noticed that if I call System.Diagnostics.Debug.Assert( false ), I'll see a stack trace. I'm acutely aware that exceptions in the compact framework do not contain stack trace information, but I'm wondering how the Assert method gets this information. Would it be possible to ...
|
| Application does not show up after minimized | 16 Mar 2004 07:23 GMT | 1 |
The problem happens on Dell Axim 300. When my application is minimized by clicking on the 'X' button or go out to Settings or somewhere else, SOMETIMES my application would not show up again. And it's not listed in the current running programs in Settings->Memory, but actually ...
|
| KeyPress event and the transcriber | 16 Mar 2004 07:18 GMT | 1 |
I don't understand this behavior I'm getting. I'm working with the latest compact framework on pocketPC 2003. Basically, the KeyPress event doesn't get fired under this one scenario: the textbox has text in it that selected, and the transcriber is used to write more than 1
|
| Howcome Invoke blocks until ShowDialog returns | 16 Mar 2004 07:16 GMT | 2 |
I have a worker thread calling Invoke on the mainform of the application while the main thread is executing a ShowDialog. Invoke is blocked until ShowDialog returns Howcome Invoke blocks when it is concurrent to a ShowDialog How can you do multithread GUI apps on .NET CF if that ...
|
| message boxes and the SIP | 16 Mar 2004 07:14 GMT | 1 |
I have some code in my from to use a mainmenu and hide the SI however, the SIP refuses to go away (the code i have is basically what has been reposted here several times, it's no different. the strange thing is, once the form loads and i call a message box, when the message box is ...
|
| Using SQLConnection in C# to connect to a database | 16 Mar 2004 00:24 GMT | 1 |
I have written a very simple test program in C# to connect to a database. It displays a button. When the user clicks the button it invokes the code below to connect to the database. This works fine in the emulator but I get a SQLException when I run it
|
| help integration | 15 Mar 2004 23:23 GMT | 1 |
Can anyone guide me through the steps required to integrate help in .net compact framework application.. Thanks in advanc
|
| form problem | 15 Mar 2004 18:40 GMT | 1 |
Im using a listview on my pocket pc application and this code checks which item was clicked: Private Sub MainList_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MainList.SelectedIndexChanged
|
| Smartphone Serial | 15 Mar 2004 18:39 GMT | 3 |
Has anyone managed to get serial comms working on a Smartphone 2003 device, I'm thinking of getting an Orange SPV E200, but would like to know if serial comms works first. Thanks,
|
| How does treeview.contains identifer the node ? | 15 Mar 2004 18:04 GMT | 3 |
Dim hIP As TreeNode hIP = New TreeNode("Peter") Dim myNodeCollection As TreeNodeCollection = Me.treeResults.Nodes If Not myNodeCollection.Contains(hIP) Then
|
| Advice needed (DataGrid and Font) | 15 Mar 2004 17:11 GMT | 2 |
I need to have a grid or list with two columns. One column needs to have a font that can be selected by the user the second is just normal. On the DataGrid you seem to be able to only set the font on the whole grid. Is this possible with the CF? If so what is the best approach?
|
| detecting built-in keyboard | 15 Mar 2004 15:47 GMT | 2 |
Does anyone know a way to detect (for Pocket PC) if a PDA has an embedded (or attached) keyboard to it; to determine if firing up the Soft Input Panel (SIP) is necessary or not? I am adding the SIP control to my app, and using event handlers to enable it or disable it
|