| Thread | Last Post | Replies |
|
| How to size a label taking an text and its font | 01 Oct 2004 00:36 GMT | 4 |
In Win32, there is AutoSize property for a label. How can I do the same AutoSize Task in CompactFramework ? I don’t understand why TextBox does not have this ability either in both WinCe and Win32, since when using a TextBox with a fixed text size, it would
|
| two windows & 2 threads | 01 Oct 2004 00:25 GMT | 17 |
In my app I have two threads and two windows. Each window is created and managed by a different thread. Everything works fine except for one thing. When I click on the window which was created
|
| connecting to MS Analysis Server | 30 Sep 2004 23:49 GMT | 5 |
How to connect to MS Analysis Server ? I know i can use XMLA (SOAP), but is there any other posibility to do that. Another question, how to connect to local cube which is located on PocketPC device.
|
| ntext column with 256 chars does not ger synch | 30 Sep 2004 21:01 GMT | 3 |
I have an SQL table with a ntext column. That column contains data with 256 characters and more. I have also a pocket pc with SQL CE 2.0 with the same table/column and an ntext datatype. Everytime I sync and the data (SQL server) in the column has 255 charaters and less the sync ...
|
| Tracing memory leaks and bad application design | 30 Sep 2004 20:45 GMT | 3 |
I have an application which appears to be leaking memory. It appears to behave the same way under .NET CF SP2 and SP3 Beta. The application uses SqlCe as a datastore, but also caches memory in forms using dataset classes that I wrote.
|
| Windows Message definitions | 30 Sep 2004 19:11 GMT | 5 |
Perhaps not a CF-specific question but I am certain many of us work with Windows Messages so here goes: Isn't there a full list of Windows Message definitions (and other definitions) and in which file they are defined on the internet?
|
| Registry - export subkey ? | 30 Sep 2004 17:30 GMT | 7 |
Im using opennetcf on a mobile device for acessing the registry. Is it possible programatically to export and import subkeys - and all its values ? I would like to export all of my settings into a file - which ultimately
|
| open EVC workspace in VS2005 beta 1 | 30 Sep 2004 16:59 GMT | 2 |
How can i open EVC++ 3.0 workspace in VS2005 beta 1 ? There is no concept of wrokspace in VS, I guess. My eVC workspace has multiple dependent projects. I want to build it for smartphone ARM emulator. Thanks
|
| Media Player in my Application | 30 Sep 2004 13:14 GMT | 1 |
Is there a component like the Windows Media Player component that i can use to integerate Media player in my apps? Thanks Mustafa
|
| DialogResult at Closing event | 30 Sep 2004 11:59 GMT | 1 |
I am writing a two-form application, where the first form will popups the second form. The second form's minimize button is disabled (OK button shown on upper right). Whenever a user close the second form, the form fires the "Closing" event.
|
| Thread vs Timer | 30 Sep 2004 11:19 GMT | 6 |
I have function that checks for messages every 30 seconds and was wondering if it is better to use a thread or timer to do this?
|
| volatile keyword causes error when compiling | 30 Sep 2004 09:43 GMT | 15 |
I have the following line in my cs file: private volatile bool m_bShuttingDown = false; I get the following error trying to compile: error CS0518: The predefined type
|
| How could we start windows media player programmitically in Dot Ne | 30 Sep 2004 08:59 GMT | 2 |
How could we start windows media player programmitically in Dot Net CF to play movie clip exist of some PPC folder? Any thoughts or clue would be highly appreciated.
|
| vs.net 2005 | 30 Sep 2004 05:11 GMT | 1 |
What is new in vs.net 2005 for windows mobile development? Thanks Regards
|
| Image in ListBox | 29 Sep 2004 23:18 GMT | 1 |
It is possible to add image in a ListBox ? I don't want to use a ListView Thanks
|