all groups > dotnet compact framework > march 2004 > threads for thursday march 4
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
RFUtils - getting signal strength
Posted by Mikkel Andreasen at 3/4/2004 11:02:22 PM
Hi
I am trying to get the signal strength for all available access points. I
have been playing with Paul Tobey's RFUtils but I must confess I am not very
strong in this area, so if anyone could point me in the right direction, I
would appreciate it very much.
Mikkel Andreasen
... more >>
soft input panel (SIP)
Posted by phal ngim at 3/4/2004 10:31:05 PM
How do I make SIP display (support) different language (eg. Khmer)
Can someone show me the starting poin
Thank You Very much... more >>
KeyPress event and the transcriber
Posted by gcrasher76 NO[at]SPAM yahoo.com at 3/4/2004 10:23:36 PM
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
character. In every ot... more >>
C# DLL in VB.Net
Posted by aliarifpk NO[at]SPAM hotmail.com at 3/4/2004 8:59:34 PM
Hi All,
I have made class library project in C# and created its dll
(test.dll). Now I add it to References of VB.Net project. I then
compiled VB.Net project, it gives the following error,
Error: The dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=969db8053d3322ac' ... more >>
serial output
Posted by Luke Smith at 3/4/2004 7:45:20 PM
Is it possible to control output signals to the serial port using the .net
compact framework on a pocket pc? Im looking at using a pocket pc as the
processor for a robotic project and wondering if controlling motors and
obtaining sensor readings was possible.
thanks
Luke
--
//remove SPA... more >>
Anyone been able hide a tabpage?
Posted by paxvista at 3/4/2004 6:21:06 PM
Whether I set it on creation
TabPage page = new TabPage()
page.Hide()
page.Text = "Tab1"
tab.TabPage.Add(page)
or later
tab.TabPages[0].Hide()
neither seems to hide the tab page. Anyone else?... more >>
Stop Disposing of an Object Which Inherits From a Control
Posted by Chris Theorin at 3/4/2004 6:10:32 PM
Anyone know how to do this? I tried this:
protected override void Dispose(bool disposing)
{
//base.Dispose (disposing);
if (!disposing)
base.Dispose(false);
}
But when something calls 'Dispose()' on this object of mine, like my objects
Parent Control (NOTE: base.Dispose(... more >>
coredll ?
Posted by Lloyd Dupont at 3/4/2004 4:19:55 PM
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)
is it normal ?
(I mean is it one of those invisible dll ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Creating .Lnk
Posted by Felipe T. at 3/4/2004 2:56:23 PM
Hi guys, another question...Sorry, but they just keep coming....
....I want to programatically create a link to a file. This link must b
located in any directory i want, and the file will b stuck in its natural
directory. Any way of doing this?
Thx
... more >>
PocketPc Owner Information
Posted by Felipe T. at 3/4/2004 2:43:19 PM
Anyone knows how to get/set the owner information of the PocketPc?
Thx in advance,
Felipe
... more >>
Should clearing the tab pages trigger the index_changed event?
Posted by paxvista at 3/4/2004 12:56:08 PM
I currently have some code that dynamically clears and creates tab pages on a tab. I'm currently doing this because the hide method doesn't appear to work on a tabpage. Maybe this will change when I add sp2 to my emulator. But in the meantime, when I call the Clear() method on the TabPages colle... more >>
Error in XML parsing schemas with CF SP2?
Posted by Richard Kucia at 3/4/2004 12:12:44 PM
I have an XML parsing problem that I can not resolve.
I have 2 files which contain identical data; call them SI (Schema Included)
and SX (Schema eXcluded). Each file contains 40 tables, most of which hold
only a few rows. When I view them in the Visual Studio, the files are
perfect. In fact, I... more >>
P/Invoke - TAPI - LINEDEVCAPS-structure!?
Posted by Danyel Meyer - dialog-it GmbH at 3/4/2004 12:08:49 PM
Hallo...
I´ve got quite confused while trying to P/Invoke TAPI´s lineGetDeviceCaps. I
find it very difficult to marshal the LINEDEVCAPS-structure, which is
defined as:
--8<--
typedef struct linedevcaps_tag
{
DWORD ... [many many DWORDs]
} LINEDEVCAPS, FAR *LPLINEDEVCAPS;
-->8--
... more >>
Crystal Reports, Viewing the report
Posted by Atley at 3/4/2004 11:18:22 AM
I have imbedded a report in my project (added a report to my project and set
some fields)
How the heck do I access the report in my program?
I have looked on MSDN and searched for a walkthrough...
I can't find anything that tells me how to use the report viewer or how to
bring it up on sc... more >>
Newbie PocketPC developer - how to get SQLCE up and running?
Posted by D. Veloper at 3/4/2004 11:01:27 AM
I have tried to install the "sqlce20sql2ksp1.exe" and "sqlce20sql2ksp1.exe"
that are included in my Visual Studio .Net 2003 install.
I keep getting a message that service pack version must correspond to the
service pack version of my installed SQL Server. My SQL Server is SP1, but
neither of t... more >>
ActiveSync and Emulator
Posted by Jamie Macleod at 3/4/2004 10:15:20 AM
Am I the only one who can't get this working. I downloaded the latest
PowerTools and ActiveSync software. When I try to connect to the emulator
with ActiveSync from VS.Net all I get is an "Error in starting ActiveSync
connection". I've tried this on two PC's running Windows XP.
Any suggesti... more >>
Howcome Invoke blocks until ShowDialog returns
Posted by cyril at 3/4/2004 8:26:05 AM
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 does not work?... more >>
Is setsockopt w/ SO_REUSEADDR supported by Pocket PC?
Posted by chiplastique NO[at]SPAM hotmail.com at 3/4/2004 7:55:52 AM
In my .NET CF app I'm trying to PInvoke a call to 'setsockopt' with
the SO_RESUSEADDR option set to true. (A MS FAQ indicates that this is
a work around for the exceptions thown by the .NET equivalent,
SetSocketOption w/ ReuseAddress option).
Unfortunatly, I always get a WSAENOTSOCK (10038) er... more >>
sms api in standard ppc2003( not phone edition)?
Posted by news.microsoft.com at 3/4/2004 1:18:37 AM
Currently I am using a pocket pc 2003, and with one gprs modem(CF2 type)
, I want to know if the sms api is supported in my ppc 2003( not phone
edition)
what is my options. thannks
... more >>
Notification on SMS arrival
Posted by Matthew Ciantar at 3/4/2004 12:25:46 AM
Hi All,
I'm interested in creating a app which can grab SMSs before they go in the
Inbox of Pocket Outlook. Can anyone guide me from where I could start?
Kind Regards,
Matthew.
... more >>
Changing color in Datagrid Cell
Posted by jasmine at 3/4/2004 12:04:48 AM
I was wondering if it's possible to change the backcolor
of certain rows in a datagrid??
Thanks alot!... more >>
|