all groups > dotnet compact framework > april 2005 > threads for thursday april 14
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
SMS' folders
Posted by crino at 4/14/2005 10:51:12 PM
Hi i'm working on MAPI for sms.
I would like to enumerate the sms' folders there is any example or you
have some clue?
thanx in advance ;)
... more >>
Thread name or PID in CF
Posted by Tim Johnson at 4/14/2005 6:46:28 PM
I'm using a System.Threading.Thread and want to give it a name, but
apparently you can only do that in desktop? CF doesn't recognize a
Thread.Name property.
Also, in a given method how can you tell at least the PID of the thread
you're running on?
--
Tim Johnson
High Point Software... more >>
I have some questions about assembly architecture
Posted by fairycat at 4/14/2005 6:11:42 PM
Now I reference serveral sub project dlls from my main program. After I
executed my main program I did check memory on device with process
manager and there was no dll that I referenced. But there were unmanged
dlls that I dynamically loaded. Does this mean .NetCF don't use memory
to load asse... more >>
Update Command with Parameter....
Posted by A_PK at 4/14/2005 5:29:26 PM
Could anyone pls guide me what is wrong with my Update Command
Dim signbyte As Byte()
signbyte = GetByteArray() ' i create this function to return
ByteArray
Try
Dim cmd As New SqlCeCommand
cmd.Connection = myConnection
' Someo... more >>
Is ListView items editable?
Posted by Robert at 4/14/2005 5:01:20 PM
I can add items to the ListView but am wondering if the items are editable
either in places (like rename a file in Windows Explorer) or via some other
ways.
Any suggestions?
... more >>
How to detect which ListView item user clicks?
Posted by Robert at 4/14/2005 4:58:25 PM
I can add items to the ListView but could find a way to know which row (in
detail view) that the user taps.
The .NETCF does not pass current clicked index in the event procedures any
more. So how do you know which row user taps?
Thanks in advance!
... more >>
Display scrollbars in a form
Posted by Michael Schyllberg at 4/14/2005 3:37:03 PM
How do you display a (vertical) scrollbar i a frame? If there's more components than an fit within the form I thought scrollbars appear more or less automatically. But that doesn't seem to be the case. Do you have to add them 'manually' to the code?
Thanks
From http://www.developmentnow.com/g/18... more >>
Switching Forms
Posted by Scott Toney at 4/14/2005 2:32:13 PM
I'm new to .netcf and need to learn how to switch from form1 to form2. On my
button click, I go to do a form2.show but all that comes up is 1)
ControlCollection, 2) Mouse Buttons or 3) Mouse Position. I am thinking that
I need to do something prior to this but cannot find any documentation on ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Emulator Windows CE
Posted by Rogerio Jun at 4/14/2005 2:18:01 PM
How can I do, when a run my application, launch emulator with screen
resolution 800x600 ?
Rogerio... more >>
Globalization of Menus
Posted by Thore Berntsen at 4/14/2005 2:06:34 PM
I'm working on globalization of my retail Pocket PC application.
I found much help in this article the article "Build World-Ready Device
Applications" on MSDN.
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/worldready.asp)
The only thing I need help with, w... more >>
DataGrid TableStyles Not Loaded
Posted by Omar Rojas at 4/14/2005 1:25:58 PM
I'm developing an application in VB.Net. I updated the CF to SP3 and
everything was going right. But now, the DataGrids are not showing as wished,
Info in them is show like the datasource, ignoring the TableStyle defined.
Anybody know how to fix this?
Thank you
--
Omar Rojas
... more >>
Create DBF
Posted by William at 4/14/2005 1:23:12 PM
Hello all,
Can anyone provide me any direction on creating a DBF output from data
stored in a SQL CE database. I am querying the data through vb.net and need
to create a dbf based on my results. Is this possible?
regards,
Bill... more >>
ToString use with serialization vs other uses
Posted by news.austin.rr.com at 4/14/2005 12:02:24 PM
Hi,
Im thinking of using/overriding ToString in my classes to allow me to
display an objects value as a human readable formated string. Using ToString
for this will come in handy with my custom list control. Instead of adding
strings to my list controls arraylist I can add the actuall object t... more >>
MouseDown and ShowDialog
Posted by wavemill NO[at]SPAM hotmail.com at 4/14/2005 10:55:05 AM
Hello!
It's for a problem when i create a new form.
For example:
private void Accueil_MouseDown(object sender,
System.Windows.Forms.MouseEventArgs e)
{
if(e.X>12 && e.Y>203 && e.X<212 && e.Y<253)
{
// ouverture de la form option.
Cursor.Current = Cursors.WaitCur... more >>
Dial Number
Posted by Mark Davison at 4/14/2005 10:26:53 AM
Hi,
Can anyone point me in the right direction for information on making a call
from a vb.net cf app? Essentially, when someone clicks a button in the app,
I want to dial a specific contact.
Mark
... more >>
Inherited controls being removed from InitializeComponent
Posted by Rob Blij at 4/14/2005 9:57:37 AM
How can I prevent this?
... more >>
Windows CE 20MB file limit and SQL Server CE
Posted by Matt at 4/14/2005 4:37:05 AM
Hello,
I have a Pocket PC application that currently uses an XML file as its
data source.
The file is stored in the memory of the Pocket PC itself and not on a
card.
I have discovered that this XML file cannot exceed 20MB due to a limit
placed by the Windows CE operating system.
My ques... more >>
Icons
Posted by Kenneth Windish at 4/14/2005 4:30:42 AM
If I use a 32 X 32 icon it shows fine on the program files tab., but only
part of it appears on the task bar. If I use a 16 x 16 Icon it shows up as
a small section in the program files tab but looks fine on the task bar.
How can I get Icons to appear normal in both places?
Thanks in advan... more >>
datagrid New Lines
Posted by JNorte at 4/14/2005 4:29:40 AM
I have a datagrid whith a data source with my own Ilist objct, withi
IBindingList.
It's work fine but no new lines are automatic inserted, like in normal .net
framework.
What is the best soluction to work arround that?
I try that:
Dim mBindingManagerBase As BindingManagerBase
mBindin... more >>
Synchronizing SQL Server CE without replication
Posted by Matt at 4/14/2005 3:56:32 AM
Hello,
I currently have a Pocket PC 2000 application and a .Net Windows
application that work together to retrieve data from an SQL 2000
database.
The desktop application connects to the SQL server 2000 and extracts
the data required for the day by serializing the dataset to an XML
file.
... more >>
problems with the embedding of UserControls
Posted by programcounter NO[at]SPAM arcor.de at 4/14/2005 1:38:04 AM
Hello,
I have written 2 controls for a SmartDeviceApplication (Control1.dll
and Control2.dll)
Now I will place Control2 on Control1. Both controls are derived from
System.Windows.Forms.Control and so it´s possible to set the Control2
by using the properties "Location" and "Size". During the "... more >>
|