all groups > dotnet compact framework > march 2004 > threads for thursday march 18
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
MouseEventArgs
Posted by SvenÅke Andersson at 3/18/2004 11:24:18 PM
When implementing any mouse event, up, down or move, you recevice an
instance of a System.Windows.Forms.MouseEventArgs. The Button member can be
MouseButtons.Right. How is this? When run on the emulator you just press the
right mouse button but on tha actual device, how to achive this?
Sve... more >>
sp 2 problem on WinCE device
Posted by trasa NO[at]SPAM meancat.com at 3/18/2004 6:52:35 PM
Hello all,
I've got a ViewSonic V205 "Web Pad" running WinCE .NET 4.2. When the
device is switched on at a "baseline" level, it has the .net compact
framework sp1 installed.
I've installed sp2 via the activesync installer, everything *seems* to
work fine -- no errors or anything unusual.
... more >>
Intelliprog RAS doesnot save new RAS entry?
Posted by Felipe T. at 3/18/2004 4:53:50 PM
Hi, iv made some tests with Intelliprog RAS dll and noticed that,
despite of its saving the new entry setting iv made,
it doesnot write the entry on the pocket pc RAS entries...
This is the normal process, or im making sumthing wrong?
... more >>
Microsoft .NET CF sample code not running
Posted by Eugen Feraru at 3/18/2004 3:52:27 PM
The code I am running is the one provided by the Microsoft .NET CF book,
written by Andy Wigley.
I am trying to call unmanaged call functions from within .NET CF. If I
compile the provided samples I get the MissingMethodException.
If I use the already compiled unmanaged dll everything works fi... more >>
How to set the ip_option_information in IcmpSendEcho
Posted by Milosz - [playseven.com] at 3/18/2004 3:46:08 PM
If i am right, this should be the structure for ip_option_information in the
IcmpSendEcho function
Public Structure ip_option_information
Dim TTL As Byte
Dim Tos As Byte
Dim flags As Byte
Dim OptionsSize As Byte
Dim OptionsData As Long
End Structure
<DllImport("iphlp... more >>
Extend Pocket Outlook appointments
Posted by Philippe Requilé at 3/18/2004 2:38:51 PM
I want to put extra properties of an appointment in an xml-file, and sync
this xml-file between PC and PocketPC.
But I need an unique key both on PC and Pocket PC.
Outlook has a GUID, Pocket Outlook has an OID.
Is there some wat to find the OID for a specific GUID? Else it is impossible
to ... more >>
Writing to XML (beginner)
Posted by Mike Whitaker at 3/18/2004 1:49:36 PM
I need a bit of direction to help me get started, if possible.
I need to make an application that allows me to enter a value into a text
box, then on the click of a button, append the text & time to an XML file.
I am using VB.net through the Smart Device Application project, with Pocket
PC 3... more >>
ApplicationEx & modal dialog
Posted by Lloyd Dupont at 3/18/2004 1:27:43 PM
I have "modal" dialog in my application.
IN fact as I had problem with ShowDialog() they are not dialog but simple
top level control with a loop calling DoEvent() in their showing method.
I'm using ApplicationEx and I would like to improve that.
When I show the control I could find it's HWND... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
TextBox.VScrollbar with TextBox.Height=20?
Posted by at 3/18/2004 1:21:48 PM
Hello NG!
I've set TextBox.ScrollBars to ScrollBars.Vertical but it seems like it is
only shown, if the height of the TextBox is 30 or greater. Is there a
possibility to force the ScrollBar to be shown if the Height is only 20, the
default-height for 'one-line-text'?
Thanks, D.Barisch
... more >>
.NET Compact Framework 1.0 SP2 Redistributable (Re-release)
Posted by Timo Meier at 3/18/2004 11:12:31 AM
How can I use the new features/properties of the .NET Compact Framework 1.0
SP2 Redistributable (Re-release)
in my Visual Studio? For example Back and Forecolor of a button?
Regards,
Timo
... more >>
How to: Convert Bitmap to Image?
Posted by Danyel Meyer - dialog-it GmbH at 3/18/2004 10:48:58 AM
Hallo!
When using OpenNetCF´s ButonEx I´d like to put transparent images onto them.
I have created a function that fakes transparency of a given Image-object
and returns a Bitmap-object.
The ButtonEx of the SDF only accepts Image-objects for its Image-attribute,
so how do I convert a Bitmap-o... more >>
How to change the fontname and fontsize of a listview
Posted by Timo Meier at 3/18/2004 10:41:40 AM
Hello,
how can I change the fontname and fontsize of a listview?
Regards,
Timo
... more >>
Stockpor not syncing. I am so close yet...
Posted by fhunter at 3/18/2004 10:41:09 AM
I am trying to get the Activesync Stockpor to work. This is what I have
1. The stsync.dll is in my ActiveSync intall directory on the PC
2. The devsync.dll is on the Windows directory on the Device
3. I see a register entry for the above dll on the device under Windows CE Services/Synchronizatio... more >>
Stream Writer not writing full array
Posted by Mike at 3/18/2004 10:01:11 AM
I have a simple program that collects a string array, and at closing, writes that to a file with the following code
oac_info = CStr(FormatDateTime(Date.Now, DateFormat.LongTime)) + ",
For t = 1 To 20
oac_info = oac_info + CStr(oasis_info(t)) + ",
Nex
oac_inf... more >>
OpenNet.CF Notify.cs
Posted by Elisa at 3/18/2004 9:17:03 AM
Hi,
Just a quick note:
The notify.cs file in OpenNETCF.Win32.Notify has two debug message boxes
inside the SetUserNotification method that should probably be commented out.
Regards,
Elisa... more >>
OpenNETCF problem
Posted by Art at 3/18/2004 8:49:25 AM
Anyone use OpenNETCF !
I try to copy the string to clipboard. Someone says that .NetCF do not
support clipboard class, and recommend the OpenNETCF.
When I install, add the Reference, edit the code, everything go fine, but
errors come when run like this,
Error: The dependency 'mscorlib, Versio... more >>
Urgent ??? - Update Data Source
Posted by Lianna at 3/18/2004 6:16:07 AM
I'm facing problem to update the data source after I make changes to the data table. I try to call DataAdapter.Update() to transmit the changes cached in DataSet to the database, but it didn't work ???
Can any one help me ??? Bekow are the full program can anyone please kind to check for me, I've ... more >>
After form Load event
Posted by Roger B. at 3/18/2004 6:11:09 AM
How can I execute a sub after a form has completely loaded. I'm currently doing in the load event, and the sub updates progress fields on the form, but I'm not seeing the form until the sub is completed
In powerbuilder I used postevent (x) which would execute after the completing the form load, ... more >>
Please Urgent - Update Data Source Problem ???
Posted by Lianna at 3/18/2004 6:01:06 AM
I'm facing problem to update the data source after I make changes to the data table. I try to call DataAdapter.Update() to transmit the changes cached in DataSet to the database, but it didn't work ???
Can any one help me ??? Bekow are the full program can anyone please kind to check for me, I've ... more >>
GPS / programming
Posted by Miguel at 3/18/2004 4:41:09 AM
H
Does anybody know of GPS libraries (.dll) freeware or for sale that can be incorporated in a VB CE.NET application? Or how difficult it would be to program them myself (any links that can help me?
Thanks.... more >>
sending pictures to a datebase using a mobile device
Posted by eiriktb NO[at]SPAM stud.aitel.hist.no at 3/18/2004 2:11:27 AM
Hello
We're working on our main-project, and are going to develop an
application for mobile devices. The application main feature is
sending pictures to a database. Therefor we have some questions.
1. Is it possible to make an application that can browse the
filesystem on a mobile device that... more >>
Sending XML to a Pocket PC by Sockets
Posted by Nigel Findlater at 3/18/2004 2:11:08 AM
Hallo,
I can send Socket information from the Pocket PC to a PC but not from the PC to the Pocket PC. My problem is that I have a Pocket PC that does not have a network adapter. So I use only USB and Active synch to connect to my Work network. I am able to setup both an emulator and a physical Po... more >>
|