all groups > dotnet compact framework > may 2004 > threads for friday may 7
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
Menu bar with icon??
Posted by shubhs_here NO[at]SPAM yahoo.com at 5/7/2004 9:44:43 PM
Hello Everybody,
I need menu bar with icons in C# . Is it possible ? If Yes, Is there
any sample program??
Thanx... more >>
Draw Bitmap on Panel - How to?
Posted by Graeme Anderson at 5/7/2004 8:40:47 PM
I have a bitmap which I create dynamically and it works well on my form. I
wish to now show it on a panel which is loaded in certain circumstances (ie
when connecting to Internet).
I do not want to create a control, or drop the bitmap on the panel. Is there
any way to bring it to the top of ... more >>
KernelIoControl functtion question
Posted by LiuMin at 5/7/2004 7:29:19 PM
thank all for help me.
why Is KernelIoControl always return 0;
the code I download from
http://www.pocketpcdn.com/articles/serial_number2002.html
... more >>
VB Code for ImageEditor (Save to Bitmap) sample
Posted by Y. Sivaram at 5/7/2004 6:39:09 PM
Hi,
Is there are a VB.NET version available for Geoff Swab's ImageEditor (Save
to Bitmap) sample application?
Best Regards,
Y. Sivaram
... more >>
Starting a process with OpenNETCF - odd behaviour
Posted by Jon Skeet [C# MVP] at 5/7/2004 3:50:33 PM
I'm using Process.Start within OpenNETCF.Diagnostics. For some reason,
the process only gets run when I pop up a message box - even though I
use WaitForExit!
This is a bit of a pain, for obvious reasons. My "child" process is a
non-graphical application, but I'm not sure why that would be r... more >>
OpenNETCF HTMLViewer control problem
Posted by Jan Yeh [MVP] at 5/7/2004 3:40:59 PM
I tried HTMLViewer in a test windows form application,
and it worked fine.
However, the problem is when I use 2 HTMLViewer controls
in Form1 and Form3, the application residue in memory after
application closed. I tried to remove the second HTMLViewer
control in Form3, and it works ok.
I w... more >>
CeRegOpenKeyEx & C#
Posted by Isaac Muñoz Bringué at 5/7/2004 3:25:20 PM
in VB6 you were able to use CeRegOpenKeyEx from RAPI.DLL thanks god to
StrPtr usage on parameters.
Now in 2004, with 2003, VB .NET is not able to call properly those alike
CeRegOpenKeyEx functions from RAPI.DLL, and neither a managed support from
MicroSoft is retrieved.
Seems that using C# (w... more >>
HELP:CoCreate fails in pinvoked DLL
Posted by Ron at 5/7/2004 2:32:03 PM
All,
I have a weird problem,
I have a Native DLL that CoCreates a COM object. If I call this DLL from a
native MFC app, everything goes just fine; If I call it from an managed
application with the exact same parameters, the CoCreate fails file
E_NOINTERFACE (x80004002).
I've played around ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Intercept incoming phone call
Posted by Troy Simpson at 5/7/2004 2:31:36 PM
Hi all,
Is there a good site which focuses on intercepting phone calls & sms's for
the .Net Compact Framework? I particularly want the info for phone calls.
Anyone have any info they can give? TYIA.
Regards,
Troy
... more >>
DataTable.HasChanges?
Posted by Eric at 5/7/2004 1:14:05 PM
Hi,
I have a dataset with about 9 tables, some of which will have changes.
I'm trying to determine if the table has changes that need to be written to
the server.
I cannot find a property to do this;
I suppose I could use something like the following;
Dim aRows As DataRow()
aRows ... more >>
Transfer access tables from desktop to device and vice versa
Posted by Rn at 5/7/2004 12:38:53 PM
Hi,
I am trying to transfer tables from access on my desktop to a device. The
database already exists on the device and the DESKTOPTODEVICE gives me error
code -2147024864 - which means that the file on the device is in use - well,
it isn't. is there any option other then to delete the file and ... more >>
Loading flat files in the comapct framework
Posted by Stephen Haunts at 5/7/2004 12:33:23 PM
Hi
Im writing an app for my Orange SPV e200 phone. This app needs to load up a
file when it loads, lets say 'info.dat'
If i try to load this filename with
FileStream fsIn = new FileStream("Info.dat", FileMode.Open,
FileAccess.Read);
When this gets called i get a file not found exceptio... more >>
FindWindow function Question
Posted by LiuMin at 5/7/2004 12:23:23 PM
<DllImport("coredll.dll", EntryPoint:="EnableWindow")> _
Private Function EnableWindow( _
ByVal hwnd As IntPtr, _
ByVal bEnable As Boolean) As Boolean
End Function
-----------------------------------
Dim hwnd As IntPtr = FindWindow("HHTastBar", Nothing)
why hwnd alway is 0?
... more >>
VEO Camera Missing Method Exception
Posted by Y. Sivaram at 5/7/2004 12:09:32 PM
Hi,
I am trying to integrate the VEW Camera with my application
When I call the method
Private Declare Function CamStartSnapShot Lib "VEOCamAPI.dll" (ByVal hCom As
IntPtr, ByVal filename As String, ByVal resolution As Integer) As Boolean
As, I always get a missing method exception. Any id... more >>
True Modal Dialog
Posted by jennifer.normyle NO[at]SPAM gd-ais.com at 5/7/2004 11:29:10 AM
I've seen many posts and possilbe solutions to having true modal
dialog behavior - but none are working for me. Is there a sure-fire
way to make it work?
When I take the steps to have my parent window hide while the child is
up, I cannot get the parent window to re-display when the child goes... more >>
I need to check the existence of internet connection
Posted by balajis at 5/7/2004 10:37:41 AM
Hi all,
I am consuming a web service from my pocketpc application.
Before consuming web service, I need to check the existence of internet
connection. So how to check if my PocketPC is connected to the internet
(with C#). Sample code available anywhere?
Is there any other easy... more >>
Accessing information on a website from an application running on a pocket pc
Posted by Aditya Barve via .NET 247 at 5/7/2004 8:07:15 AM
Hi All,
I have a Microsoft Compact Framework application running on a pocket pc.What I want to do is from that application access information or rather pull information from a website. Is there anyways I could go about this?
Any pointers would be more than helpful.
Thanks and Regards,
... more >>
OpenNETCF Tools
Posted by Tommy Malone at 5/7/2004 7:51:18 AM
Please be gentle with the flames....I'm new to VS (and programming in
general).
How do I get the OpenNETCF supplemental tools to appear in the toolbox?
... more >>
pocket pc Vibrate
Posted by curcelay NO[at]SPAM fatronik.com at 5/7/2004 1:54:40 AM
Hi,
I´ve got a pocket pc and want to make it vibrate programmaticaly. I
tried the code on openCF but it does not work on PPC 2003,it gives me
a missing method exception.
My ppc supports vibration, so I don´t know why it gives that missing
method exception.
Thanks... more >>
Sorting ListView Columns?
Posted by marcmc at 5/7/2004 1:46:03 AM
Is there a way that when you tap on a column header within a ListView, there is a way of designing a control that will have a little arrow that points up when you tap first and points down when you tap again. The logic behind the tap event will sort by the column you have tapped in. Much the same wa... more >>
Copying an open SQLCE-Database
Posted by trollpower NO[at]SPAM gmx.de at 5/7/2004 1:13:00 AM
Dear NG,
i need to copy/read an open *.sdf file on the device to a custom
directory. But i get an errormessage which says that there is a
filesharing violation or that this file cant be accessed.
If i open a textfile, i still can copy it to some other location on
the device, but im not able... more >>
bluetoots and gps
Posted by Arne at 5/7/2004 12:28:00 AM
Hi,
Can anyone help with links to information regarding retrieving info from a
bluetooth-gps receiver ?
Arne
... more >>
|