all groups > dotnet compact framework > may 2004 > threads for friday may 28
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
Send data through ActiveSync
Posted by Mystic Mong at 5/28/2004 8:15:29 PM
Hi everyone,
Can someone point me in the right direction towards doing the following?
It's not something I've tried to do before so I am not entirely sure what
the best method would be:
I have an app that runs on PPC2003, written in VB.Net (running on Symbol
8846 units). Data is collected i... more >>
webservice
Posted by eNoodle at 5/28/2004 5:01:56 PM
I had developed a small application accessing simlpe webservice.
Everything works fine before i compile and in releasemode, i get
an error message saying MissingMethodException.
I recompile my solution in debug mode, everything goes fine again.
Anyone meet the same problem before, how am i g... more >>
connecting app in Pocket Pc emulator to local SQL server
Posted by Bert at 5/28/2004 5:01:03 PM
Hi,
I was able to connect to the SQL server 2000 in the network using the code below.
Dim cn As SqlClient.SqlConnection
cn = New SqlClient.SqlConnection("user id=sa;password=xxx;database=MF;Server=10.0.0.16")
cn.Open()
However, I also want to continue working at ho... more >>
How to send a parameter along with an exe
Posted by joby_cg NO[at]SPAM yahoo.com at 5/28/2004 12:45:18 PM
Dear All,
I have a console application exe of compactframework. I want to
download this exe from the web. How can i pass parameter along with
this exe.
Response.Redirect("http://jobychacko/helpme/consoleapp.exe {i want to
passthe parameter here}");
How is it possible?
While downloadin... more >>
Textwriter
Posted by MDB at 5/28/2004 12:20:19 PM
Hello all, I have a text writer that is re-formating some of my characters
(& to html &). Is there a way to make it stop doing this? I am new to
xml and textwriters so I am not real sure if I am doing this correctly.
Here is what my code looks like
XmlTextWriter writer = null;
System.I... more >>
Missing Paint Messages
Posted by Duncan Mole at 5/28/2004 11:40:27 AM
###This is a repost from a not so lively forum!#####
Hi,
I have created a control which draws a title bar and provides a drop down
menu for a Smart Device Application. It seemed to work fine until I came to
add an event handler to act on Paint messages in the form which has drawn
the control.... more >>
CF and Embedded Resources
Posted by Y. Sivaram at 5/28/2004 9:54:02 AM
Hi,
For my CF application I need some configuration settings which I store as
XML files along with the exe and load them.
I understand that we can include them within the EXE as a embedded resources
and load it from there. Is there any issues (other than the exe size)
related to performance... more >>
SystemIdleTimerReset in OpenNetCF library
Posted by Joanne at 5/28/2004 9:28:01 AM
I can't find SystemIdleTimerReset is there something in OpenNetCF I can use?
I don't want to pinvoke it if i can just call something in ONCF.
Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
PictureBox memoryleak?
Posted by mijapkos NO[at]SPAM cc.jyu.fi at 5/28/2004 3:36:56 AM
I have a program with one PictureBox in it and one button, which
changes the image which is shown (actually at the moment there is only
two images which are loaded back and forth). After a coule of changes,
the application crashes with OutOfMemoryException.
At the moment the code looks like th... more >>
|