all groups > dotnet compact framework > april 2004 > threads for monday april 26
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
Microsoft eBook Reader
Posted by joemag at 4/26/2004 8:46:11 PM
Does anyone know if the eBook Reader for PocketPC provides a way to hook into its internal event mechanisms? The only hint I have seen so far is that a Dictionary authoring SDK is available (presumably this lets you hook into the "Lookup" event). Also, is there any API to let you drive the applica... more >>
PowerAwareApp question...
Posted by Brian H at 4/26/2004 1:55:55 PM
Alex,
I have a question for you on the PowerAwareApp code you've written.
In the WaitForProc method, the last two lines:
CloseHanlde(hQueue);
CloseHanlde(m_hEvtQuit);
Seem to always throw MissingMethodExceptions when exiting the app. Any
ideas why? I was thinking that maybe the form w... more >>
creating for CF and Winforms
Posted by Floyd Burger at 4/26/2004 1:42:04 PM
I have a component that works great under Winforms, but I'd like to use it
under CF as well. It's doing a little P/Invoke to use some APIs that are
available in WinCE and Windows. What I'd like to do is have a single
assembly that will run under Winforms and CF so my SmartDevice application
ca... more >>
How can I split values ??
Posted by flyingwhiz NO[at]SPAM yahoo.com at 4/26/2004 1:34:50 PM
How can split values from a string which is having Commas as Seperator.
Ex : (EName,Lname,Company)
I want to send them in to variables like
E Name = Ename
L Name = Lname
Company = Company... more >>
what actual cell phones have the Compactframework installed?
Posted by Michael Brockhoff at 4/26/2004 12:54:05 PM
Hello NG,
is their somewhere a list off cell phones with the Compact Framework
installed?
So i could develop Software with my studio for them?
Not sure wich one to buy for my personal use...
Regards
Michael
... more >>
Callback problem...
Posted by Brian H at 4/26/2004 11:56:48 AM
Hi all...
I'm having an issue trying to implement a callback. I've been working with
Alex F. PowerAwareApp sample. I've modified it so that instead of opening
the login form, I raise an event that the parent form can intercept. I
can't get it to work (MissingMethodException) but I believe I... more >>
How do I create a time-limited application that can be unlocked with a serial number?
Posted by FooBear at 4/26/2004 10:25:12 AM
I'm building a PocketPC application that I'd like to be able to
secure with a serial number or encrypted license code. Ideally, I
want to offer an full-function, 30-day time-limited evaluation of the
app that can be unlocked when the user buys a license.
Has anyone seen any code examples of ... more >>
Baffled: SHGetSpecialFolderLocation throws MissingMethodExceptionon Compact Framework
Posted by Michael Senf at 4/26/2004 10:16:11 AM
Hi,
I working on a very simple prototype to intercept file system change
messages on my Pocket PC.
When I use the SHGetSpecialFolderLocation function, I get a
MissingMethodException.
What am I doing wrong? If anybody has sample code how to receive fife system
notifiations, tat would be e... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
"File Explorer"-like listbox (beginner)
Posted by Gene Thompson at 4/26/2004 9:41:06 AM
I'd really like to create a listbox that is similar to the one in the File Explorer application. It displays an icon in the first column and some text in columns 2 & 3. It should be as wide as the screen unless a vertical scroll bar is visible (then it should be as wide as the screen minus the scrol... more >>
SortedList in CF?
Posted by Zanna at 4/26/2004 9:37:25 AM
Hi all,
I need something like a SortedList presents int the full Fw.
Or better, I need an Hashtable that is sorted on the insertion order.
Is there some easy way to get it, or is there some custom implementation
around the web? :)
Thanks!... more >>
Failure to deploy the Compact Framework on the Emulator
Posted by Daniel Granatshtein at 4/26/2004 8:38:52 AM
Failure I am Trying to develop a C# Smart Device
application, but when trying to debug on the Win CE
Emulator i get an error in the VSNET output console saying:
"Launching Application
Launch failed - Cannot run Application."
When i check the Emulator in the Remove Programs section i
don't... more >>
Create Shortcut
Posted by aliarifpk NO[at]SPAM hotmail.com at 4/26/2004 8:01:52 AM
Dear All,
I want to create a short cut on desktop programaticall using VB.Net
CF. I dig down the googleCF group and found the following line of code
which is not much more explaintry.
> Modified the .inf file to add a shortcut in start menu :
>
> [Shortcuts]
> MyApplication,0,MyApplication... more >>
Try / Catch
Posted by jezonline NO[at]SPAM hotmail.com at 4/26/2004 6:51:47 AM
Two quick questions :
I'm try to using as many as possibly try/catch clauses however :
1) for many methods (such as DataSet.GetXml) there is no specific
exception. Would using the main Exception be giving enough error
information to the user ?
2) for some of my own-made methods I get the ... more >>
Crystal reports??
Posted by shubhs_here NO[at]SPAM yahoo.com at 4/26/2004 4:06:02 AM
Hello Everyone,
I am new to Crystal reports. I need to generate reports in C# for
PocketPC..So, wanna know few things: Which version of Crystal reports
I should go for???
and Is there any sample code for Crystal report provided for PocketPC
??
Thanx in advance,... more >>
Detecting keys in Pocket PC Game.
Posted by Jonas Follesø at 4/26/2004 3:36:02 AM
Hi
I'm writing a small Pocket PC game in C# using the .NET Compact Framework. I'm overriding the OnKeyDown and OnKeyUp methods to handle game input. The problem is that the OnKeyDown mehtod isn't executed untill i release the arrow key. That way i cant make my space ship move left/right/up/down wh... more >>
WS parameters & return values data integrity
Posted by Strider at 4/26/2004 3:01:05 AM
Hello All
I have built a web service that accepts and sends binary data encoded as base64 strings
What I need to know is if the .NET framework infrastructure checks the integrity of the dat
being passed arround or do I need to do it in the application layer
I must point out that the web servic... more >>
|