all groups > dotnet compact framework > july 2004 > threads for wednesday july 14
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
How to wrap COM for access by .NET Compact Framework applications
Posted by Henry at 7/14/2004 8:25:01 PM
Please help me . more detail more better.
Thanks a lot.... more >>
Save in Jpg Format
Posted by Sanpei at 7/14/2004 7:44:16 PM
hi,
Somebody knows how to save a image in jpg format?
Thanks a lot
... more >>
DotNet CF acces to vibrate on PocketPC
Posted by Yechezkal Gutfreund at 7/14/2004 6:17:08 PM
You guys have been so helpful in helping us find the buttons for the iPaq.
Now how about the vibrate function on the newer iPaqs?
... more >>
Clearing a Treeview
Posted by tiger79 at 7/14/2004 3:27:37 PM
Hi,
I've got a program which queries a database and makes a treestructure in a
Treeview with it results.
No want to be ablt to clear the treeview as fast as possible. I am using
TreeView.Node.Clear() right now, but when I got a lot of nodes (lets say
starting around 40 and more, and keep in min... more >>
Convert to VB.NET
Posted by Keith at 7/14/2004 2:54:36 PM
I'm trying to iterate through the controls on the form -
to find the control with "focus". Someone (Tim) referred
me to the code below - which is in C# I don't really
follow it - can someone lend a hand and convert it to
VB.NET. Thank you.
public virtual Control ActiveControl
{
ge... more >>
Save Settings / Data after WinCE cold boot
Posted by PCH at 7/14/2004 12:31:40 PM
Flash ram and main ram on the Device.
If you shut it down completely, it looses all the windows setting changes
you made. So when you start it up, you have to set all your preferences
again.
I can copy specific files to the flash / solid state ram and it keeps them,
but the OS / registry /... more >>
ShowDialog, Events and Control Invoke
Posted by Duncan Mole at 7/14/2004 12:06:29 PM
Hi,
I have 2 forms that subscribe to the same event published by the same
instance of an object. In each case the event handler invokes the
invalidation of a member panel using a reference to initial form in the
application - ie definatley the GUI thread.
The problem arises when I launch f... more >>
DllImport Help
Posted by MDB at 7/14/2004 10:28:44 AM
Hello All, I am tring to call a function within a third party DLL and keep
getting the following error:
MissingMethodException
According to the dumpbin results, there is a function calle IBT_on however,
I can't seem to access it.
ordinal hint rva name
1 0 ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
wceload prompt
Posted by PCH at 7/14/2004 8:18:35 AM
I'm using the /noaskdest option, but if ive already installed the cab, and
now want to reinstall.. it always prompts to remove the old 1. I need a way
for it to do that automatically.....
Only keywords I've found are the /noaskdest and /delete 0,1,2
Thanks.
... more >>
How to transfer a file using Webservices
Posted by joby_cg NO[at]SPAM yahoo.com at 7/14/2004 5:21:57 AM
Dear All,
I want to transfer a file from Pocket PC to server. Could you please
explaine me how to transfer a file from PDA to server using
Webservices or do we have any other options.
Thanking you All.
regards
Joby M.Chacko... more >>
CE Device
Posted by WilliamHoang at 7/14/2004 12:54:01 AM
I am doing client side (winforms) programming for a CE device using the .Net Compact Framework. When I run the program. a message is displayed as follow : "The System does not support 'iso-8859-1' encoding" what can I do now. Please help me. Thanks... more >>
DateTime Class shows wrong time when Time Zone is changed
Posted by Dave Hall at 7/14/2004 12:23:26 AM
If the time zone is changed on my CE 4.1 device, or in the VS 2003 emulator
while my application is running, the DateTime class in the .NET CF does not
correctly report the current local time Here's how to reproduce the
problem: Compile & run the code shown below then change the time zone
throu... more >>
|