| Thread | Last Post | Replies |
|
| MultiSelect TreeView | 04 Mar 2004 07:50 GMT | 2 |
please help my how make multiselect treeview. Compactframework not supported TreeView.GetNodeAt(,x,y). How selected TreeNode over mouse position ? Thank you,
|
| coredll ? | 04 Mar 2004 06:00 GMT | 3 |
I have an unexpected MissingMethodException in my code using some interop. I tried to understand. I looked (with the windows explorer of the desktop) in my device\windows and I can't find any coredll.dll !! (just find coredll-dll.sig)
|
| Time Formats... | 04 Mar 2004 05:36 GMT | 2 |
Sanity check needed: I have a listbox that holds a bunch of dates. I'm looking to format these based on user settings; either a 12 or 24 hour format. I stumbled on: http://msdn.microsoft.com/library/default ...
|
| P/Invoke Translation tables | 04 Mar 2004 02:15 GMT | 3 |
I am a new CF programmer from a VB background. Now I am trying to get in terms with P/Invoke to get a HP camera working. One of the major problems I have is that I couldn't find a single source which says if the C/C++ data type is this, then use this VB.NET data
|
| can I create DB in emulator? | 04 Mar 2004 01:31 GMT | 10 |
Can i create one .sdf file in emulator..?? I created one database but when I restart , or turn off emulator my database erase.. have como save this for future use ?
|
| CAB-Files: ARM, ARMv4, MIPS.... Why needed? | 04 Mar 2004 01:21 GMT | 5 |
thinking about the differnt CAB-Files that are created i wonder why there are different CABs needed for the processortypes... i thought, that the software is .NET now! So if you build an application (without bundling it with the CF-Installation) shouldn't the EXE run on
|
| TypeLoadException : Typ System.Windows.Forms.Control | 04 Mar 2004 00:00 GMT | 4 |
.NET Framework.Compact SP2 : Pocket PC 2002 I have created a Designer support DateTimePicker with CultureInfo support. Following the instructions explained at : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/ customctrlscompactfx.asp
|
| CF SP2 and ReadXML performance | 03 Mar 2004 23:14 GMT | 2 |
My app's startup time has always been horrible, so I was looking forward with great anticipation to CF SP2. The app reads a single XML file once during its startup, and it stores the contents in various objects.
|
| How to use NotifyIcon | 03 Mar 2004 22:39 GMT | 4 |
Hello NG I just install OpenNETCF and try the Controls for watch the effect... But I see nothing apend with the NotifyIcon How to use NotifyIcon Thanks...
|
| compact framework tabcontrol problem | 03 Mar 2004 22:34 GMT | 3 |
Call me a newbie... hopefully this will be an easy answer for you experienced coders. I have a simple tabcontrol with 3 tab pages. my problem is that I use the "selected_Index_changed" event, when I select a tab at runtime the panel that I associate with each tab page will not be ...
|
| Newbie graphic question | 03 Mar 2004 22:01 GMT | 4 |
I have a simple problem that I just cannot figure out. I have a picturebox on a form that displays an image. I would like a red dot to appear on the picture when the user clicks on a certain location. here is the code that is not working dim gr as graphic Private Sub ...
|
| wierd cast problem: An unhandled exception of type 'System.InvalidCastException' occurred in... | 03 Mar 2004 21:56 GMT | 1 |
Hi, i get this error: An unhandled exception of type 'System.InvalidCastException' occurred in AviewerV1.exe But, I use the same code also in another programma, and there it
|
| tabcontrol always at top | 03 Mar 2004 21:19 GMT | 3 |
Whenever I place a tab control on a form, It always puts it at 0,0. I I try to change any of thge properties (size,x,y,....) they always revert back to the initial settings. If I put code after the initialize compponents section it works until I make any change in the designer, ...
|
| RGB Color Combinations | 03 Mar 2004 20:35 GMT | 1 |
I have a simple question about RGB color coding under the CF. My Axim supports 4096 colors, which is equivalent to 16 reds * 16 greens * 16 blues. I assume this means that the lowest and highest valid RGB codes are (0,0,0) and (15 * 16, 15 * 16, 15 * 16) or (0xF0, 0xF0, 0xF0). Does ...
|
| Encryption and byte array to string conversion | 03 Mar 2004 19:37 GMT | 5 |
Regarding encrypting data I have found 3 implementations: 1. The msdn signature sample 2. The sample in the SAMS book 3. The sample in the Apress book
|