all groups > dotnet compact framework > january 2005 > threads for monday january 17
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
remoting in compact framework...
Posted by glenn at 1/17/2005 10:40:37 PM
I am looking at using Remoting to attempt to communicate between a PDA app
and a remote server that will be hosting a service to receive XML
communications, run appropriate functions and then respond back to the
client.
Can anyone tell me if the PDA via compact framework will be capable of thi... more >>
sql ce database format
Posted by ShieldSoldier at 1/17/2005 10:17:02 PM
I copy a SSCE database file from a device with Windows Explorer. Can I access
this copy in desktop? how to do?... more >>
Remoting
Posted by glenn at 1/17/2005 10:07:50 PM
I am looking at using Remoting to attempt to communicate between a PDA app
and a remote server that will be hosting a service to receive XML
communications, run appropriate functions and then respond back to the
client.
Can anyone tell me if the PDA via compact framework will be capable of thi... more >>
wince hardware devices
Posted by Andrea at 1/17/2005 9:07:42 PM
Sorry if this is partially off-topics, but I don't know other places ...
I have to develop a user interface program for an industrial automation
plant.
Software is made in c# and support Wince and pocketpc devices.
I want to know if someone can suggest a device supporting the CF with just
som... more >>
Help with threading/control.invoke
Posted by Rich at 1/17/2005 8:08:22 PM
Sorry for looking for help with what are probably very elementary
issues, but I'm new to both .NET and the CF and getting frustrated.
I've seen several examples on this board and on MSDN which have gotten
me along the correct path (I think) but I'm not quite putting all of
the pieces together.
... more >>
Device serial number
Posted by Miron Ophir at 1/17/2005 7:07:42 PM
Is there a way to get the smartphone device serial number without kernelIO
(without using priviliged APIs)?
Miron
... more >>
sos debugging on CF
Posted by news.austin.rr.com at 1/17/2005 6:35:16 PM
hi,
can SOS be used to debug CF code?
... more >>
How to create a setup file for a Windows CE.NET application
Posted by AL at 1/17/2005 6:33:01 PM
Dear Friends,
I have been searching all day for a way to create a setup file for my
Windows CE application which I developed on VS.NET 2003. I have been able to
deploy my app using CAB files only, I am looking for a way to create a setup
file or at least have a setup file to install the CA... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
how to turn on unmanaged debugging?
Posted by news.austin.rr.com at 1/17/2005 6:08:38 PM
hi,
I have a C# CF app and i want to do unmanaged debugging but the project
properties shows it set to false and it is disabled :( how can i enable it?
thanks
... more >>
Skin for the emulator
Posted by Ramon Helena at 1/17/2005 5:32:22 PM
Hello,
I would like to know where I can download a modern skin for the windows CE
emulator.
I have the Pockect PC 2002 emulator, I don't wannt to update the emulator,
becuse now I almost finishied one project and is a lot of risk. (maybe
dosen't work property).
If nobody know I will be v... more >>
static fields, methods, properties ... and garbage collection
Posted by news.austin.rr.com at 1/17/2005 3:27:56 PM
are my static members of a class allocated on the stack and therfore not
subject to the grabage collection sweep and pass of the heap?
... more >>
Picturebox bleed through panel
Posted by Harry Simpson at 1/17/2005 1:24:28 PM
I've got a picturebox containing a picture (small 25x30 or so).
I move a panel green colored over the form that contains the picturebox and
the picturebox "bleeds" through as if I placed the picturebox on the panel.
I've tried to set the picturebox visible to false when the panel moves over ... more >>
Error: dotnetfx.exe is not a valid win32 application. :-?
Posted by Richard at 1/17/2005 1:19:02 PM
When I try to install .Net framework 1.1 on an Xp Pro system with VS.Net Pro
installed this is the error I get.
How can I correct this?... more >>
OLEDB Provider
Posted by Paul Ilacqua at 1/17/2005 12:01:43 PM
It seems the OLEDB provider is not available in the .NET Compact Framework,
if so how to you read and write to and from MS Access databases?
Thanks
Paul
... more >>
Disabling popup wireless window in Pocket PC
Posted by Fernando at 1/17/2005 12:00:06 PM
Hello, I'm developing an .NETCF application and I would like to disable =
popup windows that appear when the device detects new Wireless LANs near =
it.
How can I do? Is there some API function to disable popup wireless =
window?
Thanks.... more >>
WAV to MP3 on CompactFramework
Posted by Evan Camilleri at 1/17/2005 11:47:35 AM
does anyone know a site with source to transform a wav file to mp3 on a
device or to read direcly from the device and save to mp3?
thanks
Evan Camilleri
... more >>
SQLCE bound control with Null value
Posted by Graeme Richardson at 1/17/2005 10:22:02 AM
Hi, two tables with one-to-none,one or many relational integrity enforced.
I've populated a combobox using an ArrayList object
Dim strSQL As String = "SELECT uidSampleArea, SampleArea FROM tlkpSampleArea
ORDER BY SampleArea"
mdsDataSet = mCDatabase.getDataSet(strSQL)
Dim al As ArrayList ... more >>
HELP!
Posted by Simone at 1/17/2005 8:56:24 AM
Hallo,
i cannot connect my pocketpc 2003 with Visual studio .NET 2003.
Help me please!
Simon.
... more >>
Doesn't anybody know anything about this???
Posted by kim_t26 NO[at]SPAM hotmail.com at 1/17/2005 8:43:22 AM
I still havent found the solution :-(... more >>
SP in emulator
Posted by mikeb at 1/17/2005 8:25:55 AM
I have read on this ng that I shouldn't try to install the service pack into
the emulator - doesn't that than provide us with different results between
the emulator and the actual device?
... more >>
Converting C++ to C#?
Posted by jason at 1/17/2005 8:22:58 AM
I have a table that was used in C++. How can I convert this to C#?
static uint16 fcsTable[56]={
0x0110, 0x1189, 0x2312, 0x329b, 0x4624, 0x57ad, 0x6536, 0x74bf,
0x1081, 0x0108, 0x3393, 0x221a, 0x56a5, 0x472c, 0x75b7, 0x643e,
0x8408, 0x9581, 0xa71a, 0xb693, 0xc22c, 0xd3a5, 0xe13e, 0xf0b7,
0xd... more >>
wysiwyg?
Posted by mikeb at 1/17/2005 8:22:48 AM
I've been away from the vs.net environment for about a month now. But after
opening one of my projects - I notice my 'about' screen just doesn't look
right.
Since last using this I had purchased a new laptop for development and
reinstalled vs2003.
Maybe the screen was always like this, ... more >>
Getting the actual value of a constant whose name is read from a f
Posted by Carlos Fernandez at 1/17/2005 6:41:06 AM
Is it possible to get the actual value of a constant which is defined inside
a class programatically?
Suppose I want to build a SQL query dinamically, including parameters, which
makes wonders to the SQL speed. I have a XML file which is something like
<SQL sentence="SELECT NAME WHERE ID=?... more >>
touch screen
Posted by hcexi at 1/17/2005 6:37:04 AM
hi, is there any way how determine if a device is using touch screen or not?... more >>
How do I turn Textbox Autoscrolling On/Off?
Posted by Russ Ryba at 1/17/2005 2:12:15 AM
I'm working on a chat application. Right now when text is updated, it
auto-scrolls so the most recent text is always shown. I would like to
allow the users to use the scroll-bar to browse backwards through the
saved text, but every time new text comes in the textbox jumps back down
to the ... more >>
|