all groups > dotnet compact framework > march 2004 > threads for friday march 5
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
Compiling CF.NET apps from the commandline?
Posted by t at 3/5/2004 10:37:11 PM
Hi,
I just bought an HP5550, dl'ed the Pocket PC 2003 SDK and thought I was
ready to go developing apps for my pda. But msdn seems to indicate that
Pocket PC 2003 developing requires VS.NET 2003 Professional. Isn't it
possible to do it with it?
googling turned up some suspecious looking diy a... more >>
Different Custom Controls Based on the Same Base Class?
Posted by Joe Keller at 3/5/2004 9:36:44 PM
Hello,
I have two custom controls - one is based off of the TextBox class and the
other the CheckBox class. In my application, when looping through the
controls collection of the form to perform an action based on the contents
of the controls, I must do an "Is" comparison for each control bef... more >>
Bitmap to buffer
Posted by Ronald Renteria Hinestroza at 3/5/2004 8:18:07 PM
Hello.
Somebody can say me like turning a Bitmap to a buffer of Bytes and the
buffer of Bytes to a string of characters, also to explain the inverse
process to me.
Thanks beforehand.
I request excuses by my English that are very bad.
... more >>
Intercept Messages with MessageWindow?
Posted by Zanna at 3/5/2004 8:14:32 PM
Hi, I'm trying to intercept windows messages of a control, so I saw I have
to use a MessageWindow derived class.
I made this simple example, that I thinked would intercept all messages to
my form and changed Form1.Text into the message code.
Obviously it does nothing :(
Why?
' You can do... more >>
Embedded Resources
Posted by Aaron at 3/5/2004 3:54:06 PM
Is it possible to embed resources .net in Web Control Library projects?
So far my attempts have all failed. Is there something specific about
that type of project that prevents the use of embedded resources?
------
Aaron
*** Sent via Developersdex http://www.developersdex.com ***
Don't jus... more >>
Database Alternative
Posted by bumerang at 3/5/2004 3:22:58 PM
Hello All,
We are developing .NET CF & DESKTOP interface for SQLITE database
(www.sqlite.org) Its in a beta state and I want to inform you some test
results about it. You can use it with VB. NET or C# for CF or DESKTOP. You
can easily transfer SQLITE database device to desktop or else, and y... more >>
Can VS.NET 2003 Deploy over USB or IrDA?
Posted by Tony Kobine at 3/5/2004 1:21:53 PM
I can ActiveSync to my iPAQ over USB and IrDA but Visual Studio can
not establish a connection over IrDA when I ask it to deploy an
application to Pocket PC.
Under Tools Options Device Tools Devices Pocket PC, the Transport drop
down shows TCP AND IrDA but selecting IrDA doesn't work.
Is T... more >>
Could Not Find Resssource Assembly
Posted by David de Passos at 3/5/2004 12:20:07 PM
I installed a made application in VB.NET for Pocket PC and compact Framework
and functioned perfectly. Now I formatted pocket, I installed compact
framework and the application and gives the following error again: Could Not
find
Ressource Assembly. Some ideia?
--
Cumprimentos,
David ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
"An existing connection was forcibly closed by the remote host"
Posted by Mike at 3/5/2004 11:20:32 AM
Only when I use a proxy server, I'm getting this error when attempting to
write data to a Stream object from an HTTPWebRequest object.
(System.IO.Stream.Write() raises the exception):"An existing connection was
forcibly closed by the remote host". The error only happens with fairly
large amount... more >>
ANN: OpenNETCF code drop and new features
Posted by Chris Tacke, eMVP at 3/5/2004 11:00:13 AM
Yes, more OpenNETCF.org news!
* We've exceeded 40,000 binary and source downloads!
* We're released a new code drop for the OpenNETCF namespace. There were a
few new classes added and some bugs fixed. The source can be downloaded and
the changelog can be viewed at www.opennetcf.org/sdf/
... more >>
Resource Assembly error
Posted by Adam Goetz at 3/5/2004 10:44:33 AM
I hope that this is a nice easy one :)
I'm just trying my first CF Tcp app. Whenever I try to execute
TcpClient client = new TcpClient();
client.Connect("localhost", 9945);
I get an exception with message of
"Could not find resource assembly"
So, what have I done wrong?
... more >>
Old question: installing .Net apps on user devices
Posted by Sarah Smith at 3/5/2004 9:40:27 AM
hello,
This is an old question, but one I'm still a little unclear about.
When you've finnished writing, debugging and building your .NT CF app,
you need to be able to install it in a pain free manner on a user's
Pocket PC.
The build tools in VS2003 build a CAB file and an INF file (with
... more >>
which version of CF for this processor
Posted by Pedro at 3/5/2004 7:06:07 AM
Hi
I have a ETen P300 (http://www.etencorp.com/P300_Specification.html) with Windows Mobileâ„¢ 2003 Pocket PC Phone Edition on a ARM 9, 200 MHz, 32-bit RISC processo
I can configure the active sync on it but need to install urgently the CF on it which CAB file I need to upload to it
netcf.core.... more >>
Bitmap Constructor throwing an exception
Posted by Brent Lang at 3/5/2004 5:51:08 AM
I am trying to load a bitmap from an embedded resource (or from the disk, I get the same problem).
When I try to create a new Bitmap with either of the following lines
b = new Bitmap(fullFileName); //fullFileName looks like \Program Files\Windows\MyProgram\Image.gif, and the file definitely... more >>
Changing backcolor of read-only textbox.
Posted by jochoa at 3/5/2004 1:41:08 AM
Hello all, I have a question. Is there an easy way (not doing custom control) to change de default (or do it manually) backcolor of a read-only textbox?? Because it paints a ugly gray although you change the backcolor
Thanks in advance
Jorge Ochoa.... more >>
|